Alibaba Product Scraper avatar

Alibaba Product Scraper

Pricing

from $1.00 / 1,000 product details

Go to Apify Store
Alibaba Product Scraper

Alibaba Product Scraper

Scrape Alibaba product data: title, price, supplier, images, rating, and description. Provide product URLs, a search-results URL, or a search keyword. Export to JSON, CSV, or Excel, run via API, schedule runs, or integrate with other tools.

Pricing

from $1.00 / 1,000 product details

Rating

0.0

(0)

Developer

E Commerce

E Commerce

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Powered by E-commerce Scraping Tool. Need data from other stores too? The E-commerce Scraping Tool gets you data from Alibaba, Amazon, eBay, and any other e-commerce site.

Alibaba Product Scraper

Extract Alibaba.com product data at scale: title, price, supplier, images, rating, and description, from any Alibaba product URL, search-results page, or search keyword. Built for B2B sourcing, wholesale price monitoring, and competitor and supplier research.

Alibaba is the world's largest B2B marketplace, where the same product is offered by many suppliers at different prices and minimum order quantities. This Actor turns any Alibaba product, search, or keyword into clean, structured data you can compare and track.

What does Alibaba Product Scraper do?

Alibaba Product Scraper collects structured product data from Alibaba.com and returns it as JSON, CSV, or Excel. Give it product URLs, a search-results URL, or a search keyword, and it returns full product details for every item it finds.

  • πŸ›’ Scrape any Alibaba product page by URL
  • πŸ”Ž Expand a search-results page into every product it contains
  • 🧭 Search Alibaba by keyword and scrape the matching products
  • 🏭 Capture supplier, price, rating, and review count for each product
  • πŸ“¦ Export to JSON, CSV, Excel, XML, or HTML, or pull results via API

What data can you extract from Alibaba?

The Alibaba Product Scraper returns the following fields for each product:

Product dataCommercial infoAdditional details
πŸ“ Product titleπŸ’° PriceπŸ–ΌοΈ Image URL
πŸ”— Product URLπŸ’± Currency⭐ Rating
🏭 Supplier🏷️ Input URLπŸ—³οΈ Review count
πŸ“„ DescriptionπŸ”Ž KeywordπŸ“Š Extra attributes (optional)

Enable Include additional properties to capture extra Alibaba-specific attributes (such as minimum order quantity and product attributes) under additionalProperties.

Can I scrape Alibaba products, search results, and keywords?

Yes. Alibaba Product Scraper accepts three kinds of input and resolves all of them to product pages:

  • Product URLs: direct links to Alibaba product (/product-detail/) pages.
  • Search-results / listing URLs: any Alibaba /trade/search or showroom page. The Actor collects the product links it finds and follows pagination.
  • Search keyword: a search term run against Alibaba.com.

How does Alibaba Product Scraper work?

  1. You provide product URLs, search-results URLs, or a keyword.
  2. The Actor expands search-results URLs and keyword searches into individual product URLs.
  3. It requests each product page and extracts the structured data.
  4. Each product is saved to your dataset as it completes, so first results appear within a minute.
  5. Anything that cannot be scraped is written to a separate errors dataset with a clear reason.

Why use Alibaba Product Scraper?

FeatureManual / generic toolsAlibaba Product Scraper
SetupCustom code and selectorsJust paste a URL or keyword
Input typesOne URL at a timeProduct, search, and keyword
Supplier & priceManual copy-pasteStructured for every product
OutputUnstructured HTMLClean JSON, CSV, Excel
FailuresSilent, break the runLogged to an errors dataset
Cost modelFixed subscriptionsPay only per product returned

What can you do with Alibaba data after scraping?

  • Wholesale price monitoring: track how the same product's price moves across suppliers and over time.
  • Supplier research: compare suppliers by price, rating, and review count to shortlist sourcing partners.
  • Product and catalog enrichment: pull titles, images, and descriptions to populate a sourcing catalog or an AI product tool.
  • Competitor benchmarking: compare Alibaba wholesale pricing against retail prices on other marketplaces.

