# RagRadar Grid — Amazon Product Search

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

Search Amazon's product catalog and retrieve e-commerce data including listings, prices, and product details via a pay-per-call REST API.

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/amazon/search
- Price: $0.5/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-product-search-f5b382a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TQLfoCOTLE0mI90wjydAS

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-search-f5b382a6
```

Example prompt: Search Amazon for 'wireless noise-canceling headphones under $100' and show me the top product listings with prices.

## When to prefer this

Use this endpoint when you need programmatic access to Amazon product search results — including listings, prices, and product metadata — without managing Amazon's own API credentials. Particularly useful for price comparison, product research, and e-commerce competitive intelligence. Prefer this over direct Amazon APIs if you need simple pay-per-call access without long-term API contracts.

## Known failure modes

- Missing required 'q' query parameter returns an error or empty results
- Amazon rate limiting or anti-scraping measures may cause failures or partial data
- Payment not processed (402 response) if USDC micropayment fails
- Empty results if the search term yields no Amazon matches
- Stale or cached data if Amazon's catalog has changed recently

## 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 Amazon search results (product listings, titles, prices, etc.) and a 'source' field confirming 'RagRadar Grid'. The exact structure of the data object depends on the underlying scraper response.

## 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-search-f5b382a6/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)
