AliExpress Scraper avatar

AliExpress Scraper

Pricing

$20.00/month + usage

Go to Apify Store
AliExpress Scraper

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

Goldmine

Maintained by Community

Actor stats

5

Bookmarked

310

Total users

18

Monthly active users

14 hours

Issues response

8 days ago

Last modified

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.


banner


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"]
}
}
FieldTypeDescription
startUrlsarrayList of AliExpress search or category URLs to scrape
maxItemsintegerMaximum total number of products to scrape (default: 100)
proxyConfigurationobjectApify 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"
}
FieldTypeDescription
idstringProduct's unique identifier
urlstringDirect link to product page
typestringProduct listing type (e.g. natural, ad)
titlestringProduct name/title
pricenumberProduct price
currencystringPrice currency (default: USD)
tradestringSales/orders count
thumbnailstringURL of product's main image
storeobjectSeller store info (when available)
sourceUrlstringOriginal 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