Scrape AliExpress product listings by keyword or search URL. Returns price, original price, discount percent, rating, orders count, image gallery, shipping info, free-shipping flag and product URL. Pagination follows result pages automatically with sort options for best match, most orders, price ascending or descending, and newest. Built for dropshipping research, competitor pricing and product feed enrichment.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~aliexpress-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQuery": "bluetooth speaker", "maxResults": 100, "sortBy": "orders" }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/aliexpress-scraper
| Field | Type | Example |
|---|---|---|
| id | string | 1005006123456789 |
| title | string | Wireless Bluetooth Speaker, Waterproof |
| price | number | 15.99 |
| original_price | number | 29.99 |
| currency | string | USD |
| discount_percent | number | 47 |
| rating | number | 4.7 |
| orders_count | string | 2,000+ sold |
| free_shipping | boolean | true |
| image_urls | array | ["https://ae01.alicdn.com/..."] |