Alibaba Scraper
Pricing
from $2.99 / 1,000 results
Alibaba Scraper
🛒 Alibaba Scraper extracts product & supplier data from Alibaba search and product pages—titles, prices, MOQ, specs, images, ratings, contact & shipping. 📊 Export to CSV/JSON. 🚀 Perfect for sourcing, market research, price tracking & dropshipping.
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
SimpleAPI
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes product listings from Alibaba trade/search pages by reading embedded window.__page__data_sse*._offer_list JSON (same shape as the standalone extract_product pipeline).
Features
- Bulk URLs — process many search URLs in one run.
- Max Items — pages per URL (
maxItems; legacymaxPagesstill works). Up to 5000 per URL (use sensibly). - Live dataset — each page’s products are pushed as soon as that page finishes (output table updates during the run).
- Browser-like requests —
curl_cffiwith Chrome impersonation. - Optional Apify Proxy — enable in input if you need it.
Input
| Field | Type | Description |
|---|---|---|
urls | array | Alibaba URLs (strings or { "url": "..." }). |
maxItems | integer | Result pages per URL (default 10, max 5000). Alias: maxPages. |
proxyConfiguration | object | Apify Proxy; useApifyProxy enables managed proxy fallback when needed. |
Output
Dataset items match the original product object: title, productUrl, price, badges, loopSellingPoints, companyName, etc.
Local run
cd Alibaba-Scraperpip install -r requirements.txt
Create storage/key_value_stores/default/INPUT.json (Apify CLI) or use the Console. Example:
{"urls": [{ "url": "https://www.alibaba.com/trade/search?keywords=jacket&page=1" }],"maxItems": 1,"proxyConfiguration": { "useApifyProxy": false }}
Plain strings in urls are also supported: ["https://..."].
$apify run
Legal
Data is taken from publicly visible pages only. You are responsible for compliance with Alibaba’s terms and applicable laws.