# 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 real-time review details for a specific Amazon product, including ratings, review text, reviewer info, and sentiment signals

## Facts

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

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-ccf2a63f
```

Example prompt: Can you pull the latest customer reviews for Amazon product ASIN B09X3NKXQT — I want to see the review text, star ratings, and whether each reviewer is a verified purchaser?

## When to prefer this

Choose this endpoint when you need real-time, per-call Amazon review data without setting up an account or managing API keys. It is ideal for ad-hoc product research, competitive intelligence, or agentic workflows that need to analyze customer sentiment on specific Amazon listings. At $0.003 per call payable via USDC over x402, it suits low-volume lookups or pay-as-you-go pipelines where subscribing to a full Amazon data provider would be overkill.

## Known failure modes

- Invalid or non-existent ASIN returns empty result or error
- Amazon rate limiting or anti-scraping measures may cause transient failures
- Product with no reviews returns empty reviews array
- Payment failure over x402 protocol prevents request from being fulfilled
- Geo-restricted products may return incomplete review data

## 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 real-time Amazon product review data including individual review entries with star ratings, review title, full review text, reviewer name, review date, verified purchase status, and helpful vote counts for the specified product.

## 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-ccf2a63f/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)
