# OpenWeb Ninja — Amazon Seller Reviews API

> OpenWeb Ninja — Amazon Seller Reviews API 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-13).

Fetches real-time customer reviews for a specific Amazon seller, returning review data without requiring an account or API key.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/seller-reviews
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-amazon-seller-reviews-api-9064fe63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dk9sUukj5A2qJ142Omnee

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-seller-reviews-api-9064fe63
```

Example prompt: Can you pull the latest customer reviews for Amazon seller ID 'A1B2C3D4E5' so I can see how buyers rate them before I consider purchasing?

## When to prefer this

Choose this endpoint when you need real-time Amazon seller review data without setting up an account or managing API keys, and when per-call micropayment pricing ($0.003 USDC) is acceptable. Ideal for one-off lookups, agent workflows, or low-volume monitoring where a subscription-based scraping service would be overkill.

## Known failure modes

- Invalid or non-existent seller ID returns empty results or error
- Amazon rate limiting or anti-scraping measures may cause intermittent failures
- Payment failure over x402 protocol results in 402 response and no data returned
- Network timeouts if Amazon pages are slow to load
- Region-specific seller IDs may not resolve if marketplace is not specified

## 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 object containing real-time Amazon seller review data, including individual reviews with text, star ratings, reviewer names, dates, and aggregate rating statistics for the specified seller.

## 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-seller-reviews-api-9064fe63/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)
