AliExpress Product Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Farhan Febrian Nauval
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Convert any AliExpress product URL into a complete, normalized product record — full SKU pricing matrix, variant tree, store profile, ratings, and shipping details.
Why use this actor
- No AliExpress account or login required — works on fully public product pages.
- Accepts a list of product URLs and processes them all in a single run.
- Full SKU pricing matrix — every variant combination with sale price and original price.
- Complete variant tree with color, size, and configuration axes plus image swatches.
- Localized output — choose your ship-to country and currency at run time.
- Stable JSON output ready to load into any database, spreadsheet, or data pipeline.
How it works
- You provide one or more AliExpress product URLs.
- The actor fetches the full product data for each URL, including all variants and SKUs.
- Localization settings (country, currency) are applied so prices reflect your target market.
- Store profile, shipping details, images, and specifications are extracted alongside pricing.
- Results stream into your Apify dataset as each product is processed — download as JSON, CSV, or Excel.
You don't need to manage any browsers or scrapers.
Input
{"productUrls": [{ "url": "https://www.aliexpress.com/item/1005006373553410.html" }],"country": "US","currency": "USD","maxConcurrency": 4,"maxRequestRetries": 6,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
| Field | Type | Description |
|---|---|---|
productUrls | array | List of AliExpress product page URLs to scrape. |
country | string | Two-letter ISO country code for localized pricing and shipping (e.g. US, GB, DE). Default: US. |
currency | string | ISO currency code for displayed prices (e.g. USD, EUR, GBP). Default: USD. |
maxConcurrency | integer | Maximum parallel product requests. Default: 4. |
maxRequestRetries | integer | Per-request retry budget before giving up. Default: 6. |
proxyConfiguration | object | Apify Proxy or your own proxy list. RESIDENTIAL group is recommended. |
Output
One record per product URL:
{"url": "https://www.aliexpress.com/item/1005007945497931.html","productId": "1005007945497931","title": "Wireless Bluetooth Earbuds TWS Noise Cancelling Earphones with Charging Case","price": 8.99,"priceFormatted": "$8.99","originalPrice": 24.99,"currency": "USD","reviewCount": 3842,"orders": 12000,"images": ["https://ae-pic-a1.aliexpress-media.com/kf/S1abc123def.jpg","https://ae-pic-a1.aliexpress-media.com/kf/S2xyz789ghi.jpg"],"variants": [{"name": "Color","options": [{ "name": "Black", "image": "https://ae-pic-a1.aliexpress-media.com/kf/Sblack.jpg" },{ "name": "White", "image": null }]},{"name": "Version","options": [{ "name": "Standard", "image": null },{ "name": "Pro (ANC)", "image": null }]}],"skuPrices": [{"skuId": "12000038141901234","skuAttr": "14:200003528#Black;200007763:201441035#Standard","stock": 500,"salable": true,"price": 8.99,"originalPrice": 24.99,"priceFormatted": "$8.99"},{"skuId": "12000038141905678","skuAttr": "14:200003528#Black;200007763:201441036#Pro (ANC)","stock": 243,"salable": true,"price": 12.99,"originalPrice": 34.99,"priceFormatted": "$12.99"}],"store": {"storeId": 1103856720,"storeName": "TechGadgets Official Store","storeUrl": "https://www.aliexpress.com/store/1103856720","positiveRate": "97.8","openTime": "2019-06-14 08:22:00","topRated": false,"storeRating": 4.8},"shipping": [{"fee": "free","freeShipping": true,"fromCountry": "China","toCountry": "United States","deliveryProvider": "AliExpress Standard Shipping","deliveryDate": "Jun. 15","deliveryDayMin": 20,"deliveryDayMax": 40}],"freeShipping": true,"scrapedAt": "2026-05-13T04:35:22Z"}
| Field | Type | Description |
|---|---|---|
url | string | The product URL that was scraped. |
productId | string | AliExpress product ID. |
title | string | Full product title. |
price | number | Current sale price for the default SKU. |
originalPrice | number | Pre-discount price for the default SKU. |
currency | string | ISO currency code. |
reviewCount | integer | Total number of reviews. |
orders | integer | Lifetime order count. |
images | array | Full-resolution product gallery URLs. |
variants | array | Variant axes (color, size, etc.) with per-option image swatches. |
skuPrices | array | Per-SKU combination prices, stock levels, and salability flags. |
store | object | Store name, URL, positive feedback rate, open date, and star rating. |
shipping | array | Available shipping options with carrier, origin, delivery estimate, and fee. |
freeShipping | boolean | true if at least one free shipping option is available. |
scrapedAt | string | ISO 8601 timestamp of when the record was collected. |
Other AliExpress Scrapers
| Actor | Description |
|---|---|
| AliExpress Search Scraper | Keyword search results across multiple pages. |
| AliExpress Category Scraper | Browse products by category ID. |
| AliExpress Product Scraper | Full product detail from individual product URLs. |
| AliExpress Store Scraper | Store profile and identity data from seller pages. |
| AliExpress Review Scraper | Per-product review aggregates for every item in a store. |