# RagRadar Grid — Amazon Seller Products Lookup

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

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

## Facts

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

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-4a9bcca8
```

Example prompt: Can you pull all the products listed by Amazon seller ID A2Z3XY4W5V6U7T and show me what they're selling?

## When to prefer this

Use this endpoint when you need to enumerate all products offered by a known Amazon seller, such as for competitive intelligence, seller auditing, or building a catalog of a specific merchant's inventory. Prefer this over general Amazon product search when you already have a specific seller ID and want their complete product portfolio rather than keyword-based results.

## Known failure modes

- Invalid or non-existent seller ID returns empty data or error
- Seller has no active listings returns empty product array
- Rate limiting or payment failure via x402 micropayment results in 402 response
- Seller account suspended or removed from Amazon may yield no results
- Malformed sellerId path parameter causes 400 or routing 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 a data field containing the product listings associated with the specified Amazon seller, and a source field identifying RagRadar Grid as the data provider. Product details likely include ASINs, titles, prices, and other listing metadata.

## 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-4a9bcca8/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)
