# OpenWeb Ninja — Amazon Product Reviews API (x402)

> OpenWeb Ninja — Amazon Product Reviews API (x402) 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, payable per call via x402 (USDC, no account required).

## Facts

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

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-x402-dfd1a1b5
```

Example prompt: Can you pull the latest customer reviews for Amazon product B09G9FPHY6? I want to see what buyers are saying, including star ratings and review text.

## When to prefer this

Choose this endpoint when you need real-time Amazon product review data without setting up an account, API key, or subscription — ideal for ad-hoc or agent-driven workflows paying per call in USDC. Prefer it over scraping Amazon directly (terms of service risk) or over subscription-based review APIs when call volume is low or unpredictable. Not suitable for bulk historical review harvesting at scale.

## Known failure modes

- Invalid or non-existent ASIN returns empty results or 404-style error
- Payment failure or insufficient USDC balance returns HTTP 402
- Amazon rate-limiting or bot-detection may cause intermittent failures or empty responses
- Product with no reviews returns an empty review list
- Malformed request parameters return a 400-level error

## 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 a list of customer reviews for the specified Amazon product, including each review's star rating, title, body text, reviewer name, review date, verified purchase flag, and helpful vote count. Typically reflects real-time data scraped from Amazon's live product pages.

## 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-x402-dfd1a1b5/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)
