# 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).

Returns real-time Home Depot product listings and details for a given product category

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/home-depot/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-8502e715
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Kq6tA7q-0B5R_ojh-ZzY

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-8502e715
```

Example prompt: Pull the current product listings from Home Depot's power tools category so I can compare prices and see what's in stock right now.

## When to prefer this

Use this endpoint when you need real-time, structured product data from Home Depot organized by category without managing your own scraping infrastructure. It is ideal for price comparison, catalog enrichment, competitive intelligence, or e-commerce agent workflows that require current Home Depot inventory. Prefer this over building a custom scraper when you want pay-per-call pricing with no account setup.

## Known failure modes

- Invalid or unrecognized category identifier returns empty results or an error
- Home Depot website structure changes may cause parsing failures or incomplete data
- Rate limiting or blocking by Home Depot may cause upstream failures
- Payment failure via x402/USDC results in 402 response and no data returned
- Network timeouts if Home Depot's site is slow at the time of the call

## 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 response containing a list of products from the specified Home Depot category, typically including product names, prices, SKUs, images, ratings, and other product-level metadata available on the Home Depot website at the time of the request.

## 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-8502e715/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)
