# RagRadar Grid — Amazon Category Data

> RagRadar Grid — Amazon Category Data 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-11).

Fetches product and listing data for a specific Amazon category by category ID

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/amazon/category/%7BcategoryId%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-category-data-77a61b74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p4Ay8o3nvef4cuZoSrsSS

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-category-data-77a61b74
```

Example prompt: Pull the Amazon product listings and category data for the Electronics category — the category ID is 172282.

## When to prefer this

Use this endpoint when you need structured Amazon category-level product data programmatically and want to pay per call via USDC micropayments without a subscription. Preferred when you need one-off or low-volume Amazon category lookups without committing to a scraping infrastructure.

## Known failure modes

- Invalid or nonexistent category ID returns empty or error response
- Category temporarily unavailable due to Amazon-side changes
- Rate limiting or payment failure via x402 micropayment
- Network timeout if Amazon scraping is slow
- Malformed categoryId parameter causes 400-level error

## 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 a `data` field containing Amazon category information (product listings, metadata, pricing, etc.) 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-category-data-77a61b74/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)
