# KiteEndpoints.ai - Real-Time Amazon Data API

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

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

## Facts

- Endpoint: POST https://kite-hub-v2.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-api-a652a261
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-vKUSljcs9aq6QLGsblNo

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-api-a652a261 -d '<json body>'
```

Example prompt: Can you pull the real-time Amazon listing data for ASIN B09G9FPHY6 — I want the current price, availability, and product details?

## When to prefer this

Use this endpoint when you need live, real-time Amazon product data — such as current pricing, stock availability, or listing details — without maintaining your own Amazon scraping infrastructure. Prefer this over static datasets when freshness matters, such as for price comparison tools, competitive intelligence, or shopping assistants.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error result
- Amazon anti-scraping measures may cause intermittent failures or rate limits
- Product not available in the requested region
- Malformed input schema returns 400-level error
- Payment failure in USDC results in 402 response before data is returned

## 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 including pricing, availability, product metadata, reviews, and listing details as available from Amazon at query time.

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