# AnyAPI Amazon Reviews Scraper

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

Scrapes and returns customer reviews for an Amazon product, paid per request with no subscription required.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/amazon.reviews
- Price: $0.01625/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-reviews-scraper-5cb11e37
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iawRo_VNIMNzlSUB0TB-U

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-reviews-scraper-5cb11e37 -d '<json body>'
```

Example prompt: Can you pull the customer reviews for this Amazon product — https://www.amazon.com/dp/B09G9FPHY6 — so I can see what people are saying about it?

## When to prefer this

Use this endpoint when you need to programmatically fetch Amazon product reviews without setting up your own scraper infrastructure, especially for one-off or low-volume lookups where a subscription would be wasteful. Ideal for competitive analysis, sentiment research, or product monitoring on a pay-per-request basis.

## Known failure modes

- Invalid or non-existent ASIN returns an error or empty result
- Amazon product page is geo-restricted or unavailable
- Rate limiting or scraping block from Amazon causes failure
- Malformed product URL or missing required parameter returns a 4xx error
- Temporary upstream scraping failure causes intermittent 5xx response

## 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 response containing structured Amazon customer review data for the requested product, including review text, star ratings, reviewer names, review dates, and verified purchase flags.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-amazon-reviews-scraper-5cb11e37/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)
