# AnyAPI Amazon Bestsellers

> AnyAPI Amazon Bestsellers is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.082/call, status unknown (last checked 2026-09-14).

Scrapes Amazon bestseller lists and returns ranked product data for a given category or department

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/amazon.bestsellers
- Price: $0.082/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-amazon-bestsellers-bacb1428
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t0d4mPGsuB8ptIUfN6DrO

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 anyapi-amazon-bestsellers-bacb1428 -d '<json body>'
```

Example prompt: Pull the current Amazon bestseller list for the electronics category and give me the top 20 ranked products with their titles, prices, ratings, and ASINs.

## When to prefer this

Use this endpoint when you need real-time Amazon bestseller rankings without maintaining your own scraping infrastructure, and you want pay-per-request pricing with no subscription commitment. Prefer this over Amazon's official Product Advertising API when you need simpler access without affiliate requirements, or when you need broader bestseller data across categories quickly.

## Known failure modes

- Amazon anti-bot measures may cause scrape failures or return partial data
- Invalid or unrecognized category name returns an error or empty result
- Rate limiting if too many requests are made in quick succession
- Amazon page structure changes may cause parsing errors
- Network timeouts for slow Amazon responses

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON array of bestselling Amazon products in the specified category, each with rank position, product title, ASIN, price, star rating, number of reviews, and a link to the product page.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-amazon-bestsellers-bacb1428/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
