# RagRadar Grid — Amazon Product Search

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

Searches Amazon product listings and returns e-commerce data for a given query string via a paid REST API.

## Facts

- Endpoint: GET https://scrpapi.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-2969cb53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DjNCWqMNZwqlfBxcrH-zo

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-2969cb53
```

Example prompt: Search Amazon for 'wireless noise-cancelling headphones under $100' and show me what products come up.

## When to prefer this

Use this endpoint when you need programmatic access to Amazon product search results for a given keyword, especially in automated agent workflows that require pay-per-call flexibility via USDC micropayments rather than a subscription-based Amazon API.

## Known failure modes

- Missing or empty 'q' query parameter returns no results or an error
- Insufficient USDC balance for x402 micropayment triggers payment failure
- Amazon anti-scraping measures may occasionally cause empty or partial results
- Invalid HTTP method (non-GET) returns an error
- Network timeout if Amazon data source is slow to respond

## 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 product search results matching the query, and a 'source' field identifying RagRadar Grid as the provider.

## 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-2969cb53/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)
