# RagRadar Grid — Amazon Product Top Reviews

> RagRadar Grid — Amazon Product Top Reviews is a paid API for AI agents from scrpapi.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://scrpapi.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-98bd56ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jDw7GyAPnn1TdSETlg5_h

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-98bd56ac
```

Example prompt: Can you pull the top customer reviews from Amazon for the product with ASIN B09G9HD6PD so I can see what buyers are saying about it?

## When to prefer this

Use this endpoint when you need structured top-review data for a specific Amazon product by ASIN without building your own scraper. Ideal for competitive research, sentiment analysis pipelines, product intelligence dashboards, or price/quality comparison tools. Prefer this over building custom scrapers when you need pay-per-call pricing with no subscription commitment.

## Known failure modes

- Invalid or non-existent ASIN returns empty data or error
- Amazon product with no reviews returns empty reviews array
- Rate limiting or payment failure via x402 micropayment returns 402 Payment Required
- Amazon anti-scraping measures may cause intermittent data unavailability
- Malformed ASIN path parameter returns 400 or 404 error

## 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

A JSON object containing top customer reviews for the specified Amazon product, including review text, ratings, and reviewer information, sourced via RagRadar Grid.

## 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-98bd56ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrpapi.ragradar.space](https://www.zero.xyz/host/scrpapi.ragradar.space/llms.txt)
