# RagRadar Grid — Amazon Scrape

> RagRadar Grid — Amazon Scrape 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-14).

Scrapes an Amazon product or search page URL and returns structured e-commerce data via a pay-per-call REST endpoint.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/amazon/scrape
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-amazon-scrape-25a6d472
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aEjoaX77hUUs62R8Rv0t7

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-scrape-25a6d472
```

Example prompt: Can you scrape this Amazon product page and give me the price, title, and customer rating? The URL is https://www.amazon.com/dp/B08N5WRWNW

## When to prefer this

Use this endpoint when you need to programmatically extract structured product data from a specific Amazon product or search page URL, especially in a pay-per-call micropayment context via x402/USDC without a subscription.

## Known failure modes

- Invalid or non-Amazon URL returns empty or error data
- Amazon bot-detection blocks the scrape, returning partial or no data
- URL param missing causes request validation failure
- Amazon page structure changes may cause incomplete parsing
- Network timeout results in empty data 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 scraped Amazon page data including product title, price, ratings, reviews, images, ASIN, and other listing details, sourced from 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-scrape-25a6d472/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)
