# OpenWeb Ninja — Home Depot Product Details API

> OpenWeb Ninja — Home Depot Product Details API 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 details from Home Depot for a given product, including pricing, availability, description, and specifications.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/home-depot/product-details
- 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-product-details-api-db872620
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__rz8qRXFTeACGi2wuQsFW

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-product-details-api-db872620
```

Example prompt: Can you pull the current price, availability, and specs for the Milwaukee 18V cordless drill on Home Depot — the one with item number 100675492?

## When to prefer this

Choose this endpoint when you need real-time Home Depot product data without setting up an account or API key, and want to pay per-call in USDC via x402. Ideal for agents that need on-demand e-commerce data for price checking, spec retrieval, or inventory monitoring on Home Depot specifically. Prefer over general web scrapers when you need structured product data rather than raw HTML.

## Known failure modes

- Product not found — invalid or discontinued item number returns empty or error response
- Payment failure — insufficient USDC balance or unsupported x402 wallet returns 402 error
- Rate limiting or scraping block — Home Depot anti-bot measures may occasionally cause failures
- Stale or unavailable data — real-time scraping may fail during Home Depot site maintenance
- Malformed properties parameter — incorrect query format returns error or empty result

## 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

A JSON object containing real-time product data from Home Depot, typically including product title, current price, availability/stock status, product description, technical specifications, images, customer ratings, and SKU/item number.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "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-product-details-api-db872620/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)
