Alibaba Product Scraper avatar

Alibaba Product Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Alibaba Product Scraper

Alibaba Product Scraper

Extract complete product detail from Alibaba.com product pages: ladder pricing, MOQ, full SKU matrix, supplier profile, inventory, reviews.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

xtractoo

xtractoo

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

7

Monthly active users

a day ago

Last modified

Share

Convert any Alibaba.com product URL into a complete structured record — ladder pricing, SKU variants, per-SKU inventory, full supplier profile, and media gallery.

Why use this actor

  • No Alibaba account or login required — all data is from publicly visible product pages.
  • Captures every quantity-price tier so you can model landed cost at any order size.
  • Full SKU matrix (color, size, configuration) with per-option images and availability flags.
  • Rich supplier profile in every record: business type, registered country, gold-supplier years, on-time delivery rate, response time, and Trade Assurance amount.
  • Automatic retries ensure every URL in your list is reliably processed.
  • Export results to JSON, CSV, or Excel directly from the Apify Console.

How it works

  1. You provide a list of Alibaba product detail URLs (e.g. https://www.alibaba.com/product-detail/..._1601685362945.html).
  2. The actor opens each product page and extracts the complete listing: title, all price tiers, MOQ, SKU options, inventory levels, images, and the full supplier profile.
  3. Product properties and specifications listed by the supplier are captured alongside the pricing and media data.
  4. Each product is saved as a single structured record in your dataset as soon as it is processed.
  5. Download the dataset as JSON, CSV, or Excel when the run completes.

You don't need to manage any browsers or scrapers.

Input

{
"productUrls": [
{ "url": "https://www.alibaba.com/product-detail/WATA-In-Ear-Waterproof-Sport-Earbud_1601685362945.html" }
],
"maxConcurrency": 3,
"maxRequestRetries": 6,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
productUrlsURL[]Alibaba product detail page URLs to scrape.
maxConcurrencyintegerNumber of product pages processed in parallel. Default: 3.
maxRequestRetriesintegerHow many times a failed page request is retried before skipping. Default: 6.
proxyConfigurationobjectApify Proxy settings or a custom proxy list. RESIDENTIAL group recommended.

Output

{
"productId": "1601685362945",
"title": "WATA CEB206 ANC TWS In-Ear Waterproof Sport Earbud",
"categoryId": "100003070",
"priceFormatted": "$12.50 - $18.00",
"currency": "USD",
"currencyRate": 1.0,
"minOrderQuantity": 2,
"ladderPrices": [
{ "minQuantity": 2, "maxQuantity": 9, "price": 18.0, "priceFormatted": "$18.00" },
{ "minQuantity": 10, "maxQuantity": 49, "price": 15.5, "priceFormatted": "$15.50" },
{ "minQuantity": 50, "price": 12.5, "priceFormatted": "$12.50" }
],
"variants": [
{ "name": "Color", "options": ["Black", "White"] }
],
"skuInventory": {
"Black": { "stock": 500, "dispatchFrom": "CN" },
"White": { "stock": 320, "dispatchFrom": "CN" }
},
"companyId": "250873711",
"companyName": "WATA Electronics Co., Ltd",
"companyRegisterCountry": "CN",
"images": [
"https://s.alicdn.com/@sc04/kf/Ha1b2c3d4.jpg",
"https://s.alicdn.com/@sc04/kf/He5f6g7h8.jpg",
"... 4 more"
],
"scrapedAt": "2026-05-30T04:37:55Z"
}
FieldTypeDescription
productIdstringAlibaba's unique product identifier.
titlestringFull product listing title.
categoryIdstringAlibaba category the product belongs to.
priceFormattedstringPrice range across all quantity tiers as shown on the listing.
currencystringCurrency code for all prices (e.g. "USD").
currencyRatenumberExchange rate applied by Alibaba at scrape time.
minOrderQuantityintegerMinimum number of units per order.
ladderPricesobject[]Array of quantity-price tiers, each with minQuantity, maxQuantity, price, and priceFormatted.
variantsobject[]SKU option groups (e.g. Color, Size) with all available option values.
skuInventoryobjectPer-SKU stock count and dispatch origin, keyed by option value.
companyIdstringSupplier's Alibaba company ID.
companyNamestringRegistered name of the supplier.
companyRegisterCountrystringISO country code of the supplier's registered country.
imagesstring[]Full product image gallery URLs.
scrapedAtstringISO 8601 timestamp of when the record was collected.

Other Alibaba Scrapers

ActorDescription
Alibaba Search ScraperSearch results with supplier, pricing, and MOQ for any keyword.
Alibaba Product ScraperFull product detail: ladder pricing, SKU matrix, inventory, and supplier profile.
Alibaba Company ScraperComplete supplier profile from any Alibaba storefront subdomain.
Alibaba RFQ ScraperLive buying requests from Alibaba's sourcing marketplace.
Alibaba Review ScraperAggregate ratings, per-criterion scores, and supplier SLA metrics.