Python client for AliExpress Product Scraper: Price & Rating Monitor — scrape AliExpress products with prices and ratings, monitor changes.
⚡ No login, no cookies, no ban risk · runs in the cloud on Apify
💸 From $2.5 per 1,000 results (volume discounts on paid Apify plans). You are only charged for delivered results — empty searches and failed pages are never billed.
pip install apify-client
python3 aliexpress_product_scraper.py --token YOUR_APIFY_TOKEN --search-text "wireless earbuds"npm install apify-client
node aliexpress_product_scraper.mjs --token YOUR_APIFY_TOKEN --token YOUR_APIFY_TOKEN --search-text "wireless earbuds"Get a free API token: console.apify.com/sign-up — then find it under Settings → API & Integrations.
| Flag | Type | Description |
|---|---|---|
--token |
string | Apify API token (or APIFY_TOKEN env var) |
--out |
string | Output basename — writes results.json + results.csv |
--search-text |
string | Product keyword to search AliExpress for (e.g. "wireless earbuds", "running shoes", "phone |
--max-results |
integer | Maximum number of products to return. Pagination walks &page= until this many unique produ |
--country |
string | Ship-to country as a 2-letter ISO code (e.g. US, GB, DE, AU). Currency is forced from this |
Flags map 1:1 to the actor's input schema — full reference and a live output sample on the Store listing.
One row per result, saved as both JSON and CSV with every field the actor returns. Preview the exact fields on the listing's output tab.
- HTTP-native — fast, stable, no headless-browser overhead
- No account risk — never asks for your login or cookies
- Fair billing — pay per delivered result only
MIT © The Mine Works — part of a 69-scraper suite trusted by 450+ developers.