# RagRadar Grid — Amazon Product Lookup by ASIN

> RagRadar Grid — Amazon Product Lookup by ASIN 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).

Fetches e-commerce product data from Amazon for a given ASIN identifier

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/amazon/product/%7Basin%7D
- 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-lookup-by-asin-d7db12d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__qWZvEJoupQWOsOgHTRv4

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-lookup-by-asin-d7db12d1
```

Example prompt: Can you pull the product details from Amazon for ASIN B09G9FPHY6 — I need the title, price, and availability?

## When to prefer this

Use this endpoint when you need structured Amazon product data by ASIN without building your own scraper. Ideal for price monitoring, competitive intelligence, product enrichment pipelines, or any workflow where you need on-demand Amazon listing details paid per-call with no subscription.

## Known failure modes

- Invalid or non-existent ASIN returns empty data or error
- ASIN for a delisted product may return no results
- Rate limiting or payment failure via x402 micropayment returns 402 or rejection
- Malformed ASIN format causes path parameter parsing error
- Amazon data temporarily unavailable returns partial or empty response

## 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 Amazon product data for the requested ASIN, including fields such as title, price, availability, ratings, and other listing metadata sourced via 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-lookup-by-asin-d7db12d1/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)
