# RagRadar Grid — Amazon Product Offers

> RagRadar Grid — Amazon Product Offers is a paid API for AI agents from scrpapi.ragradar.space, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-11).

Retrieves marketplace offer listings for an Amazon product by ASIN, including seller pricing and availability data.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/amazon/product/%7Basin%7D/offers
- Price: $0.5/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-product-offers-3018e5ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eD35Ev7KWKt6ZPLUXjuy3

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-product-offers-3018e5ab
```

Example prompt: Pull all the current marketplace offers for Amazon ASIN B09G3HRMVB — I want to see what sellers are listing it for and whether it's in stock.

## When to prefer this

Use this endpoint when you need real-time Amazon marketplace offer data (seller prices, availability) for a known ASIN and are willing to pay $0.50 USDC per call via x402 micropayments. Prefer this over direct Amazon API access when you lack Amazon SP-API credentials or need a simple pay-per-call REST interface without setup overhead.

## Known failure modes

- Invalid or non-existent ASIN returns empty data or error
- Product with no third-party offers returns sparse results
- Payment failure (insufficient USDC balance) blocks the request
- Rate limiting or scraping blocks from Amazon may result in stale or missing data
- Malformed ASIN path parameter causes a 4xx 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 offer data for the specified Amazon product ASIN, including seller listings, prices, and availability sourced via RagRadar Grid scraping infrastructure.

## 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-product-offers-3018e5ab/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)
