# 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-15).

Fetches real-time product data for a specific Home Depot item by identifier, including pricing, availability, and product details.

## Facts

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

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-2a08434e
```

Example prompt: Can you look up the current price and availability for Home Depot item number 202090, and tell me whether it's in stock?

## When to prefer this

Use this endpoint when you need real-time, per-item Home Depot product data (price, availability, specs) without managing a Home Depot API key or account. It's ideal for price comparison agents, procurement tools, or home improvement assistants that need live data on demand. Prefer this over generic web scrapers when you want structured output and pay-per-call pricing with no subscription commitment.

## Known failure modes

- Invalid or non-existent item ID returns empty result or error
- Item has been discontinued or delisted from Home Depot
- Rate limiting or payment failure via x402 protocol
- Network timeout fetching live Home Depot data
- Response schema may vary if Home Depot changes their page structure

## 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 a JSON object containing real-time Home Depot product data such as item title, current price, stock/availability status, product description, specifications, customer ratings, and possibly image URLs — sourced live from Home Depot's catalog.

## 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-2a08434e/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)
