# RagRadar Grid — Amazon Seller Reviews

> RagRadar Grid — Amazon Seller 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 reviews for a specific Amazon seller by seller ID via scraping intelligence API

## Facts

- Endpoint: GET https://scrpapi.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-6032c4e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KZIbpUo5Yb_DSNAqqp3aF

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-6032c4e2
```

Example prompt: Can you pull all the customer reviews for Amazon seller ID A2Q4LRDSSJZN8P so I can see their reputation and what buyers are saying about them?

## When to prefer this

Use this endpoint when you need programmatic access to Amazon seller reviews by seller ID and want pay-per-call pricing via USDC micropayments rather than a subscription model. Best suited for agents doing one-off or infrequent seller due diligence, competitive intelligence on specific Amazon sellers, or building e-commerce research workflows without committing to a monthly plan.

## Known failure modes

- Invalid or non-existent sellerId returns empty data or error
- Payment failure via x402 micropayment results in 402 response blocking the call
- Seller has no reviews yet resulting in empty data object
- Amazon anti-scraping measures may cause intermittent failures or stale data
- Malformed sellerId path parameter may cause 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

Returns a JSON object with review data for the specified Amazon seller, including customer feedback and ratings sourced via RagRadar Grid scraping infrastructure. The response wraps results in a 'data' field with source attribution '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-seller-reviews-6032c4e2/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)
