AliExpress Scraper avatar

AliExpress Scraper

Try for free

3 days trial then $30.00/month - No credit card required now

View all Actors
AliExpress Scraper

AliExpress Scraper

epctex/aliexpress-scraper
Try for free

3 days trial then $30.00/month - No credit card required now

Effortlessly extract descriptions, images, feedback, questions, prices, and shipping information from AliExpress. Customize country, language, and region preferences for enhanced data gathering.

You can access the AliExpress Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://aliexpress.com/category/100003109/women-clothing.html",
4    "https://www.aliexpress.com/item/32940810951.html"
5  ],
6  "maxItems": 10,
7  "language": "en_US",
8  "shipTo": "US",
9  "currency": "USD",
10  "proxy": {
11    "useApifyProxy": true
12  },
13  "extendOutputFunction": "($) => { return {} }"
14}' |
15apify call epctex/aliexpress-scraper --silent --output-dataset

AliExpress Data Extractor API through CLI

The Apify CLI is the official tool that allows you to use AliExpress Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 52 monthly users
  • 13 stars
  • 85.3% runs succeeded
  • 5.5 hours response time
  • Created in Oct 2019
  • Modified about 4 hours ago