# RagRadar Grid — Amazon Product Offers Lookup

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

Retrieves current offer listings and pricing data for an Amazon product identified by its ASIN

## Facts

- Endpoint: GET https://scrapis.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-lookup-4245a8d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_46uKZUpf5COaGovVyvKHF

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-lookup-4245a8d3
```

Example prompt: Can you pull all the current Amazon offers for ASIN B08N5WRWNW — I want to see the prices and sellers available right now?

## When to prefer this

Choose this endpoint when you need real-time Amazon product offer data (prices, sellers, conditions) for a known ASIN and are comfortable paying $0.50 USDC per call via x402 micropayments. Ideal for price monitoring, competitive analysis, or enriching product catalogs with live marketplace data without building your own Amazon scraper.

## Known failure modes

- Invalid or malformed ASIN returns an error or empty data object
- ASIN not found on Amazon returns empty offers list
- Payment failure via x402/USDC results in 402 response and no data returned
- Rate limiting or upstream Amazon scraping block may cause timeout or partial data
- Network errors to scrapis.ragradar.space result in connection failures

## 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 with a 'data' field containing offer listings for the specified Amazon product (prices, seller info, condition details, etc.) and a 'source' field identifying '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-product-offers-lookup-4245a8d3/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)
