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.
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.
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}
Field | Type | Description |
---|---|---|
search_urls | array | List of AliExpress search URLs to scrape |
max_pages | integer | Maximum number of pages to scrape per URL (default: 1, max: 100) |
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}
Field | Type | Description |
---|---|---|
id | string | Product's unique identifier |
title | string | Product name/title |
url | string | Direct link to product page |
price | number | Product price |
currency | string | Price currency (default: USD) |
image | string | URL of product's main image |
store | string | Name of the seller's store |
sales | string | Number of sales/orders |
source_url | string | Original search URL |
Created by Goldmine[https://apify.com/logical_scrapers]
For issues and feature requests, please use the Issues page or reach out to coredev.dan@gmail.com
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!