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

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

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

What you can do with it

  • Sourcing & supplier qualification — score suppliers on join years, on-time delivery rate, response time, and Trade Assurance amount at scale.
  • Pricing intelligence — capture full ladder pricing per quantity tier for true cost modeling.
  • Catalog enrichment — pull rich SKU variants (color/size with per-option images) and high-resolution photos into your own product pages.
  • Compliance / due diligence — verify supplier business type, registered country, paid-member status, and authentication flags.
  • Inventory awareness — know which SKUs are in stock, where they ship from, and the boxed MOQ.

Features

  • Ladder pricing — every quantity tier with per-unit price and formatted price.
  • MOQ matrix — minOrderQuantity, customsMoq, boxMoq, quantityUnit.
  • SKU variants — full color/size/configuration tree with per-option images and availability flags.
  • Per-SKU inventory — stock count, place of dispatch, region.
  • Product properties — basic specifications, industry properties, and all other attributes the supplier listed.
  • Media — full image gallery (8+ images per product) plus product video URL when present.
  • Rich supplier profile — companyId, business type, country, gold-supplier years, on-time delivery rate, response time, Trade Assurance amount, supplier rating reviews, all profile URLs.
  • Review summary — store-level averageStar, totalReviewCount.
  • Resilient against Aliyun WAF — auto-retry with proxy rotation.
  • Default Dataset output — JSON / CSV / Excel / RSS / HTML export.

Input

{
"productUrls": [
{ "url": "https://www.alibaba.com/product-detail/TWS-Wireless-Earbuds-Bluetooth_1601234567890.html" }
],
"maxConcurrency": 3,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
productUrlsURL[]Alibaba product detail URLs.
maxConcurrencyintParallel workers (default 3).
maxRequestRetriesintPer-request retry budget (default 8).
proxyConfigurationproxyApify Proxy or custom list. RESIDENTIAL recommended.

Sample Output

{
"url": "https://www.alibaba.com/product-detail/TWS-Wireless-Earbuds-Bluetooth_1601234567890.html",
"scrapedAt": "2026-05-09T11:48:33Z",
"productId": "1601234567890",
"title": "TWS Wireless Earbuds Bluetooth 5.3 ANC Noise Cancelling Sport Earphones",
"companyId": 203847291,
"companyName": "Shenzhen Aonic Electronics Co., Ltd.",
"companyRegisterCountry": "CN",
"companyJoinYears": 7,
"isGoldPlusSupplier": true,
"isPaidMember": true,
"responseTimeText": "≤3h",
"onTimeDeliveryRate": "96.5%",
"tradeAssuranceAmount": "180,000",
"minOrderQuantity": 100,
"priceTiers": [
{ "minQuantity": 100, "maxQuantity": 499, "price": 4.80, "priceFormatted": "$4.80" },
{ "minQuantity": 500, "maxQuantity": 999, "price": 3.90, "priceFormatted": "$3.90" },
{ "minQuantity": 1000, "price": 2.50, "priceFormatted": "$2.50" }
],
"averageStar": 4.8,
"totalReviewCount": 142,
"images": [
"https://s.alicdn.com/@sc04/kf/H1a2b3c4d.jpg",
"https://s.alicdn.com/@sc04/kf/H5e6f7g8h.jpg"
]
}

Notes

Public product data only — no Alibaba account required.