# 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 by product identifier

## Facts

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

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-89fa375d
```

Example prompt: Can you pull the customer reviews for this Home Depot product — item number 206147781 — I want to see the ratings, review text, and how many people reviewed it?

## When to prefer this

Use this endpoint when you need real-time, per-call Home Depot product review data without maintaining an API key or account. Ideal for agents doing product research, price comparison, sentiment analysis, or competitive intelligence on home improvement items. Prefer over scraping directly when you want a pay-per-call model with no subscription commitment ($0.003/call via USDC on Base, Polygon, or Arbitrum).

## Known failure modes

- Invalid or non-existent product ID returns empty results or error
- Product with no reviews returns empty review array
- Payment failure over x402 protocol prevents access
- Rate limiting or blocking by Home Depot may cause incomplete data
- Schema is underspecified so exact field names may vary

## 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 customer review data for the specified Home Depot product, including individual review entries (text, star rating, reviewer name, date), aggregate rating score, total review count, and possibly rating distribution breakdown.

## 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-89fa375d/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)
