# RagRadar Grid — Amazon Product Reviews Scraper

> RagRadar Grid — Amazon Product Reviews Scraper 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 customer reviews for an Amazon product identified by its ASIN

## Facts

- Endpoint: GET https://scrapis.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-scraper-faae6811
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fuROk6lEFMiCPhfw1Xi1r

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-scraper-faae6811
```

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

## When to prefer this

Use this endpoint when you need to programmatically fetch Amazon product review data by ASIN without maintaining your own scraping infrastructure, and you're comfortable paying $0.75 USDC per call via x402 micropayments. Ideal for competitive product research, sentiment analysis, or aggregating customer feedback at scale.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error data
- Amazon product with no reviews returns empty reviews array
- Rate limiting or upstream scraping blocks may cause failures
- Payment failure via x402/USDC may prevent the call from completing
- Malformed ASIN path parameter results in a 400 or 404 response

## 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 customer review data scraped from the Amazon product page for the given ASIN, including review text, ratings, and metadata, 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-reviews-scraper-faae6811/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)
