# KiteEndpoints.ai – Amazon Axesso Product Lookup

> KiteEndpoints.ai – Amazon Axesso Product Lookup is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Fetches Amazon product data (listings, prices, reviews, metadata) via the Axesso data provider through the KiteEndpoints mega-hub.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/amazon-axesso
- Price: $0.15/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-axesso-product-lookup-3974d194
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q12TNoHgsZRRXQeMknYWJ

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-axesso-product-lookup-3974d194 -d '<json body>'
```

Example prompt: Can you pull up the full Amazon product details for ASIN B08N5WRWNW — I need the current price, rating, review count, and product description?

## When to prefer this

Choose this endpoint when you need structured Amazon product data (price, rating, reviews, metadata) on demand without managing your own Amazon scraping infrastructure. It is well-suited for price comparison, catalog enrichment, and market research tasks where pay-per-request billing via USDC on Base chain is acceptable. Prefer this over rolling your own Axesso integration when you want a single aggregated API hub.

## Known failure modes

- Invalid or non-existent ASIN returns empty or error result
- Amazon throttling or blocking may cause intermittent failures
- Product region mismatch (e.g. UK ASIN queried on US endpoint) may return no data
- Axesso upstream downtime causes endpoint unavailability
- Malformed request body returns generic error response

## 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 structured result object containing Amazon product data such as title, current price, star rating, review count, product description, images, seller details, and availability status as sourced via the Axesso Amazon data API.

## 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-axesso-product-lookup-3974d194/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)
