# RagRadar Grid — Amazon Category Data

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

Fetches e-commerce product and listing data for a specified Amazon category ID via a paid REST endpoint

## Facts

- Endpoint: GET https://scrapis.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-95a7fea0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZSSmF92F_EJKNUdVqEdQk

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-95a7fea0
```

Example prompt: Pull the Amazon product listings and category intelligence for category ID 'electronics' from RagRadar Grid so I can see what's trending in that section.

## When to prefer this

Use this endpoint when you need structured Amazon category-level product data on a pay-per-call basis without committing to a subscription, especially in agentic workflows that support x402 micropayments in USDC on Base.

## Known failure modes

- Invalid or non-existent categoryId returns empty data or error
- Payment failure via x402/USDC micropayment blocks the request
- Rate limiting or quota exceeded returns 402 or 429 error
- Category ID format mismatch causes no results
- Downstream Amazon data unavailability causes partial or empty 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

A JSON object with a 'data' field containing Amazon category-level product and listing data sourced from RagRadar Grid, and a 'source' field confirming the origin as '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-category-data-95a7fea0/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)
