AliExpress Scraper
Pricing
$20.00/month + usage
AliExpress Scraper
Powerful AliExpress product scraper that extracts detailed product data from search results. Get real-time pricing, sales data, and product information from AliExpress marketplace. Perfect for market research, price monitoring, and competitive analysis. Clean, structured JSON output.
Pricing
$20.00/month + usage
Rating
4.7
(4)
Developer
Goldmine
Actor stats
5
Bookmarked
310
Total users
18
Monthly active users
14 hours
Issues response
8 days ago
Last modified
Categories
Share
AliExpress Product Scraper
An Apify actor for scraping product data from AliExpress search and category pages. Extract detailed product information including prices, images, store details, and sales metrics for market research and analysis.

Features
- Scrape both search and category page URLs
- Bulk scraping of multiple URLs in a single run
- Automatic pagination with configurable item limits
- Built-in retry logic and concurrency management
- Proxy support for reliable large-scale scraping
- Clean, structured JSON output
Input Configuration
The actor accepts the following input parameters:
{"startUrls": [{ "url": "https://www.aliexpress.com/w/wholesale-smartphone.html" },{ "url": "https://www.aliexpress.com/category/100003109/women-clothing.html" }],"maxItems": 100,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
| Field | Type | Description |
|---|---|---|
startUrls | array | List of AliExpress search or category URLs to scrape |
maxItems | integer | Maximum total number of products to scrape (default: 100) |
proxyConfiguration | object | Apify proxy configuration (residential proxies recommended) |
Output Format
The actor stores results in its default dataset. Each item contains:
{"id": "1005005561440676","url": "https://www.aliexpress.com/item/1005005561440676.html","type": "natural","title": "Smartphone Android 13 Mobile Phone","price": 199.99,"currency": "USD","trade": "1000+ sold","thumbnail": "https://ae-pic-a1.aliexpress-media.com/kf/example.jpg","store": {"url": "https://www.aliexpress.com/store/123456","name": "Official Phone Store","id": "123456","aliId": "789012"},"sourceUrl": "https://www.aliexpress.com/w/wholesale-smartphone.html"}
| Field | Type | Description |
|---|---|---|
id | string | Product's unique identifier |
url | string | Direct link to product page |
type | string | Product listing type (e.g. natural, ad) |
title | string | Product name/title |
price | number | Product price |
currency | string | Price currency (default: USD) |
trade | string | Sales/orders count |
thumbnail | string | URL of product's main image |
store | object | Seller store info (when available) |
sourceUrl | string | Original search or category URL |
Author
Created by Goldmine
Support
For issues and feature requests, please use the Issues tab or reach out to coredev.dan@gmail.com
aliexpress scraper, how to scrape aliexpress website, ecommerce, apify actor, web scraper, aliexpress-scraper
