Alibaba Scraper avatar

Alibaba Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Alibaba Scraper

Alibaba Scraper

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

ScraperX

ScraperX

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

6

Monthly active users

11 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; 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.