# OpenWeb Ninja — Amazon Best Sellers Realtime Data

> OpenWeb Ninja — Amazon Best Sellers Realtime Data 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 Amazon best-seller product listings and rankings for a given category, payable per-call via x402 at $0.003 USDC.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/best-sellers
- 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-best-sellers-realtime-data-97095243
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pZ1SMZ1Zu2HftUnyRh1UR

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-best-sellers-realtime-data-97095243
```

Example prompt: What are the current best-selling products in Amazon's Kitchen & Dining category? Pull the top rankings for me right now.

## When to prefer this

Choose this endpoint when you need live Amazon best-seller data without setting up an account or API key — ideal for one-off lookups, agent workflows, or pay-as-you-go market research. At $0.003 per call, it's cost-effective for sporadic queries. Prefer this over full Amazon product search APIs when you specifically want ranked best-seller lists rather than keyword search results.

## Known failure modes

- Invalid or unsupported Amazon category returns empty results or 400 error
- Payment failure via x402 (insufficient USDC balance or unsupported chain) blocks the request
- Amazon anti-scraping measures may occasionally cause transient failures or stale data
- Malformed query parameters return 400 with schema validation error
- Network timeout if Amazon data source is temporarily 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 list of Amazon best-selling products in the requested category, including product name, ASIN, rank position, current price, star rating, number of reviews, and a link to the product page on Amazon. Data reflects near-real-time Amazon rankings.

## 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-best-sellers-realtime-data-97095243/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)
