# RagRadar Grid — Amazon Product Data by ASIN

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

Fetches Amazon product details for a given ASIN via a paid REST API using x402 micropayments

## Facts

- Endpoint: GET https://scrapis.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-data-by-asin-1ee1e8c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_feI1nRCIyJcjNiAn-2LDj

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-data-by-asin-1ee1e8c0
```

Example prompt: Can you pull the product details for ASIN B09G9FPHY6 from Amazon — I need the title, price, and any ratings info available.

## When to prefer this

Use this endpoint when you need programmatic access to Amazon product data by ASIN and want to pay per call via USDC micropayments (x402 protocol) without a subscription. Prefer this over manual scraping or subscription-based APIs when cost-per-call flexibility is important and you have a specific ASIN to look up.

## Known failure modes

- Invalid or malformed ASIN returns an error or empty data object
- Product not found on Amazon returns empty data
- Payment failure via x402 results in 402 Payment Required response
- Rate limiting or scraping blocks may return partial or no data
- Network timeout results in no 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

A JSON object containing Amazon product data for the requested ASIN, sourced from RagRadar Grid's scraping layer. Includes fields such as product title, price, description, ratings, and other listing details available on the Amazon product page.

## 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-data-by-asin-1ee1e8c0/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)
