AliExpress Listings Scraper
Pricing
from $2.50 / 1,000 products
AliExpress Listings Scraper
The AliExpress Listings Scraper extracts product data from AliExpress search URLs, capturing images, titles, prices, stock status, and store detailsβideal for market research, price tracking, and competitor analysis.
Pricing
from $2.50 / 1,000 products
Rating
5.0
(4)
Developer
FalconScrape
Maintained by CommunityActor stats
11
Bookmarked
852
Total users
74
Monthly active users
7 days ago
Last modified
Categories
Share
π AliExpress Listings Scraper
Type a search term, get structured AliExpress product data. The AliExpress Listings Scraper turns any keyword or search URL into clean rows of prices, discounts, ratings and sales volume β ready for price tracking, product research and competitor analysis.
No login, no cookies, no AliExpress account. Prices are pinned to USD on every run, so results are comparable no matter where the run happens from.
β¨ Features
- π Search by keyword β type
wireless earbudsand press start. No need to leave for AliExpress to build a URL by hand. - π Or paste your own URLs β already filtered a search on the site? Paste the URL and it is scraped exactly as-is.
- π΅ Comparable prices β the storefront is pinned to USD, so a run from any region returns the same currency.
- π Sales volume as a number β
totalSoldCountis sortable and thresholdable, not just the "10,000+ sold" display text. - π― Bounded runs β set Max products and know exactly what a run costs before you start it.
- π‘οΈ Escalating proxies β starts on cheap proxies and switches to residential only when AliExpress actually blocks, keeping cost down.
π οΈ How to Use the AliExpress Listings Scraper
- Enter a search term β Type what you are looking for, one term per line. The Actor builds the AliExpress search URL for you.
- Or paste search URLs β Optional. Use these when you have already applied filters on AliExpress and want that exact result set.
- Set your limit β Max products caps the run. Each results page holds 60 products, so higher limits fetch additional pages.
- Run the scraper β Click Start.
- Export your data β Download as JSON, CSV, Excel or HTML, or pull it via the Apify API.
π§ Input
| Field | Type | Description |
|---|---|---|
searchQueries | Array | What to search for, one term per line. The easiest way to start β the search URL is built for you. |
searchUrls | Array | Optional. AliExpress search result URLs, scraped exactly as-is. Combined with any search terms above. |
maxResults | Integer | Maximum products per run, across all terms and URLs. Default 50. 60 per page, so higher values fetch more pages. |
proxyConfiguration | Object | Proxy settings. The default starts cheap and falls back to residential only when blocked. |
Provide at least one of searchQueries or searchUrls β the run fails immediately with a clear message if both are empty, rather than billing you for nothing.
π Sample Output Data
The scraper provides structured JSON output with key product details. Example:
[{"id": "3256812108357810","productUrl": "https://www.aliexpress.com/item/3256812108357810.html","title": "100FT Bluetooth LED Strip Lights, RGB Color Changing Led Strip Lighting with 24-Key Remote and APP Control, Music Sync Lights","productType": "natural","price": 0.99,"originalPrice": 33.02,"discountPercentage": 97,"currency": "USD","inStock": true,"imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/S1d6e6992bb0a492693995dd645546ad3l.jpg","additionalImages": ["https://ae-pic-a1.aliexpress-media.com/kf/S1d6e6992bb0a492693995dd645546ad3l.jpg","https://ae-pic-a1.aliexpress-media.com/kf/S6f8c067c451345b8b36d7f74b7c47111e.jpg","https://ae-pic-a1.aliexpress-media.com/kf/S34d22a6b49ba4f1eaf836240d6b35f05f.jpg","β¦ 5 more"],"rating": 4.7,"totalSold": "275 sold","totalSoldCount": 275,"sellingPoints": ["New shoppers save $32.03","Delivery: Aug 09 - 17"],"scrapedAt": "2026-08-05T08:20:40.310Z"},{"id": "3256811467887701","productUrl": "https://www.aliexpress.com/item/3256811467887701.html","title": "LED Strip Lights RGB 5050 LED Strips Bluetooth APP Control Color Changing DC 12V 30LEDS/M Per Meter For Bedroom Room Kitchen Bar","productType": "natural","price": 3.26,"originalPrice": 30.1,"discountPercentage": 89,"currency": "USD","inStock": true,"imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/S85137b042a314794a3f1a68476b550a7a.jpg","additionalImages": ["https://ae-pic-a1.aliexpress-media.com/kf/S85137b042a314794a3f1a68476b550a7a.jpg","https://ae-pic-a1.aliexpress-media.com/kf/Sfd32686367344cc6b9c61586347665a92.jpg","https://ae-pic-a1.aliexpress-media.com/kf/S736dd6c0a2e243c39c2b6d47c4e822cfD.jpg","β¦ 3 more"],"rating": 4.9,"totalSold": "202 sold","totalSoldCount": 202,"sellingPoints": ["New shoppers save $26.84","Delivery: Aug 09 - 17"],"scrapedAt": "2026-08-05T08:20:40.310Z"}]
π Output Fields
Every run returns these 16 fields per record:
| Field | Type | Description |
|---|---|---|
id | string | AliExpress product ID |
productUrl | string | Direct link to the product page |
title | string | Product title |
productType | string | AliExpress product type |
price | number | Current sale price |
originalPrice | number | Price before discount |
discountPercentage | number | Discount percentage off the original price |
currency | string | ISO currency code of the prices |
inStock | boolean | Whether the product is currently purchasable |
imageUrl | string | Main product image |
additionalImages | array | Further product gallery images |
rating | number | Average customer rating out of 5 |
totalSold | string | Units sold, as displayed (e.g. "10,000+ sold") |
totalSoldCount | number | Units sold as a number, for sorting and thresholds |
sellingPoints | array | Promotional badges shown on the listing |
scrapedAt | string | ISO 8601 timestamp of when this row was scraped |
π΅ Pricing
This Actor uses the pay-per-event pricing model β you only pay for what you get:
| Event | Price | When it's charged |
|---|---|---|
| Actor start | $0.00005 | Once per run. |
| Product | $0.0025 | Per product row returned. |
A default run of 50 products costs about $0.13, so 100 products is roughly $0.25. Nothing else is charged β no per-page or per-request fees β and a run that returns no products costs only the start event. New Apify accounts include free monthly usage credits, so you can try it at no cost.
π‘ Tips
- Start with the default 50 to preview the data shape before scaling up.
- Sort your export by
totalSoldCountto find what is actually selling, rather than what is merely listed. discountPercentageon AliExpress is often calculated from an inflatedoriginalPriceβ treat it as a marketing signal, not a real saving.- Schedule a daily run on the same search terms and diff
priceagainstscrapedAtto build a price history. - Several terms in one run is cheaper than several runs β the start fee is charged once.
β οΈ Good to Know
- One AliExpress results page holds 60 products. Ask for more and the Actor fetches additional pages automatically.
- AliExpress prices in the currency of the exit IP's country. This Actor pins the storefront to USD so a rotating proxy cannot mix currencies inside one dataset.
- AliExpress serves a captcha page to traffic it thinks is automated. Runs retry on a fresh session and escalate to residential proxies; a heavily blocked run is slow rather than empty.
- Search terms must use Latin letters or digits β that is what an AliExpress search URL is built from. A term like
θ³ζΊis skipped with a warning in the log; paste the AliExpress search URL into Search URLs instead. store/ seller data is not returned. It does not exist in the search payload β that needs the product detail page, and this Actor does not claim data it cannot deliver.
β FAQ
Do I need an AliExpress account or cookies? No. The Actor only reads publicly visible search results β no login, nothing to configure.
Why are my prices not in my local currency? By design. The storefront is pinned to USD so that prices from different runs and different proxy exits are directly comparable. Convert downstream if you need another currency.
Can I scrape a specific product page? Not with this Actor β it works on search results. For a single item's reviews, see the AliExpress Reviews Scraper.
Why did my run return fewer products than I asked for? The search itself had fewer results, or some pages were blocked. The run's status message says which.
Is scraping AliExpress legal? This Actor collects only publicly available listing data. You are responsible for using it in compliance with AliExpress's Terms of Service and applicable laws.
π More Marketplace Actors
Same data shape, different marketplace:
- AliExpress Reviews Scraper β customer reviews, ratings and photos for specific products.
- Alibaba Listings Scraper β B2B wholesale listings with MOQ and tiered pricing.
- 1688 Listings Scraper β the domestic Chinese wholesale source behind most AliExpress stock.
- Temu Listings Scraper β Temu product listings, prices and sales volume.
- DHgate Listings Scraper β DHgate wholesale listings.
- Xianyu (Goofish) Listings Scraper β China's largest second-hand marketplace.
π Support
Found a bug or need a custom data field? Open an issue from the Actor's Issues tab and we'll take a look. Custom scraping solutions are also available on request.
Optimize your e-commerce strategy with AliExpress Listings Scraper today! π