How to use Alibaba Product Scraper?

  1. Create a free Apify account.
  2. Open the Alibaba Product Scraper.
  3. Paste Alibaba product URLs, a search-results URL, or type a keyword.
  4. Set Total maximum products to cap the run (start with 50 to preview).
  5. Click Start, then export your results or fetch them from the API.

How much does Alibaba Product Scraper cost?

It uses a pay-per-event model: a tiny fee per run start, plus a fee per product returned, dropping on higher plans. You are never charged for failed pages, and search or keyword runs stay predictable because you control the product cap. See the Pricing tab for current rates.

Input

Provide at least one of: product URLs, search-results URLs, or a keyword.

FieldTypeDescription
detailsUrlsarrayDirect Alibaba product (/product-detail/) URLs
listingUrlsarrayAlibaba search-results or showroom URLs
keywordstringSearch term run against Alibaba.com
additionalPropertiesbooleanInclude minimum order quantity and extra attributes
maxProductResultsintegerTotal products to scrape across the run

Example input:

{
"detailsUrls": [{ "url": "https://www.alibaba.com/product-detail/Wholesale-750ml-Stainless-Steel-Bottle_1600569797644.html" }],
"keyword": "stainless steel water bottle",
"additionalProperties": true,
"maxProductResults": 50
}

Output

Each product is saved as one dataset item. Failed inputs go to a separate errors dataset.

{
"url": "https://www.alibaba.com/product-detail/Wholesale-750ml-Stainless-Steel-Bottle_1600569797644.html",
"name": "Wholesale 750ml 304 Stainless Steel Sports Water Bottle",
"offers": { "price": 1.85, "currency": "USD" },
"brand": { "slogan": "Shenzhen Shengbaoli Technology Co., Ltd." },
"rating": 4.8,
"reviewCount": 12,
"description": "Insulated stainless steel sports water bottle, BPA-free, wholesale.",
"image": "https://s.alicdn.com/@sc04/kf/example.jpg",
"inputUrl": "https://www.alibaba.com/product-detail/Wholesale-750ml-Stainless-Steel-Bottle_1600569797644.html"
}

How to run Alibaba Product Scraper via the API

curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~alibaba-product-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "detailsUrls": [{ "url": "https://www.alibaba.com/product-detail/Wholesale-750ml-Stainless-Steel-Bottle_1600569797644.html" }], "maxProductResults": 10 }'

You can also run it via the Apify MCP server, schedule runs, or integrate the dataset with Make, Zapier, Google Sheets, and other tools.

Troubleshooting

  • A run returns 0 products. Alibaba occasionally blocks automated requests. Re-run in a few minutes; the Actor records each blocked URL in the errors dataset with the reason, so a zero-result run is never silent.
  • "Not a valid Alibaba product URL". Product input must be an alibaba.com product page (its path contains /product-detail/). Put search or showroom pages in Search-results / listing URLs instead.
  • Keyword search returns too many products. Set Total maximum products to cap the run; broad B2B keywords can match thousands of listings.
  • Missing rating or reviews. Many Alibaba products have no reviews yet, so rating and reviewCount can be empty even on a successful scrape.

FAQ

Is it legal to scrape Alibaba? Scraping publicly available product data is generally legal. You are responsible for how you use the data and for complying with Alibaba's terms and applicable laws. Do not collect personal data.

Do I need an Alibaba account or API key? No. You only need an Apify account and this Actor.

Can I get the data via API or MCP? Yes. Every run exposes its dataset through the Apify API, and the Actor works with the Apify MCP server for AI assistants.

Does it support minimum order quantity (MOQ)? Enable Include additional properties to capture MOQ and other supplier attributes under additionalProperties when Alibaba exposes them.

How many products can it scrape? As many as you want. Use Total maximum products to control run size and cost.

Are there other tools in Apify Store?

Yes. If you need data from more than one store, use the E-commerce Scraping Tool to scrape Alibaba, Amazon, eBay, and any other e-commerce site from a single Actor.