# OpenWeb Ninja — Home Depot Products by Category

> OpenWeb Ninja — Home Depot Products by Category 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 product listings from Home Depot for a given category, including pricing, availability, and product details.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-homedepot-data/products-by-category
- 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-products-by-category-8a2f8373
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Oed74DGAIDZfR2uJIFSy

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-products-by-category-8a2f8373
```

Example prompt: Can you pull the current product listings from Home Depot in the power tools category so I can compare what's available and their prices?

## When to prefer this

Choose this endpoint when you need real-time, structured product data from Home Depot by category without needing a Home Depot API key or account. Ideal for price comparison tools, procurement assistants, home improvement agents, or competitive retail intelligence. At $0.003 per call with no registration required, it is well suited for pay-per-use agent workflows using x402/USDC payments on Base, Polygon, or Arbitrum.

## Known failure modes

- Invalid or non-existent category returns empty results or 404-equivalent JSON
- Home Depot site changes may cause parsing failures or incomplete data
- Rate limiting or anti-scraping measures may cause intermittent failures
- Payment failure over x402 protocol results in 402 response with no data
- Stale or delayed data if Home Depot CDN caching affects real-time accuracy

## 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 product listings from Home Depot for the requested category, typically including product names, SKUs, prices, availability/stock status, product URLs, images, and category metadata. Results reflect real-time data scraped from Home Depot's website.

## 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-products-by-category-8a2f8373/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)
