# OpenWeb Ninja — Home Depot Product Reviews API

> OpenWeb Ninja — Home Depot Product Reviews 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 customer reviews for Home Depot products, payable per call via x402 with no API key required.

## Facts

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

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-reviews-api-7f76f364
```

Example prompt: Can you pull the customer reviews for the Ryobi 18V drill on Home Depot — I want to see the ratings and what people are saying about it?

## When to prefer this

Choose this endpoint when you need real-time, structured customer review data directly from Home Depot without managing API keys or subscriptions. It is ideal for price-per-call use cases, one-off lookups, or agent workflows that require fresh Home Depot review data on demand. Prefer it over scraping manually or using general web scrapers when you want a clean, structured JSON response for home-improvement retail products specifically.

## Known failure modes

- Invalid or non-existent product ID returns empty results or error
- Payment failure via x402 protocol returns 402 status
- Home Depot page structure changes may cause extraction failures
- Rate limiting or IP blocking by Home Depot could yield partial or no data
- Network timeout for slow-loading product pages

## 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 customer reviews for the specified Home Depot product, including individual review text, star ratings, reviewer names, review dates, and aggregate rating metrics such as average score and total review count.

## 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-product-reviews-api-7f76f364/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)
