Alibaba Company / Supplier Scraper avatar

Alibaba Company / Supplier Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Alibaba Company / Supplier Scraper

Alibaba Company / Supplier Scraper

Extract supplier profile, trust signals, and contact info from any alibaba.com supplier subdomain.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Xtractoo

Xtractoo

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

4

Monthly active users

4 days ago

Last modified

Share

Alibaba Company Scraper

Pull a complete supplier profile from any Alibaba storefront — business type, registered country, gold-supplier years, on-time delivery rate, response time, Trade Assurance amount, and per-criterion rating breakdown.

Why use this actor

  • No Alibaba account or login required — all data is publicly visible on supplier storefronts.
  • Covers every key qualification signal in one record: business type, join years, on-time delivery rate, response-time SLA, and Trade Assurance amount.
  • Per-criterion rating breakdown (services, shipping, product quality) reveals more than star averages alone.
  • Auto-enrichment resolves the storefront subdomain and then retrieves the full supplier profile in a single run — no manual steps.
  • Batch any number of supplier URLs; results are saved as they complete.
  • Export to JSON, CSV, or Excel from the Apify Console.

How it works

  1. You provide a list of Alibaba supplier storefront URLs (e.g. https://jun-ye.en.alibaba.com/).
  2. The actor resolves each storefront to retrieve the supplier's identity metadata: company ID, member ID, and storefront subdomain.
  3. A representative product listing is located automatically to retrieve the full supplier profile block, including SLA metrics and rating breakdowns.
  4. Both the identity metadata and the enriched profile are merged into a single flat record per supplier.
  5. Records are saved to your dataset as each supplier completes. Download as JSON, CSV, or Excel when done.

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

Input

{
"companyUrls": [
{ "url": "https://headphones.en.alibaba.com/" },
{ "url": "https://jun-ye.en.alibaba.com/" }
],
"maxConcurrency": 3,
"maxRequestRetries": 6,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
companyUrlsURL[]Alibaba supplier storefront URLs (https://<name>.en.alibaba.com/).
maxConcurrencyintegerNumber of supplier profiles processed in parallel. Default: 3.
maxRequestRetriesintegerHow many times a failed request is retried before skipping. Default: 6.
proxyConfigurationobjectApify Proxy settings or a custom proxy list. RESIDENTIAL group recommended.

Output

{
"url": "https://jun-ye.en.alibaba.com/",
"companyId": 233189915,
"companyName": "Foshan Shunde Junye Electronic Co., Ltd.",
"companyNameFromTitle": "Foshan Shunde Junye Electronic Co., Ltd.",
"companyRegisterCountry": "CN",
"seller": {
"companyBusinessType": "Manufacturer",
"companyJoinYears": "11",
"responseTimeText": "within 24 hours",
"onTimeDeliveryRate": "91.0%"
},
"sampleProductUrl": "https://www.alibaba.com/product-detail/...",
"scrapedAt": "2026-05-30T04:40:24Z"
}
FieldTypeDescription
urlstringThe supplier storefront URL that was scraped.
companyIdintegerAlibaba's internal company identifier.
companyNamestringRegistered company name as listed on Alibaba.
companyNameFromTitlestringCompany name extracted from the storefront page title (useful for cross-checking).
companyRegisterCountrystringISO country code of the supplier's registered country.
sellerobjectEnriched supplier profile block (see sub-fields below).
seller.companyBusinessTypestringBusiness classification (e.g. "Manufacturer", "Trading Company").
seller.companyJoinYearsstringNumber of years the supplier has been a paid Alibaba member.
seller.responseTimeTextstringTypical inquiry response time as shown on the profile (e.g. "within 24 hours").
seller.onTimeDeliveryRatestringPercentage of orders delivered on time.
sampleProductUrlstringURL of the representative product used to enrich the profile.
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.