# KiteEndpoints.ai - Amazon Realtime Data API

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

Fetches real-time Amazon product data, prices, reviews, or search results via a pay-per-request proxy

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/amazon-realtime
- Price: $0.17/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-amazon-realtime-data-api-472ebcc5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XuPj8eWs-8hzCGlImprPP

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-amazon-realtime-data-api-472ebcc5 -d '<json body>'
```

Example prompt: Can you look up the current price and details for the Amazon product with ASIN B08N5WRWNW right now?

## When to prefer this

Use this endpoint when you need real-time Amazon product data — prices, reviews, listings — without maintaining your own Amazon API integration. Prefer this over static datasets when up-to-date pricing or availability is critical. Best suited for agents doing price comparisons, product research, or ecommerce monitoring tasks.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error result
- Amazon rate limiting or anti-scraping measures may cause request failures
- Stale or unavailable product data if listing has been removed
- Payment failure in USDC/x402 prevents request from completing
- Ambiguous search query may return irrelevant products

## 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 data such as title, price, availability, ASIN, reviews, ratings, images, and other listing metadata depending on the query type.

## 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-amazon-realtime-data-api-472ebcc5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
