# OpenWeb Ninja — Amazon Product Reviews API

> OpenWeb Ninja — Amazon Product 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 Amazon products by ASIN or product URL, payable per call via x402 micropayment (USDC).

## Facts

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

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-product-reviews-api-0ba5e7d0
```

Example prompt: Can you pull the latest Amazon customer reviews for the product with ASIN B08N5WRWNW? I want to see the review text, star ratings, and whether each review is a verified purchase.

## When to prefer this

Choose this endpoint when you need real-time Amazon product review data without registering for an Amazon API key or managing OAuth credentials. It is ideal for ad-hoc competitive research, sentiment analysis pipelines, or AI agents that need to pull customer feedback on demand. The x402 micropayment model at $0.003/call makes it cost-effective for low-to-medium volume use cases where a subscription API would be overkill.

## Known failure modes

- Invalid or non-existent ASIN returns empty results or error
- Product with no reviews returns empty review array
- Amazon temporarily blocking scrape results in incomplete or stale data
- Payment failure via x402 results in 402 response before data is returned
- Rate limiting if too many rapid sequential calls are made

## 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 response containing a list of customer reviews for the specified Amazon product, including reviewer name, star rating (1–5), review title, review body text, review date, verified purchase status, and helpful vote count. Pagination details may be included for multi-page results.

## 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-product-reviews-api-0ba5e7d0/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)
