# OpenWeb Ninja — Home Depot Real-Time Search API

> OpenWeb Ninja — Home Depot Real-Time 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-15).

Search Home Depot product listings in real time, returning live product data, pricing, and availability via x402 micropayment.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-homedepot-data/search
- 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-real-time-search-api-19b0bb4d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qXT73jiG1mWnYS8FnBCfe

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-real-time-search-api-19b0bb4d
```

Example prompt: Search Home Depot for cordless drills and show me the top results with prices and availability right now.

## When to prefer this

Choose this endpoint when you need live, real-time Home Depot product search results including current pricing and availability without an account or API key. It is ideal for price comparison, product discovery, or sourcing home improvement materials, and is accessible instantly via x402 micropayment at $0.003 per call.

## Known failure modes

- Empty results if the search term matches no products on Home Depot
- Payment failure if USDC balance is insufficient or x402 handshake fails
- Rate limiting or timeout if Home Depot's site is slow or blocking scraping
- Stale or incomplete data if Home Depot changes its page structure
- Malformed query returning unexpected or irrelevant 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

A JSON array of Home Depot product listings matching the search query, typically including product names, prices, availability/stock status, SKUs, ratings, product URLs, and thumbnail images pulled in real time from Home Depot.

## 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-real-time-search-api-19b0bb4d/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)
