# AliExpress Product Scraper

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

Scrapes product data, listings, prices, and details from AliExpress by product URL or search query

## Facts

- Endpoint: POST https://kite-solana.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/aliexpress-product-scraper-90bf3728
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9wfRMx1Ks0N3HcOnd7bcR

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 aliexpress-product-scraper-90bf3728 -d '<json body>'
```

Example prompt: Can you scrape the product details from this AliExpress listing — title, price, seller rating, shipping info, and available images?

## When to prefer this

Use this endpoint when you need to extract structured product data from AliExpress — including pricing, seller info, images, and reviews — without managing your own scraping infrastructure or handling AliExpress bot-detection. Prefer this over generic web scrapers when dealing specifically with AliExpress listing pages.

## Known failure modes

- AliExpress page not found or removed (404 on target URL)
- AliExpress rate limiting or bot detection blocking the scrape
- Invalid or malformed product URL provided
- Product region-restricted and not accessible
- Timeout if AliExpress pages load slowly
- Incomplete data if listing is partially loaded or structured unusually

## 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 scraped from the AliExpress listing including product title, price, seller name, ratings, review count, product images, description, shipping options, and related metadata.

## 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/aliexpress-product-scraper-90bf3728/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
