Alibaba Products Search Scraper avatar

Alibaba Products Search Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Alibaba Products Search Scraper

Alibaba Products Search Scraper

Run keyword searches on alibaba.com and collect every offer card across paginated pages.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Xtractoo

Xtractoo

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

4

Monthly active users

4 days ago

Last modified

Share

Alibaba Search Scraper

Search any keyword on Alibaba.com and export every result card — supplier identity, pricing, minimum order quantity, trust signals, and product images — across as many pages as you need.

Why use this actor

  • No Alibaba account or login required — public search results only.
  • Covers every result card per page: title, price range, MOQ, country of origin, and supplier trust tier in one structured record.
  • Multi-keyword support lets you scrape dozens of categories in a single run.
  • Stable JSON output ready to load into a spreadsheet, database, or sourcing pipeline.
  • Automatic retries keep your run on track even when individual pages take longer to respond.
  • Export to JSON, CSV, or Excel straight from the Apify Console.

How it works

  1. You provide one or more search keywords (e.g. "bluetooth earphones", "stainless steel bottle").
  2. The actor opens each search results page on Alibaba.com, page by page, up to the limit you set.
  3. Every product card is parsed into a structured record: product ID, title, price range, MOQ, supplier name, country, gold-supplier years, Trade Assurance status, and main image.
  4. Records stream into your dataset as each page completes — no waiting for the full run to finish.
  5. Download the complete dataset as JSON, CSV, or Excel when the run is done.

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

Input

{
"queries": ["bluetooth earphones", "stainless steel water bottle"],
"maxPagesPerQuery": 3,
"maxConcurrency": 3,
"maxRequestRetries": 6,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldTypeDescription
queriesstring[]Search keywords. One keyword per entry.
maxPagesPerQueryintegerNumber of result pages to scrape per keyword. Default: 3, max: 100.
maxConcurrencyintegerNumber of pages processed in parallel. Default: 3.
maxRequestRetriesintegerHow many times a failed page request is retried before skipping. Default: 6.
proxyConfigurationobjectApify Proxy settings or a custom proxy list. RESIDENTIAL group recommended.

Output

{
"query": "bluetooth earphones",
"page": 1,
"productId": "1601416191034",
"title": "Wholesale Light Weight Bluetooth Headphones 30H Playtime Over-Ear Earphones with Mic LED Battery Indicator",
"url": "https://www.alibaba.com/product-detail/..._1601416191034.html",
"priceFormatted": "$3.50 - $4.20",
"minOrderQuantity": "5",
"minOrderUnit": "pieces",
"companyId": "233189915",
"companyName": "Foshan Shunde Junye Electronic Co., Ltd.",
"companyHomeUrl": "https://jun-ye.en.alibaba.com/",
"countryCode": "CN",
"goldSupplierYears": "11 yrs",
"tradeAssurance": false,
"mainImage": "https://s.alicdn.com/@sc04/kf/Hc94740ec.jpg",
"scrapedAt": "2026-05-30T04:27:41Z"
}
FieldTypeDescription
querystringThe search keyword that produced this result.
pageintegerPage number the result appeared on.
productIdstringAlibaba's unique product identifier.
titlestringFull product listing title.
urlstringDirect link to the product detail page.
priceFormattedstringPrice range as shown on the listing (e.g. "$3.50 - $4.20").
minOrderQuantitystringMinimum order quantity.
minOrderUnitstringUnit for the MOQ (e.g. "pieces", "sets").
companyIdstringAlibaba's internal supplier company ID.
companyNamestringRegistered name of the supplier company.
companyHomeUrlstringSupplier's Alibaba storefront URL.
countryCodestringISO country code of the supplier (e.g. "CN").
goldSupplierYearsstringHow long the supplier has held Gold Supplier status.
tradeAssurancebooleanWhether the supplier offers Trade Assurance on this listing.
mainImagestringURL of the listing's primary product image.
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.