# OpenWeb Ninja — Amazon Products by Category

> OpenWeb Ninja — Amazon 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-14).

Fetches real-time Amazon product listings and data for a given category, payable per call via x402 (USDC, no API key required).

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/products-by-category
- 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-amazon-products-by-category-8dc3a4e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nzsr5xCy71oaDx-y1H-uJ

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

Example prompt: Can you pull the current Amazon product listings in the 'Wireless Headphones' category so I can compare what's available and their prices right now?

## When to prefer this

Choose this endpoint when you need live Amazon product data for a specific category without setting up your own scraper or managing API keys. It's ideal for price intelligence, competitive research, catalog discovery, and trend analysis on Amazon. At $0.003 per call with no account required, it suits agents making on-demand or low-frequency lookups. Prefer alternatives if you need order management, seller-side data, or structured bulk catalog exports.

## Known failure modes

- Invalid or unrecognized category identifier returns empty results or error
- Amazon temporarily blocks or rate-limits the scraping layer, causing 503 or empty response
- Payment over x402 fails due to insufficient USDC balance or unsupported network, resulting in 402 rejection
- Category with no products returns empty array
- Network timeout if Amazon's servers are slow

## 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 Amazon product listings within the specified category, typically including product titles, ASINs, prices, star ratings, review counts, thumbnail image URLs, and product page links — all reflecting real-time Amazon catalog state.

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