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.

ECOMMERCEAUTOMATIONDEVELOPER_TOOLSApify

AliExpress Product Scraper

An Apify actor for scraping product data from AliExpress search results. Extract detailed product information including prices, images, store details, and sales metrics for market research and analysis.

Features

  • Bulk scraping of multiple search URLs
  • Detailed product information extraction
  • Sales performance metrics
  • Configurable pagination
  • Rate limiting and retry mechanisms
  • Clean, structured output

Input Configuration

The actor accepts the following input parameters:

1{
2    "search_urls": [
3        "https://www.aliexpress.com/w/wholesale-smartphone.html",
4        "https://www.aliexpress.com/w/wholesale-laptop.html"
5    ],
6    "max_pages": 1
7}
FieldTypeDescription
search_urlsarrayList of AliExpress search URLs to scrape
max_pagesintegerMaximum number of pages to scrape per URL (default: 1, max: 100)

Output Format

The actor stores results in its default dataset. Each item contains:

1{
2    "id": "1005005561440676",
3    "title": "Smartphone Android 13 Mobile Phone",
4    "url": "https://www.aliexpress.com/item/1005005561440676.html",
5    "price": 199.99,
6    "currency": "USD",
7    "image": "https://ae01.alicdn.com/kf/S8d4f46f75f9b4c76b66c7f85c8c821095.jpg",
8    "store": "Official Phone Store",
9    "sales": "1000+ sold",
10    "source_url": "https://www.aliexpress.com/w/wholesale-smartphone.html"
11}
FieldTypeDescription
idstringProduct's unique identifier
titlestringProduct name/title
urlstringDirect link to product page
pricenumberProduct price
currencystringPrice currency (default: USD)
imagestringURL of product's main image
storestringName of the seller's store
salesstringNumber of sales/orders
source_urlstringOriginal search URL

Author

Created by Goldmine[https://apify.com/logical_scrapers]

Support

For issues and feature requests, please use the Issues page or reach out to coredev.dan@gmail.com

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!