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

Returns real-time Amazon product listings and details for a specified product category

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/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-amazon-products-by-category-252145c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fXKkonT-Ro_tViJyN0xx7

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-252145c5
```

Example prompt: Pull the current top products listed under Amazon's 'Kitchen & Dining' category so I can see what's available, with prices and ratings.

## When to prefer this

Use this endpoint when you need real-time Amazon product listings for a specific category without a registered Amazon API key or seller account. It is ideal for price monitoring, competitor research, trend analysis, and building product feeds or deal aggregators. Prefer this over the Amazon Product Advertising API when you want zero-setup, pay-per-call access via x402 and don't need personalized recommendations or cart integration.

## Known failure modes

- Invalid or unrecognized category identifier returns empty results or error
- Amazon temporarily blocks scraping for a category, returning a 503 or partial response
- Payment via x402 fails due to insufficient USDC balance, preventing the request
- Rate limiting if the same category is requested too frequently in a short window
- Category has no products or is deprecated on Amazon, returning an empty list

## 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 items within the requested category, typically including product titles, ASINs, prices, star ratings, review counts, image URLs, and product page URLs — all reflecting real-time data from Amazon.

## 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-252145c5/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)
