# RagRadar Grid — Amazon Seller Intelligence

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

Retrieves intelligence data for a specific Amazon seller by seller ID, including profile and marketplace information.

## Facts

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

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-147fb7df
```

Example prompt: Can you pull the seller profile and marketplace intelligence for Amazon seller ID A2L77EE7U53NWQ using RagRadar Grid?

## When to prefer this

Use this endpoint when you need structured intelligence on a specific Amazon seller and have their seller ID. Prefer this over manual Amazon browsing when building automated seller research pipelines, competitive intelligence tools, or e-commerce monitoring workflows that require programmatic access and can pay per-call via USDC micropayments.

## Known failure modes

- Invalid or non-existent seller ID returns empty or error data object
- Payment failure (x402 USDC on Base) blocks the request before it reaches Amazon
- Rate limiting or scraping blocks from Amazon side may yield stale or no data
- Malformed sellerId path parameter causes a routing error
- Amazon seller has been deactivated or suspended, resulting in no profile 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

Returns a JSON object with seller data sourced from Amazon, wrapped in a RagRadar Grid response envelope with a 'data' object and 'source' field identifying the provider.

## 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-147fb7df/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)
