# RagRadar Grid — Amazon Product Reviews

> RagRadar Grid — Amazon Product 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 customer reviews for an Amazon product by ASIN via scraping API with micropayment billing.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/amazon/product/%7Basin%7D/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-reviews-0d7cbab9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4lAmwo1Aeut5LNvrkzrSc

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-reviews-0d7cbab9
```

Example prompt: Pull all the customer reviews for the Amazon product with ASIN B09G9FPHY6 so I can analyze what buyers are saying about it.

## When to prefer this

Use this endpoint when you need programmatic access to Amazon product reviews by ASIN and want pay-per-call micropayment billing (USDC on Base via x402) without a monthly subscription. Particularly useful for competitive product research, sentiment analysis pipelines, or ad-hoc lookups where you don't need a full e-commerce data subscription.

## Known failure modes

- Invalid or non-existent ASIN returns empty data or error
- ASIN has no reviews — returns empty reviews array
- Amazon rate limiting or anti-scraping measures may cause partial or failed data retrieval
- Payment failure via x402 micropayment results in 402 response and no data returned
- Malformed ASIN path parameter causes 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 scraped Amazon customer review data for the specified ASIN, including review text, ratings, reviewer information, and review metadata, sourced from 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-reviews-0d7cbab9/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)
