# OpenWeb Ninja — Home Depot Product Search API

> OpenWeb Ninja — Home Depot Product Search 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).

Search Home Depot's product catalog in real-time and retrieve matching listings, prices, ratings, and availability via a pay-per-call x402 API.

## Facts

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

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-search-api-d55604bc
```

Example prompt: Search Home Depot for 'cordless drill 20V' and show me the top results including prices, ratings, and availability.

## When to prefer this

Choose this endpoint when you need real-time, structured product search results directly from Home Depot without requiring a retailer API key or account. It is ideal for price monitoring, product research, competitive analysis, or powering shopping agents focused on home improvement and hardware. Prefer it over generic web scraping when you need a clean structured JSON response and want pay-per-use pricing with no subscription commitment.

## Known failure modes

- Missing or empty search query parameter returns an error or empty result set
- Home Depot rate limiting or anti-bot measures may cause intermittent failures or partial results
- Payment failure via x402 (insufficient USDC balance or unsupported network) blocks the request
- Home Depot site changes may temporarily break scraping and return malformed or empty data
- Very niche or misspelled queries may return zero results

## 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 array of Home Depot product search results for the given query, typically including product name, price, star rating, number of reviews, availability status, product URL, SKU, and thumbnail image URL — reflecting the live state of Home Depot's catalog at time of call.

## 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-search-api-d55604bc/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)
