# KiteEndpoints.ai - Real-Time Amazon Data

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

Fetches real-time product, pricing, and listing data from Amazon via a pay-per-request API endpoint

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/real-time-amazon-data
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-real-time-amazon-data-b9686185
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EnTrd658j_rX5-Ww1v-wE

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-ai-real-time-amazon-data-b9686185 -d '<json body>'
```

Example prompt: Can you pull the current Amazon price and availability for the product with ASIN B08N5WRWNW and tell me its rating and number of reviews?

## When to prefer this

Choose this endpoint when you need live Amazon product data — pricing, availability, ratings — without maintaining your own scraping infrastructure. Ideal for price comparison tools, competitor research, or agent-driven shopping workflows that require real-time data paid per-call via USDC on Base chain.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error result
- Amazon rate limiting or anti-scraping blocks may cause intermittent failures
- Product delisted or unavailable may return null data
- Malformed request body returns generic error
- Payment failure via USDC/x402 prevents request from being processed

## 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 real-time Amazon product data such as price, availability, ratings, review count, product title, images, and listing metadata for the queried product or ASIN.

## 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-ai-real-time-amazon-data-b9686185/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)
