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

Fetches real-time product details from Home Depot by product identifier, returning structured data such as pricing, availability, description, and specifications.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-homedepot-data/product-details
- 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-product-details-api-cd0cffc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aEmZT6DmEIjW064NhRSCX

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-cd0cffc9
```

Example prompt: Can you pull up the real-time product details for the Milwaukee M18 drill on Home Depot — I need the current price, availability, and full specs?

## When to prefer this

Choose this endpoint when you need real-time, structured product details directly from Home Depot — including live pricing and stock status — without needing an account or API key. Ideal for price monitoring, competitive research, or enriching product catalogs with authoritative Home Depot data. Prefer over general web scraping when you want a clean, pay-per-call integration with no setup overhead.

## Known failure modes

- Product not found or invalid product identifier returns empty or error response
- Home Depot page structure changes may cause parsing failures
- Rate limiting or payment failure via x402 returns 402 status
- Network timeout if Home Depot is slow to respond
- Out-of-region products may return incomplete data

## 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 including product name, price, availability/stock status, product description, technical specifications, images, and other listing details for the requested product.

## 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-cd0cffc9/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)
