# Amazon Product Category List API

> Amazon Product Category List API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns a list of Amazon product categories (with IDs and names) for a specified country marketplace

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/product-category-list
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amazon-product-category-list-api-0de6ff79
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I34IeLe0pWRaAk5bypaRy

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 amazon-product-category-list-api-0de6ff79
```

Example prompt: Can you fetch me the full list of Amazon product categories available on the US marketplace so I can see all the department IDs and names?

## When to prefer this

Use this endpoint when you need a structured, programmatic list of Amazon product category IDs and names for a specific country marketplace — particularly useful for building category selectors, seeding product searches, or mapping Amazon taxonomy across supported international storefronts. Prefer this over scraping Amazon directly or using search-based category discovery.

## Known failure modes

- Invalid or unsupported country code returns an error
- Missing required query parameters may return a validation error
- Rate limiting or payment failure returns 402 Payment Required
- Upstream Amazon data unavailability may return empty or partial results

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

An array of Amazon product category objects, each containing a unique category ID and category name, along with a response status string and a unique request ID for tracing.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amazon-product-category-list-api-0de6ff79/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
