Alibaba Scraper avatar

Alibaba Scraper

Pricing

from $2.99 / 1,000 results

Go to Apify Store
Alibaba Scraper

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

SimpleAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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; legacy maxPages still 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 requestscurl_cffi with Chrome impersonation.
  • Optional Apify Proxy — enable in input if you need it.

Input

FieldTypeDescription
urlsarrayAlibaba URLs (strings or { "url": "..." }).
maxItemsintegerResult pages per URL (default 10, max 5000). Alias: maxPages.
proxyConfigurationobjectApify 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-Scraper
pip 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

Data is taken from publicly visible pages only. You are responsible for compliance with Alibaba’s terms and applicable laws.