Alibaba Suppliers Scraper avatar

Alibaba Suppliers Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Alibaba Suppliers Scraper

Alibaba Suppliers Scraper

Extract supplier profiles, ratings, and business metrics from Alibaba search results and directories. 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

36

Total users

14

Monthly active users

3 days ago

Last modified

Share

This actor extracts Suppliers from Alibaba. It works on supplier search results pages and directory listings to collect business profiles and performance metrics. Data includes verification status, ratings, and contact metadata.


Want more from Alibaba?

This actor covers Suppliers 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
Company IDUnique identifier for the supplier247589301
Company NameLegal name of the businessShenzhen Electronics Co., Ltd.
Company TitleDisplay title of the companyPremium Tech Manufacturer
Company IconURL to the company logohttps://is.alicdn.com/img.png
Company Profile URLLink to the supplier storefronthttps://example.alibaba.com/company_profile.html
All Company ImagesList of gallery images["https://img1.jpg", "https://img2.jpg"]
Country CodeTwo-letter ISO country codeCN
CityCity of operationShenzhen
Gold YearsFormatted gold supplier duration5 YRS
Gold Years NumberNumeric gold supplier duration5
Is FactoryBoolean indicating factory statustrue
Verified SupplierBoolean for verified statustrue
Verified Supplier ProBoolean for premium verificationfalse
Review ScoreAverage star rating4.8
Review CountTotal number of reviews150
Review LinkURL to the feedback pagehttps://example.alibaba.com/feedback
On Time DeliveryPercentage of timely shipments98.5%
Reply Average TimeMean response speed< 24h
Reorder RatePercentage of returning customers25%
Online RevenueEstimated sales volume$100,000+
Contact Supplier URLLink to contact formhttps://message.alibaba.com/msg.htm
Chat TokenIdentifier for chat initializationtoken_123
TML IDTechnical identifiertml_456
Main ProductsList of primary goods sold["USB Cables", "Power Banks"]
Is New AdBoolean for advertisement statusfalse
All Icon ListList of certification icons["verified", "trade-assurance"]
Supplier TagsDescriptive business tags["OEM", "Customization"]

Input

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

Example Input

{
"urls": ["https://www.alibaba.com/trade/search?SearchText=solar+panel&indexArea=company_en"],
"maxItems": 20
}

Example Output

[
{
"companyId": "123456",
"companyName": "Guangzhou Solar Tech",
"companyTitle": "Guangzhou Solar Tech Co., Ltd.",
"companyIcon": "https://is.alicdn.com/logo.png",
"companyProfileUrl": "https://gzsolar.en.alibaba.com",
"allCompanyImages": ["https://img.alicdn.com/1.jpg"],
"countryCode": "CN",
"city": "Guangzhou",
"goldYears": "10 YRS",
"goldYearsNumber": 10,
"isFactory": true,
"verifiedSupplier": true,
"verifiedSupplierPro": true,
"reviewScore": 4.9,
"reviewCount": 320,
"reviewLink": "https://gzsolar.en.alibaba.com/feedback",
"onTimeDelivery": "99%",
"replyAverageTime": "< 5h",
"reorderRate": "30%",
"onlineRevenue": "$500,000+",
"contactSupplierUrl": "https://message.alibaba.com/msg.htm?id=123",
"chatToken": "chat_abc",
"tmlId": "tml_789",
"mainProducts": ["Solar Panels", "Inverters"],
"isNewAd": false,
"allIconList": ["verified", "pro"],
"supplierTags": ["R&D", "Customization"]
},
{
"companyId": "789012",
"companyName": "Zhejiang Energy Ltd",
"companyTitle": "Zhejiang Energy Solutions",
"companyIcon": "https://is.alicdn.com/logo2.png",
"companyProfileUrl": "https://zjenergy.en.alibaba.com",
"allCompanyImages": ["https://img.alicdn.com/2.jpg"],
"countryCode": "CN",
"city": "Ningbo",
"goldYears": "3 YRS",
"goldYearsNumber": 3,
"isFactory": true,
"verifiedSupplier": true,
"verifiedSupplierPro": false,
"reviewScore": 4.5,
"reviewCount": 45,
"reviewLink": "https://zjenergy.en.alibaba.com/feedback",
"onTimeDelivery": "95%",
"replyAverageTime": "< 12h",
"reorderRate": "15%",
"onlineRevenue": "$50,000+",
"contactSupplierUrl": "https://message.alibaba.com/msg.htm?id=456",
"chatToken": "chat_def",
"tmlId": "tml_012",
"mainProducts": ["Batteries", "Wind Turbines"],
"isNewAd": true,
"allIconList": ["verified"],
"supplierTags": ["Wholesale"]
}
]

Disclaimer

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