# OpenWeb Ninja — Amazon Product Review Details API

> OpenWeb Ninja — Amazon Product Review Details 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 detailed review data for a specific Amazon product, including ratings, review text, reviewer info, and sentiment signals, payable per call via x402 (USDC).

## Facts

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

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-review-details-api-7ffadc4e
```

Example prompt: Can you pull the customer review details for Amazon product B08N5WRWNW — I want to see the review text, star ratings, reviewer names, and whether they're verified purchases?

## When to prefer this

Choose this endpoint when you need structured Amazon product review data without an Amazon seller account or official API key, and want a pay-per-call model (no subscription) via x402 USDC micropayments. Ideal for one-off product research, competitive intelligence, or agent workflows that need real-time Amazon review data at $0.003 per call.

## Known failure modes

- Invalid or non-existent ASIN returns empty result or 404-equivalent
- Amazon rate limiting or anti-bot measures may cause intermittent failures
- Payment failure via x402 (insufficient USDC balance) returns 402 Payment Required
- Malformed request parameters return 400 Bad Request
- Product with no reviews returns empty reviews array

## 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 detailed Amazon product review data, including individual review entries with text, star rating, reviewer name, date posted, verified purchase flag, and helpful vote counts for the specified product ASIN or URL.

## 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-review-details-api-7ffadc4e/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)
