# Blockbuster.ai AliExpress Scraper

> Blockbuster.ai AliExpress Scraper is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-14).

Scrapes product data, prices, and listings from AliExpress given a search query or product identifier

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/aliexpress-scraper
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-aliexpress-scraper-5d813efa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a_14vzT5Y4WOP0gU9kDiW

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 blockbuster-ai-aliexpress-scraper-5d813efa -d '<json body>'
```

Example prompt: Search AliExpress for 'wireless earbuds under $20' and pull back the product listings with prices and seller info so I can compare options.

## When to prefer this

Use this endpoint when you need to programmatically retrieve product listings, prices, or seller data from AliExpress without maintaining your own scraping infrastructure. Ideal for dropshipping research, price comparison, or market intelligence on AliExpress inventory.

## Known failure modes

- AliExpress blocks or rate-limits the scraper, returning an error or empty results
- Invalid or overly vague query returns no matching products
- AliExpress page structure changes cause parsing failures
- Network timeout results in incomplete data
- Query contains unsupported characters or language causing empty response

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with scraped AliExpress product data including listings, titles, prices, seller details, and other product metadata matching the search query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-aliexpress-scraper-5d813efa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
