Alibaba Products Scraper avatar

Alibaba Products Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Alibaba Products Scraper

Alibaba Products Scraper

Extract product listings from Alibaba search results, categories, and store pages. Powered by Alibaba Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

27

Total users

1

Monthly active users

4 days ago

Last modified

Share

This actor extracts Products from Alibaba. It works on search results, category pages, and supplier store pages. The scraper captures pricing, minimum order quantities, supplier details, and product scores.


Want more from Alibaba?

This actor covers Products only. The full Alibaba Scraper browser extension also includes Products, Reviews, Suppliers with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Alibaba Scraper extension


Data Fields

Field NameDescriptionExample
Product IDUnique identifier for the product1600123456789
Product TitleFull name of the productWireless Bluetooth Earbuds Waterproof
Product URLDirect link to the product pagehttps://www.alibaba.com/product-detail/example_1600123456789.html
PriceCurrent listing price15.50
CurrencyCurrency codeUSD
Original PricePrice before discount20.00
Min OrderMinimum order quantity10
Main ImagePrimary product image URLhttps://s.alicdn.com/img1.jpg
All ImagesList of all product image URLs["https://s.alicdn.com/img1.jpg", "https://s.alicdn.com/img2.jpg"]
Has VideoIndicates if product has a videotrue
Supplier NameName of the selling companyShenzhen Electronics Co., Ltd.
Supplier IDUnique identifier for the supplier240123456
Supplier CountryCountry of the supplierCN
Supplier URLLink to the supplier storehttps://example.en.alibaba.com
Gold Supplier YearsNumber of years as gold supplier5
Review ScoreAverage star rating4.8
Review CountTotal number of reviews150
Product ScoreInternal Alibaba product rank4.9
Shipping TimeEstimated days to ship7
Supplier ServiceRating for supplier service4.7
Response RatePercentage of messages answered98.5%
Transaction LevelAlibaba transaction level icon rank3
Trade AssuranceIf trade assurance is supportedtrue
Is P4PIf the listing is Pay for Performancefalse
Is AdIf the listing is a sponsored adtrue
Ready To ShipIf the product is in stock for immediate shippingtrue

Input

  • urls: Array of URL strings. Use Alibaba search results, category pages, or supplier store product lists.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.alibaba.com/trade/search?SearchText=laptop"],
"maxItems": 50
}

Example Output

[
{
"productId": "1600111222333",
"productTitle": "Portable Power Station 500W",
"productUrl": "https://www.alibaba.com/product-detail/portable-power-station_1600111222333.html",
"price": 199.00,
"currency": "USD",
"originalPrice": 250.00,
"minOrder": "1 piece",
"mainImage": "https://s.alicdn.com/img/product1.jpg",
"allImages": ["https://s.alicdn.com/img/product1.jpg", "https://s.alicdn.com/img/product2.jpg"],
"hasVideo": true,
"supplierName": "Guangzhou Energy Tech",
"supplierId": "200555666",
"supplierCountry": "CN",
"supplierUrl": "https://energytech.en.alibaba.com",
"goldSupplierYears": 8,
"reviewScore": 4.9,
"reviewCount": 85,
"productScore": 4.8,
"shippingTime": "15 days",
"supplierService": 4.9,
"responseRate": "95%",
"transactionLevel": 4,
"tradeAssurance": true,
"isP4P": false,
"isAd": false,
"readyToShip": true
},
{
"productId": "1600444555666",
"productTitle": "Solar Panel 100W Foldable",
"productUrl": "https://www.alibaba.com/product-detail/solar-panel-100w_1600444555666.html",
"price": 45.50,
"currency": "USD",
"originalPrice": null,
"minOrder": "5 pieces",
"mainImage": "https://s.alicdn.com/img/solar1.jpg",
"allImages": ["https://s.alicdn.com/img/solar1.jpg"],
"hasVideo": false,
"supplierName": "Ningbo Solar Solutions",
"supplierId": "200777888",
"supplierCountry": "CN",
"supplierUrl": "https://nbsolar.en.alibaba.com",
"goldSupplierYears": 3,
"reviewScore": 4.5,
"reviewCount": 12,
"productScore": 4.2,
"shippingTime": "10 days",
"supplierService": 4.5,
"responseRate": "92%",
"transactionLevel": 2,
"tradeAssurance": true,
"isP4P": true,
"isAd": true,
"readyToShip": false
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.