# OpenWeb Ninja — Realtime Amazon Top Product Reviews

> OpenWeb Ninja — Realtime Amazon Top Product Reviews 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 top customer reviews for Amazon products, returning review text, ratings, and reviewer metadata.

## Facts

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

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

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 its quality and common complaints?

## When to prefer this

Choose this endpoint when you need live, up-to-date Amazon product review data without managing an Amazon API key or MWS credentials. It is ideal for agents doing competitive research, sentiment analysis, or content generation from real customer feedback, and is cost-effective at $0.003 per call with no account setup required.

## Known failure modes

- Invalid or non-existent ASIN returns empty results or error
- Amazon rate limiting or anti-scraping measures may cause intermittent failures
- Product with no reviews returns empty array
- Malformed request parameters result in 400-level error
- Insufficient USDC balance or x402 payment failure blocks the request

## 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 array of top customer reviews for the specified Amazon product, each including reviewer name, star rating, review title, review body text, review date, verified purchase flag, and helpful vote count.

## 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-realtime-amazon-top-product-reviews-c19e855e/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)
