AliExpress Search Scraper
Pricing
from $6.00 / 1,000 results
Go to Apify Store

AliExpress Search Scraper
AliExpress Search Scraper fetches product listings by keyword and returns prices, ratings, sold counts, and shipping details as structured data, so you can see what actually sells and what it costs.
Pricing
from $6.00 / 1,000 results
Rating
0.0
(0)
Developer
Kawsar
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
AliExpress Search Scraper
AliExpress Search Scraper fetches product listings from AliExpress search pages and saves them as structured data. Enter keywords, set filters, and it pages through results collecting prices, ratings, sold counts, discounts, images, and promotional labels.
What you get
Each result includes:
- Product title, ID, and direct URL
- Sale price, original price, discount percentage, and currency
- Star rating and orders sold
- Main product image URL and additional carousel images
- Promotional labels shown on the card (e.g. new-buyer discounts, coin savings, free shipping)
How to use
- Open the actor on Apify and click Try for free.
- Enter your search keywords in the Search keywords field.
- Set optional filters: minimum price, minimum rating, or minimum orders.
- Pick a sort order (relevance, price, orders, or top rated).
- Set how many items and pages to collect per keyword.
- Click Start and download results as JSON, CSV, or Excel.
Input example
{"keywords": ["smartphone", "wireless earbuds"],"maxItems": 48,"maxPages": 2,"minRating": 4.5,"sort": "orders"}
Output example
{"keyword": "smartphone","page": 1,"position": 1,"productId": "1005008001302101","productTitle": "SOYES XS18 Pro Mini Smartphone 2GB RAM 16GB ROM Android 9.0","productUrl": "https://www.aliexpress.com/item/1005008001302101.html","imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/Sd419c7122b4e430fb3e0d405ec9a436dG.jpg","additionalImages": [],"price": 25.35,"originalPrice": 60.76,"currency": "USD","formattedPrice": "US $181.24","discount": "-55%","rating": 4.9,"orders": 78615,"shipping": "Free shipping","shippingFrom": "ES","tags": ["Delivery in 2 days", "Free shipping"],"isTopRated": true,"scrapedAt": "2025-01-15T10:30:00.000000+00:00"}
Output fields
| Field | Type | Description |
|---|---|---|
keyword | string | The search keyword used |
page | integer | Page number where this product appeared |
position | integer | Product position in search results (1-based) |
productId | string | AliExpress item ID |
productTitle | string | Full product listing title |
productUrl | string | Direct link to the product page |
imageUrl | string | Main product image URL |
additionalImages | array | Extra product images (if available) |
price | number | Current sale price |
originalPrice | number | Original price before discount |
currency | string | ISO 4217 currency code (e.g. USD, EUR) |
formattedPrice | string | Sale price as displayed on AliExpress (e.g. "US $41.51") |
discount | string | Discount percentage (e.g. -30%) |
rating | number | Star rating 1-5, or null if no reviews yet |
orders | integer | Total orders sold |
shipping | string | Shipping label (e.g. "Free shipping"), or null |
shippingFrom | string | Country code of shipping origin (e.g. CN, ES) |
tags | array | Promotional labels shown on the card |
isTopRated | boolean | True if rating is 4.8 or above |
scrapedAt | string | ISO 8601 timestamp of when this record was collected |
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
keywords | string[] | Yes | - | Search keywords |
sort | string | No | default | Sort order: default, orders, price_asc, price_desc, rating |
minPrice | number | No | - | Minimum product price |
maxPrice | number | No | - | Maximum product price |
minRating | number | No | - | Minimum star rating (0-5) |
minOrders | integer | No | - | Minimum orders sold |
maxItems | integer | No | 48 | Max products per keyword (up to 200) |
maxPages | integer | No | auto | Max pages per keyword (up to 20, auto-calculated from maxItems by default) |
requestTimeoutSecs | integer | No | 60 | Request timeout in seconds |
Use cases
- Checking prices before sourcing: see what the top listings for any keyword are actually charging.
- Finding what's selling: sort by orders to skip listings with no real traction.
- Filtering by quality: set a minimum rating and order count to avoid untested products.
- Exporting for analysis: download as CSV or JSON and open in Excel or any BI tool.
Notes
- AliExpress search returns roughly 60 products per page.
tagscontains all promotional labels shown on the card (new buyer discounts, coin savings, free shipping when available). The content varies by region and locale.- Prices and currency reflect the region AliExpress assigns based on the request origin.