# OpenWeb Ninja — Amazon Top Product Reviews (Realtime)

> OpenWeb Ninja — Amazon Top Product Reviews (Realtime) 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 top customer reviews for Amazon products, returning structured review data scraped live from Amazon.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/top-product-reviews
- 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-top-product-reviews-realtime-ccbd6b1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H6DuBgf0eun-0Z-eZZ6r4

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-top-product-reviews-realtime-ccbd6b1e
```

Example prompt: Can you pull the top customer reviews for the Amazon product with ASIN B09G9FPHY6 so I can see what buyers are saying about it?

## When to prefer this

Choose this endpoint when you need live, real-time Amazon customer review data without maintaining an Amazon API account or API key. It is ideal for one-off or low-volume queries paid per-call in USDC via x402, making it suitable for agents that need fresh review data on demand without subscription overhead. Prefer this over scraping Amazon directly (which risks IP bans) or over Amazon's official Product Advertising API (which requires registration and has usage restrictions).

## Known failure modes

- Invalid or non-existent ASIN returns empty results or error
- Amazon anti-bot measures may occasionally block scraping, returning a failure or partial result
- Payment failure via x402 results in 402 response with no data
- Rate limiting or temporary Amazon unavailability may cause timeouts
- Malformed request parameters return an error response

## 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 structured JSON array of top customer reviews for the specified Amazon product, including reviewer names, star ratings, review titles, full review text, dates, verified purchase status, and helpfulness votes — scraped in real time 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-top-product-reviews-realtime-ccbd6b1e/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)
