# OpenWeb Ninja — Home Depot Item Lookup

> OpenWeb Ninja — Home Depot Item Lookup is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Fetches real-time product details for a specific Home Depot item by item number or URL

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/home-depot/item-lookup
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-home-depot-item-lookup-4a4fdd5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZYspbiB6ql3xy9TKBhL2I

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability openweb-ninja-home-depot-item-lookup-4a4fdd5a
```

Example prompt: Can you look up the current price, availability, and specs for Home Depot item #202086882 — I want to know if it's in stock and how much it costs right now?

## When to prefer this

Use this endpoint when you need real-time, structured product data from Home Depot for a specific item — especially for price checks, stock verification, or spec lookups — without needing a Home Depot account or scraping the site yourself. Prefer this over generic web scrapers when you need reliably parsed e-commerce fields like price and availability.

## Known failure modes

- Invalid or non-existent item ID returns empty or error response
- Item delisted or unavailable on Home Depot returns no data
- Rate limiting or payment failure returns 402 status
- Malformed input parameters result in bad request error
- Temporary Home Depot site changes may cause incomplete data extraction

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns structured JSON with real-time Home Depot product data including title, current price, availability/stock status, product description, specifications, images, ratings, and fulfillment options for the requested item.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-home-depot-item-lookup-4a4fdd5a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
