# RagRadar Grid — Amazon Seller Intelligence

> RagRadar Grid — Amazon Seller Intelligence 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).

Retrieves e-commerce intelligence data for a specific Amazon seller by seller ID

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/amazon/seller/%7BsellerId%7D
- 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-intelligence-42ae5d86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_41GZPAt9za5al8hoNW6Qy

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-intelligence-42ae5d86
```

Example prompt: Can you pull up the seller intelligence profile for Amazon seller ID A2Z8XKJL3MWQP9 — I want to know who they are and what data RagRadar has on them?

## When to prefer this

Use this endpoint when you need programmatic, pay-per-call access to Amazon seller intelligence without managing a scraping infrastructure. Prefer this over manual research or building your own scraper when you need quick, on-demand seller profile data and can pay $0.75 USDC per lookup via x402 micropayments on Base.

## Known failure modes

- Invalid or non-existent seller ID returns empty data object or error
- Payment failure via x402/USDC results in 402 Payment Required with no data
- Seller ID format mismatch causes path parameter parsing error
- Amazon data temporarily unavailable leads to incomplete or null response
- Rate limiting or upstream scraping block returns error or degraded data

## 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 intelligence data about the specified Amazon seller, sourced from RagRadar Grid. The exact fields depend on what the scraping pipeline returns, but typically includes seller profile details, ratings, or marketplace metadata under a 'data' key with 'source' identified as 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-intelligence-42ae5d86/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)
