# KiteEndpoints.ai - AliExpress Scraper

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

Scrapes product data, prices, listings, and details from AliExpress given a product URL or search query.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/aliexpress-scraper
- Price: $0.18/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-aliexpress-scraper-c9fa540e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__lYd9cxto-v7xHsuhN5ef

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-aliexpress-scraper-c9fa540e -d '<json body>'
```

Example prompt: Can you scrape the AliExpress listing at aliexpress.com/item/1005006789012345.html and pull me the product title, current price, seller rating, and shipping options?

## When to prefer this

Choose this endpoint when you need to programmatically extract product data from AliExpress without maintaining your own scraping infrastructure. Ideal for dropshippers, price monitoring agents, catalog builders, and competitive intelligence workflows that need fresh AliExpress data on demand at low per-call cost.

## Known failure modes

- Invalid or expired AliExpress URL returns empty or error result
- AliExpress anti-bot measures may cause scrape failures
- Product no longer available returns no data
- Rate limiting on the scraping infrastructure may cause timeouts
- Region-locked products may return incomplete data

## 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 structured product data extracted from the AliExpress listing, including product title, price, description, images, seller information, ratings, reviews, shipping options, and product specifications.

## 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-aliexpress-scraper-c9fa540e/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)
