# RagRadar Grid — Amazon Scrape

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

Scrapes Amazon product or listing pages and returns structured e-commerce data via a pay-per-call REST endpoint.

## Facts

- Endpoint: GET https://scrapis.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-261fd902
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tvq5yOS5-mcoPffwRkOXT

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-261fd902
```

Example prompt: Can you scrape this Amazon product page and give me its price, title, ratings, and any other available details? Here's the URL: https://www.amazon.com/dp/B09XYZ1234

## When to prefer this

Use this endpoint when you need structured product data from a specific Amazon listing URL and want a pay-per-call model without a subscription. Prefer this over general web scrapers when targeting Amazon specifically, as RagRadar Grid is purpose-built for Amazon e-commerce data extraction.

## Known failure modes

- Invalid or non-Amazon URL provided — endpoint may return empty data or error
- Amazon anti-bot measures block the scrape — partial or empty response returned
- URL parameter missing — request fails with validation error
- Product listing removed or unavailable on Amazon — no data returned
- Rate limiting or payment failure via x402 — request not processed

## 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 product data including fields such as title, price, ratings, availability, images, and other listing details extracted from the provided Amazon URL. The response is wrapped under a 'data' key with source attribution '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-261fd902/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)
