# RagRadar Grid — Amazon Product Top Reviews

> RagRadar Grid — Amazon Product Top Reviews is a paid API for AI agents from scrapis.ragradar.space, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-10).

Fetches the top customer reviews for an Amazon product by ASIN

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/amazon/product/%7Basin%7D/top-reviews
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-amazon-product-top-reviews-76593241
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l1WU4WBaHgG_HouJCIZKx

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 ragradar-grid-amazon-product-top-reviews-76593241
```

Example prompt: Can you pull the top customer reviews from Amazon for the product with ASIN B09G9FPHY6? I want to see what buyers are saying about it.

## When to prefer this

Use this endpoint when you need to programmatically retrieve top Amazon customer reviews for a specific product by ASIN without managing your own scraping infrastructure. Ideal for competitive intelligence, sentiment analysis, or product research workflows that require pay-per-call access without a subscription commitment.

## Known failure modes

- Invalid or non-existent ASIN returns empty data or error
- ASIN for a product with no reviews returns empty review list
- Payment failure via x402 micropayment returns 402 status
- Rate limiting or scraping blocks may return 429 or 503
- Product listing removed from Amazon may return no data

## How this service works

37 paid REST endpoints: Facebook social & ads intelligence, Amazon e-commerce data, job market intelligence. Pay per call via x402 micropayments (USDC on Base).

## Output

Returns a JSON object containing the top customer reviews for the specified Amazon product, including review text, ratings, and reviewer information, sourced via RagRadar Grid's scraping infrastructure.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "source": "RagRadar Grid"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-grid-amazon-product-top-reviews-76593241/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrapis.ragradar.space](https://www.zero.xyz/host/scrapis.ragradar.space/llms.txt)
