# AnyAPI Amazon Search

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

Searches Amazon and returns product listings matching a given query, paid per request with no subscription required.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/amazon.search
- Price: $0.07/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-search-e58a7387
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VcuqP234YWbH1jYaPG7yU

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-search-e58a7387 -d '<json body>'
```

Example prompt: Search Amazon for 'noise cancelling wireless headphones' and give me the top results including titles, prices, ratings, and product links.

## When to prefer this

Use this endpoint when you need Amazon search results programmatically without a monthly subscription — ideal for price comparison, product research, market analysis, or finding product ASINs. Prefer over direct Amazon scraping when you want managed infrastructure and pay-per-use pricing. Choose amazon.product (sibling endpoint) if you already have an ASIN and need detailed product data instead of a search listing.

## Known failure modes

- Query returns no results if search term is too niche or misspelled
- Amazon anti-bot measures may cause intermittent failures or empty responses
- Rate limits or scraping blocks may produce error responses
- Malformed or missing query parameter returns a 4xx error
- Response schema may vary if Amazon changes its page structure

## 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 a list of Amazon product search results, typically including product titles, prices, ratings, review counts, ASINs, product page URLs, and thumbnail images for items matching the query.

## Response schema (JSON Schema)

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

## More

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