AliExpress Scraper
parseforge/aliexpress-scraper
E-commerceLead generationOther
Scrape AliExpress product listings from keyword searches. Returns each product as a flat row with title, price, rating, order count, and store details. Export to CSV, JSON, Excel, or XML.
- Total users
- 17
- Monthly active
- 6
- Total runs
- 441
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 12 days ago
Overview

๐ AliExpress Scraper
๐ Export AliExpress product listings in seconds. Search any keyword and pull product titles, sale prices, original prices, currency, ratings, order counts, product images, and direct product URLs - no API key, no AliExpress account required.
The AliExpress Scraper extracts live product listings directly from AliExpress search results. Each record includes 10 fields: product image, title, current sale price, original price (when discounted), currency, rating, order count, direct product URL, product ID, and scrape timestamp. The data is scraped in real-time using Camoufox (Firefox-based fingerprinting) with US residential proxies to bypass AliExpress's _acw_runner JavaScript challenge.
AliExpress hosts hundreds of millions of product listings across electronics, fashion, home goods, toys, and more - sourced from suppliers worldwide. Whether you need pricing data for 10 products or a full category sweep across thousands of listings, this Actor handles pagination automatically and delivers clean, structured records to your Apify dataset.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| E-commerce sellers, dropshippers, price intelligence teams, product researchers, import/export analysts, competitive intelligence teams | Dropshipping product research, price benchmarking, supplier discovery, trend monitoring, catalog enrichment |
๐ What the AliExpress Scraper does
Four core workflows in a single run:
- ๐ Keyword product search. Enter any search term - "wireless earbuds", "phone case", "LED strip lights" - and get a ranked list of matching products.
- ๐ต Discount pricing. Both
price(current sale price) andoriginalPrice(pre-discount price) are extracted when a discount is active, so you can calculate exact discount percentages. - ๐ฆ Demand signals.
ordersCounttells you how many units have been sold, which is the primary demand proxy used by dropshippers and product researchers. - ๐ Clean product URLs. Tracking parameters are stripped and URLs are normalized to canonical
aliexpress.comformat.
๐ก Why it matters: AliExpress is the world's largest B2C dropshipping marketplace. Monitoring pricing, demand signals, and competitor stock without a scraper means manual searching and copy-paste - which doesn't scale. This Actor delivers structured product data in minutes, ready for your spreadsheet, database, or analysis pipeline.
๐ Data fields
Each record includes: currency, imageUrl, ordersCount, originalPrice, price, productUrl, rating, results, title. These field names come straight from the actor's dataset schema, so what you see here is what lands in your dataset.
๐ How to use
- Create a free account on Apify (includes $5 free credit).
- Open the AliExpress Scraper in the Apify Store.
- Enter your search keyword (e.g.
"bluetooth speaker"). - Set
maxItemsto control how many products you want. - Click Save & Run.
- When the run finishes, open the Dataset tab and download as CSV, Excel, JSON, or XML.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| Amazon Scraper | Scrape Amazon US product search results |
| eBay Scraper | Extract product listings from eBay search |
| Wayfair Scraper | Pull home goods listings from Wayfair |
๐ก Pro Tip: browse the complete ParseForge collection for scrapers covering 200+ websites - all maintained, all export-ready.
โ ๏ธ Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or officially connected to AliExpress or Alibaba Group. All product names and trademarks are the property of their respective owners. Use this tool responsibly and in accordance with applicable terms of service.
๐ Need Help?
If you hit a bug, have questions about setup, or need a scraper we haven't built yet, open our contact form or write to parseforge@protonmail.com. We also take on paid custom data projects.
For faster answers, join our Discord. It's the best place to get support and suggest new actors.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| keyword required | string | Keyword to search for on AliExpress (e.g. 'laptop', 'wireless earbuds', 'phone case') | laptop |
| maxItems | integer | Maximum number of products to collect per run. | 10 |
Pricing
from $19.00 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.019 to $0.021 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~aliexpress-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"keyword": "laptop",
"maxItems": 3
}' Examples
Input that runs as-is.
{
"keyword": "laptop",
"maxItems": 3
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.