# RagRadar Grid — Amazon Categories

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

Retrieves the list of Amazon product categories available for browsing or filtering e-commerce intelligence data.

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/amazon/categories
- Price: $0.25/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-categories-09e0e293
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_26b_vSIXSRp528mh_EHeS

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-categories-09e0e293
```

Example prompt: Can you pull the full list of Amazon product categories from RagRadar Grid so I can see what departments are available to filter my product research?

## When to prefer this

Use this endpoint when you need to enumerate or browse Amazon's product category taxonomy as a first step before querying category-specific product or sales data. Prefer this over manual scraping when you need a structured, up-to-date list of Amazon departments for filtering or analysis pipelines.

## Known failure modes

- 402 Payment Required if x402 micropayment is not provided or USDC balance is insufficient
- Empty or sparse data object if Amazon category data is temporarily unavailable
- Rate limiting or access errors if the endpoint is overloaded
- Invalid properties parameter causes a malformed 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 data and a 'source' field set to 'RagRadar Grid'. The categories represent the taxonomy of Amazon's product departments and may include names, IDs, and hierarchy information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## 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-categories-09e0e293/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)
