# KiteEndpoints Amazon Reviews API

> KiteEndpoints Amazon Reviews API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Fetches Amazon product reviews for a given product, returning review data such as ratings, text, and reviewer information

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/amazon-reviews
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-amazon-reviews-api-3d5417d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tHkz1kNYzRehBOUyucST2

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 kiteendpoints-amazon-reviews-api-3d5417d5 -d '<json body>'
```

Example prompt: Can you pull the Amazon reviews for ASIN B08N5WRWNW? I want to see what customers are saying about it, including their star ratings and review text.

## When to prefer this

Choose this endpoint when you need programmatic access to Amazon product reviews without managing your own scraping infrastructure, handling CAPTCHAs, or maintaining Amazon API credentials. It is particularly useful for price-per-call scenarios where you need occasional review lookups rather than a high-volume subscription. Pay-per-request via USDC on Base chain makes it suitable for agent workflows that only occasionally need review data.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error result
- Amazon anti-scraping measures may cause intermittent failures or rate limiting
- Product with no reviews returns empty reviews array
- Network timeout if Amazon's page loads slowly
- Malformed input schema causes 400-level error
- USDC payment failure on Base chain blocks request

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing Amazon product review data, which may include individual review entries with star ratings, review title, review body text, reviewer name, review date, verified purchase flag, and aggregate rating statistics for the product.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-amazon-reviews-api-3d5417d5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
