Alibaba Scraper avatar

Alibaba Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Alibaba Scraper

Alibaba Scraper

๐Ÿ›๏ธ Alibaba Scraper (alibaba-scraper) extracts product listings, prices, MOQs, supplier contacts, ratings, specs & shipping from Alibaba. โš™๏ธ Export to CSV/JSON or API. ๐Ÿš€ Ideal for product research, price tracking, sourcing, and lead generation at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

API Empire

API Empire

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day 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 requests โ€” curl_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.