AliExpress Products Scraper — Search Results
Pricing
from $2.00 / 1,000 product scrapeds
AliExpress Products Scraper — Search Results
Scrape AliExpress search results for any keyword: product titles, prices, discounts, ratings, order counts and images as clean JSON. No API key, login or proxy required. Ideal for price monitoring, dropshipping research and market analysis.
Pricing
from $2.00 / 1,000 product scrapeds
Rating
0.0
(0)
Developer
Oaida Adrian
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape AliExpress search results for any keyword and get every product as clean, structured JSON — titles, sale/original prices, discounts, ratings, order counts, badges and a sponsored-ad flag. No API key, no login, no proxy required.
Built for dropshippers, price-monitoring teams and market researchers who need a whole product niche in one table — with prices pinned to USD so rows are comparable run after run.
Why this Actor
- No account, no API key, no proxy budget — reads the server-rendered search page directly, with browser-grade TLS so requests don't get blocked.
- USD-pinned prices — the Actor pins the global storefront to USD/English, so prices are stable and comparable regardless of where the run executes.
- Demand signals included — average star rating and approximate order count (
"2,000+ sold"parsed to2000) on every row, the two numbers dropshipping research lives on. - Sponsored-ad flag —
isSponsoredmarks paid placements so ads never skew your organic analysis. - Pay per result — a small fee per product scraped; a 60-product run costs a fraction of a cent.
How it works
For each keyword the Actor requests the AliExpress search results page, parses the embedded product-list JSON (the same data the site itself renders from), and outputs one dataset item per product — about 60 products per page, paging automatically up to maxProductsPerKeyword (max 1,200 per keyword).
Input
{"keywords": ["usb c hub", "wireless earbuds"],"maxProductsPerKeyword": 60}
| Field | Type | Description |
|---|---|---|
keywords | array | Product search terms, one search per keyword — required |
maxProductsPerKeyword | integer | Products to scrape per keyword (default 60, max 1,200; ~60 per page) |
Output (one item per product)
{"keyword": "usb c hub","productId": "1005006270111215","title": "UGREEN Revodok USB C Hub 4-in-1 ...","productUrl": "https://www.aliexpress.com/item/1005006270111215.html","imageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/....jpg","currency": "USD","salePrice": 9.99,"originalPrice": 19.99,"discountPercent": 50,"rating": 4.7,"soldText": "2,000+ sold","soldCount": 2000,"tags": ["Free shipping"],"isSponsored": false,"listedAt": "2024-03-01 00:00:00"}
Use cases
- 📦 Dropshipping research — find winning products by order count, rating and discount depth before committing to a supplier.
- 💰 Price monitoring — schedule a daily run per keyword and track how sellers price and discount a niche over time.
- 📊 Market research — assortment, price bands and demand signals for any product category, ads excluded via
isSponsored. - 🏭 Sourcing — shortlist supplier listings (price, rating, order history) before contacting them.
- 🔗 Feed generation — build product feeds for content, comparison or affiliate sites from fresh search data.
Run it from the API
curl -X POST "https://api.apify.com/v2/acts/darknezz~aliexpress-products-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"keywords":["usb c hub"],"maxProductsPerKeyword":120}'
Scheduling: attach an Apify Schedule (e.g. daily) to build price and demand history for the keywords you track — run timestamps give you the time axis for free.
Pricing
Pay per event: a small fee for each product scraped, plus Apify's standard platform events (actor start + dataset item). No subscription — you pay only for what you run.
FAQ
Do I need a proxy or an AliExpress account? No. The Actor reads the public server-rendered search page with browser-grade TLS; nothing to authenticate, no residential proxy budget.
Are prices localized? No — the Actor pins the global storefront to USD/English on purpose, so results are stable and comparable no matter where the run executes.
How accurate is soldCount? It is parsed from AliExpress's own rounded text ("2,000+ sold" → 2000), so treat it as a floor, not an exact figure.
Are sponsored listings included? Yes, flagged with isSponsored: true so you can filter paid placements out of organic ranking analysis.
Can it scrape a product's full detail page or reviews? Not yet — this Actor focuses on search results. Ask in the Issues tab if you need details or reviews.
Is scraping this legal? Search results are public and unauthenticated. You are responsible for complying with AliExpress's terms and applicable laws for how you use the data.
