Alibaba Product Scraper avatar

Alibaba Product Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Alibaba Product Scraper

Alibaba Product Scraper

Extract product listings with prices, supplier info, and ratings from search results and category 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

1

Total users

0

Monthly active users

20 hours ago

Last modified

Categories

Share

This actor extracts Products in a List from Alibaba. It captures data from search results, category pages, and supplier store pages. It returns structured data including product identifiers, pricing, and supplier metrics.

Data Fields

Field NameDescriptionExample
Product IDUnique identifier for the product"1600123456789"
Product TitleFull name of the product"Wireless Bluetooth Headphones"
Product URLDirect link to the product page"https://www.alibaba.com/product-detail/example_1600123456789.html"
PriceCurrent listing price15.50
CurrencyCurrency code"USD"
Original PricePrice before discount20.00
Min OrderMinimum order quantity"10 pieces"
Main ImagePrimary product image URL"https://sc04.alicdn.com/img1.jpg"
All ImagesList of all gallery images["https://sc04.alicdn.com/img1.jpg", "https://sc04.alicdn.com/img2.jpg"]
Has VideoIndicates if product has a videotrue
Supplier NameName of the selling company"Shenzhen Tech Co., Ltd."
Supplier IDUnique identifier for the supplier"240123456"
Supplier CountryCountry of the supplier"China"
Supplier URLLink to the supplier store"https://tech.en.alibaba.com"
Gold Supplier YearsNumber of years as gold supplier5
Review ScoreAverage star rating4.8
Review CountTotal number of reviews150
Product ScoreInternal quality score4.9
Shipping TimeEstimated time to ship"7-15 days"
Supplier ServiceService rating score4.7
Response RateSupplier response percentage"98.5%"
Transaction LevelDiamond level rating3
Trade AssuranceIf trade assurance is supportedtrue
Is P4PIf the listing is pay-for-performancefalse
Is AdIf the listing is an advertisementfalse
Ready To ShipIf the item is in stock for immediate shippingtrue

Input

  • urls: Array of Alibaba search, category, or store URLs.
  • maxItems: Maximum number of items to extract per URL. Default is 100.

Example Input

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

Example Output

[
{
"productId": "1600123456789",
"productTitle": "Portable Power Bank 20000mAh",
"productUrl": "https://www.alibaba.com/product-detail/example_1600123456789.html",
"price": 12.00,
"currency": "USD",
"originalPrice": 15.00,
"minOrder": "50 pieces",
"mainImage": "https://sc04.alicdn.com/img1.jpg",
"allImages": ["https://sc04.alicdn.com/img1.jpg"],
"hasVideo": true,
"supplierName": "Energy Tech Ltd",
"supplierId": "240123456",
"supplierCountry": "China",
"supplierUrl": "https://energy.en.alibaba.com",
"goldSupplierYears": 3,
"reviewScore": 4.5,
"reviewCount": 85,
"productScore": 4.6,
"shippingTime": "10 days",
"supplierService": 4.8,
"responseRate": "95%",
"transactionLevel": 2,
"tradeAssurance": true,
"isP4P": false,
"isAd": false,
"readyToShip": true
},
{
"productId": "1600987654321",
"productTitle": "Solar Panel 400W",
"productUrl": "https://www.alibaba.com/product-detail/example_1600987654321.html",
"price": 85.50,
"currency": "USD",
"originalPrice": 100.00,
"minOrder": "5 pieces",
"mainImage": "https://sc04.alicdn.com/img2.jpg",
"allImages": ["https://sc04.alicdn.com/img2.jpg"],
"hasVideo": false,
"supplierName": "Solar Solutions Corp",
"supplierId": "240987654",
"supplierCountry": "Vietnam",
"supplierUrl": "https://solar.en.alibaba.com",
"goldSupplierYears": 8,
"reviewScore": 4.9,
"reviewCount": 210,
"productScore": 5.0,
"shippingTime": "20 days",
"supplierService": 4.9,
"responseRate": "99%",
"transactionLevel": 4,
"tradeAssurance": true,
"isP4P": true,
"isAd": true,
"readyToShip": false
}
]

Want more from Alibaba?

This actor only covers Products in a List. The full Alibaba Scraper browser extension also includes Product Details, Reviews in a List, Suppliers in a List, Supplier Details 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

Disclaimer

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