# KiteEndpoints.ai – Real-Time Amazon Data

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

Fetches real-time Amazon product data including listings, prices, reviews, and availability by querying Amazon's catalog live.

## Facts

- Endpoint: POST https://kite-hub-v3.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-3987536c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dWyCXg95RBifpthqdEzgD

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-3987536c -d '<json body>'
```

Example prompt: Can you pull the real-time price, availability, and star rating for the Amazon product with ASIN B09G9FPHY6 right now?

## When to prefer this

Choose this endpoint when you need live Amazon product data without going through Amazon's official Product Advertising API (which requires an affiliate account and approval). Ideal for price monitoring, competitive intelligence, reseller tools, or any workflow needing up-to-date Amazon listing details on demand.

## Known failure modes

- Product not found or invalid ASIN returns empty or error result
- Amazon anti-scraping measures may intermittently block requests causing failures
- Price or availability data may be slightly delayed depending on caching
- Rate limiting if too many requests are sent in quick succession
- Geo-specific listings may return different data than expected

## 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 live Amazon product data such as title, current price, availability/stock status, star rating, number of reviews, product images, and seller/fulfillment details for the queried item.

## Request schema (JSON Schema)

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

## 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-3987536c/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)
