# RagRadar Grid — Amazon Seller Reviews Lookup

> RagRadar Grid — Amazon Seller Reviews Lookup 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 a specific Amazon seller by seller ID

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/amazon/seller/%7BsellerId%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-seller-reviews-lookup-93d597b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__6Ejz3Ur-MjKG-mjgp7Bs

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-seller-reviews-lookup-93d597b9
```

Example prompt: Pull all the customer reviews for Amazon seller ID A2B3C4D5E6F7G8 so I can see how buyers rate them and what people are complaining about.

## When to prefer this

Use this endpoint when you need to retrieve customer review data for a specific Amazon seller by their seller ID, and are comfortable paying $0.75 USDC per call via x402 micropayments. Prefer this when building seller reputation analysis, competitive intelligence, or e-commerce research workflows that require on-demand Amazon review data without managing your own scraping infrastructure.

## Known failure modes

- Invalid or non-existent seller ID returns empty data or error
- Seller has no reviews — returns empty data object
- Payment failure via x402 micropayment (insufficient USDC balance) — request not processed
- Rate limiting or quota exceeded — 429 error
- Seller data temporarily unavailable from upstream source — partial or null 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 with review data for the specified Amazon seller, sourced from RagRadar Grid. Typically includes customer ratings, review text, and aggregated feedback associated with the seller account.

## 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-seller-reviews-lookup-93d597b9/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)
