# RagRadar Grid — Amazon Seller Products Lookup

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

Retrieves the product listings associated with a specific Amazon seller by seller ID

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/amazon/seller/%7BsellerId%7D/products
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-amazon-seller-products-lookup-26bd19b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5MEalZ2Fo105aURf6kRo8

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-products-lookup-26bd19b4
```

Example prompt: Can you pull all the products listed by Amazon seller ID A2B3C4D5E6F7G8 so I can see what they're currently selling?

## When to prefer this

Use this endpoint when you need to enumerate all products offered by a specific Amazon seller by their seller ID, particularly for competitive research, seller catalog analysis, or marketplace intelligence. Prefer this over scraping Amazon directly given its structured REST API with per-call micropayment pricing via USDC.

## Known failure modes

- Invalid or non-existent seller ID returns empty data or error
- Seller has no active listings returns empty product array
- Payment failure via x402 micropayment results in 402 response and no data
- Rate limiting or service unavailability returns 5xx error
- Malformed sellerId path parameter causes 400 bad request

## 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 a data field containing the product listings associated with the given Amazon seller ID, sourced from RagRadar Grid's Amazon intelligence layer.

## 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-products-lookup-26bd19b4/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)
