Alibaba Products Scraper avatar

Alibaba Products Scraper

Pricing

Pay per event

Go to Apify Store
Alibaba Products Scraper

Alibaba Products Scraper

Extract public Alibaba product listings, displayed prices, minimum orders, supplier details, sourcing badges, ratings, and URLs from searches.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Stas Persiianenko

Stas Persiianenko

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

11 days ago

Last modified

Categories

Share

Extract public Alibaba products from keyword searches or supplied Alibaba search URLs. Get structured listings with displayed price ranges, quantity-price tiers, minimum order quantities, supplier details, sourcing badges, ratings, review counts, images, and product URLs.

Use the Actor for supplier discovery, sourcing research, catalog comparison, spreadsheet exports, and scheduled monitoring. It works without an Alibaba login and writes normalized product records to the default Apify dataset.

What does Alibaba Products Scraper do?

The Actor turns one or more Alibaba searches into integration-ready records. It accepts plain search phrases such as wireless earbuds and public search URLs containing SearchText or keywords.

For every accepted listing, it can provide:

  • product identity, title, category, image, and public URL;
  • displayed USD price range and quantity-based price tiers;
  • displayed minimum order quantity (MOQ);
  • supplier name, profile URL, country, years, and response rate;
  • Verified Supplier, assessed supplier, Gold Supplier, and Trade Assurance signals;
  • displayed rating, review count, sales text, and certificate names;
  • source query, page, position, and extraction timestamp.

Results are deduplicated by Alibaba product ID. The same price, MOQ, supplier, and badge filters apply to keyword and URL inputs.

Who is it for?

Sourcing and procurement teams

Build a shortlist of products and suppliers before deeper qualification or outreach. Compare displayed prices and MOQs across multiple product searches.

Ecommerce operators

Research product categories, supplier availability, and wholesale listing patterns for catalog planning. Export records to a spreadsheet or data warehouse.

Market researchers

Create repeatable snapshots of public Alibaba search results. Schedule the same input to observe changes in listings, displayed pricing, and supplier signals over time.

Developers and data teams

Feed normalized records into internal dashboards, matching pipelines, BI tools, or other Apify integrations. Use the API or MCP instead of maintaining custom search-page parsing.

Why use this Alibaba scraper?

  • Two input routes: use search phrases or existing Alibaba search URLs.
  • Sourcing-focused output: get MOQ, supplier, badge, price-tier, and certificate fields rather than only titles and links.
  • Consistent filters: apply price, MOQ, verified-supplier, and Trade Assurance rules across every input route.
  • Bounded pagination: control both total records and pages per search.
  • Clean failure behavior: invalid inputs and unexpected upstream responses fail visibly instead of returning false empty datasets.
  • Integration-ready storage: each product is one typed record in the default Apify dataset.

The Actor extracts public search-listing data. It does not log in, contact suppliers, place orders, or claim to verify product quality.

What Alibaba product data can I extract?

Field groupExample fieldsNotes
ProductproductId, title, productUrl, imageUrlPublic listing identity and links
Search contextquery, page, positionHelps compare and monitor result snapshots
Categorycategory, categoryIdDisplayed Alibaba categorization
Priceprice, minimumPrice, maximumPrice, currencyDisplayed listing price; not a negotiated quote
Quantity pricingpriceTiersMinimum and maximum quantities, unit price, currency, unit
MOQminimumOrder, minimumOrderText, unitNumeric and original displayed forms
SuppliersupplierName, supplierUrl, supplierCountry, supplierYearsPublic supplier summary
Supplier signalsverifiedSupplier, assessedSupplier, goldSupplier, tradeAssuranceAlibaba-displayed signals, not independent endorsements
Reputationrating, reviewCount, supplierResponseRateMay be absent on some listings
ActivitysoldCount, soldTextIncluded only when Alibaba displays it
Compliance cluescertificatesDisplayed certificate names; independently verify claims
AuditscrapedAtISO 8601 extraction timestamp

Nullable values remain null when Alibaba does not display the corresponding field. Arrays such as badges, certificates, and priceTiers may be empty.

How to scrape Alibaba products

  1. Open the Actor input page in Apify Console.
  2. Enter one or more product phrases in Search queries.
  3. Optionally add public Alibaba search URLs.
  4. Set Maximum products for the run.
  5. Add price, MOQ, verified-supplier, or Trade Assurance filters if needed.
  6. Click Start.
  7. Open the Alibaba products dataset view.
  8. Export results as JSON, CSV, Excel, XML, or another supported format.
  9. Save the configuration as an Apify Task if you want scheduled snapshots.

A small first run with 10–50 records is useful for checking category fit before increasing the limit.

Input parameters

ParameterTypeDefaultDescription
queriesstring array['wireless earbuds']Up to 20 product searches
startUrlsrequest listemptyPublic https://*.alibaba.com search URLs with SearchText or keywords
maxItemsinteger50Global saved-product limit from 1 to 10,000
maxPagesPerQueryinteger20Pagination safety limit from 1 to 100 per search
minPricenumberunsetMinimum accepted lowest displayed USD price
maxPricenumberunsetMaximum accepted lowest displayed USD price
maxMinimumOrderintegerunsetMaximum accepted displayed MOQ
verifiedSupplierOnlybooleanfalseKeep suppliers Alibaba marks assessed or verified
tradeAssuranceOnlybooleanfalseKeep listings that display Trade Assurance

At least one non-empty query or valid Alibaba search URL is required. minPrice cannot be greater than maxPrice.

{
"queries": ["wireless earbuds"],
"maxItems": 10
}

Example input: supplied Alibaba URL

{
"queries": [],
"startUrls": [
{
"url": "https://www.alibaba.com/trade/search?SearchText=reusable+water+bottles"
}
],
"maxItems": 25,
"maxMinimumOrder": 500
}

Example input: compare supplier searches

{
"queries": [
"solar power bank",
"portable solar panel"
],
"maxItems": 100,
"maxMinimumOrder": 100,
"verifiedSupplierOnly": true
}

For multiple searches, the Actor allocates the requested total across searches so one broad phrase does not consume the entire result limit before later phrases run.

Output example

The following shortened record reflects the current output contract. Supplier text is anonymized for documentation.

{
"productId": "1601234567890",
"title": "Wireless Bluetooth Earbuds with Charging Case",
"productUrl": "https://www.alibaba.com/product-detail/Sample-Product_1601234567890.html",
"imageUrl": "https://s.alicdn.com/example-product.jpg",
"query": "wireless earbuds",
"page": 1,
"position": 1,
"category": "Wireless Earphones & Headphones",
"price": "US $1.30-$2.20",
"minimumPrice": 1.3,
"maximumPrice": 2.2,
"currency": "USD",
"minimumOrder": 1000,
"minimumOrderText": "1000 pieces",
"priceTiers": [
{
"minimumQuantity": 1000,
"maximumQuantity": 4999,
"price": 2.2,
"currency": "USD",
"unit": "pieces"
}
],
"supplierName": "Example Electronics Co., Ltd.",
"supplierCountry": "China",
"supplierYears": 6,
"verifiedSupplier": true,
"tradeAssurance": true,
"badges": ["Verified Supplier", "Trade Assurance"],
"rating": 4.8,
"reviewCount": 245,
"certificates": ["CE"],
"scrapedAt": "2026-01-15T12:00:00.000Z"
}

How much does it cost to scrape Alibaba products?

This Actor uses pay-per-event pricing:

  • a $0.001 start event is charged once per run;
  • each saved product uses the tiered item event;
  • on the BRONZE tier, the current product price is $0.00168 per saved product.

At the BRONZE tier, example Actor charges are approximately:

Saved productsApproximate BRONZE Actor charge
101.78 cents
10016.90 cents
1,000168.10 cents

Filters can cause the Actor to inspect more upstream listings than it saves. Only normalized records accepted into the dataset emit the per-product event. Your Apify plan determines the active tier and exact event price shown in Console before the run.

Schedule Alibaba product monitoring

Create an Apify Task with stable searches and filters, then attach a schedule. Each run is an independent snapshot. The Actor does not calculate changes itself, so compare datasets downstream using productId as the stable key.

Useful monitoring patterns include:

  1. detect new product IDs for a sourcing category;
  2. compare minimumPrice, maximumPrice, and minimumOrder over time;
  3. track when supplier badges or displayed ratings change;
  4. alert when a saved product matches your own price and MOQ thresholds.

Do not describe a scheduled result as real-time. The timestamp records extraction time, while source values can change at any time.

Export to spreadsheets and data pipelines

From the dataset page, export directly to CSV or Excel for manual sourcing review. For automated pipelines, consume the dataset API after the run completes.

Recommended keys:

  • use productId for product-level upserts;
  • use supplierUrl or supplier name plus country for supplier grouping;
  • retain query, page, and scrapedAt for snapshot context;
  • keep both numeric and original displayed price/MOQ fields.

Apify integrations can send completed-run data to webhooks, Google Sheets, Make, Zapier, or your own endpoint.

Use the Apify API with cURL

Set APIFY_TOKEN in your environment instead of placing it in source code.

curl -X POST \
"https://api.apify.com/v2/acts/automation-lab~alibaba-products-scraper/runs?waitForFinish=300" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"queries": ["reusable water bottles"],
"maxItems": 25,
"verifiedSupplierOnly": true
}'

Use the returned defaultDatasetId to download items.

Use the Apify API with JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/alibaba-products-scraper').call({
queries: ['solar power bank'],
maxItems: 50,
maxMinimumOrder: 100,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Use the Apify API with Python

import os
from apify_client import ApifyClient
client = ApifyClient(os.environ['APIFY_TOKEN'])
run = client.actor('automation-lab/alibaba-products-scraper').call(run_input={
'queries': ['wireless earbuds'],
'maxItems': 50,
'tradeAssuranceOnly': True,
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items)

Use Alibaba Products Scraper with MCP

Claude Code setup

Add the Apify MCP server to Claude Code:

claude mcp add --transport http apify \
"https://mcp.apify.com?tools=automation-lab/alibaba-products-scraper"

Claude Desktop setup

Add this server object to the MCP configuration in Claude Desktop:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=automation-lab/alibaba-products-scraper"
}
}
}

Cursor setup

Open Cursor MCP settings and add the same apify server object and URL shown above.

VS Code setup

Open your VS Code MCP configuration and add the same apify server object and URL shown above.

Example prompts:

  • “Run Alibaba Products Scraper for wireless earbuds and return 20 products with MOQ at most 500.”
  • “Extract 50 verified-supplier records for portable solar panel, then summarize price ranges by supplier country.”
  • “Run my saved Alibaba sourcing Task and give me the dataset download link.”

MCP clients still use your Apify account, Actor pricing, and run limits.

Reliability, retries, and pagination

The Actor uses Alibaba's public structured search service rather than treating a challenged search page as valid data. Each search page is validated before extraction.

Transient network or upstream failures receive up to three attempts with backoff. Requests are sequential to avoid unnecessary upstream load. Pagination stops when:

  • maxItems is reached;
  • maxPagesPerQuery is reached;
  • the upstream result list ends;
  • every configured search has been processed.

If Alibaba returns an unexpected challenge or response shape after retries, the run fails non-zero with a diagnostic message. This is safer than silently producing an empty dataset.

Tips for useful sourcing datasets

  • Begin broad, inspect category fit, then narrow the phrase.
  • Use maxMinimumOrder when testing low-volume sourcing options.
  • Treat minimumPrice as the lowest displayed tier, not a guaranteed quote at your intended quantity.
  • Use verifiedSupplierOnly and tradeAssuranceOnly as screening signals, not final due diligence.
  • Run related searches together when you want a balanced comparison dataset.
  • Store raw snapshots before transforming them so you can audit future comparisons.
  • Keep scheduled workloads bounded with both item and page limits.

Limitations

  • The Actor extracts public Alibaba search-listing data, not every product detail-page attribute.
  • Search ranking and counts can vary by time, location, experiments, and Alibaba personalization.
  • Displayed prices, MOQs, badges, ratings, certificates, and availability can change or be missing.
  • Numeric prices are normalized as USD only when the public response displays USD values.
  • Filters reject records with missing required values rather than guessing.
  • The Actor does not verify suppliers, certificates, product quality, shipping costs, taxes, inventory, or final transaction terms.
  • It does not scrape Alibaba Express, Alibaba Cloud, Alibaba Group corporate information, reviews pages, or private account data.
  • A maximum of 20 unique searches and 100 pages per search is supported per run.

Responsible use and legality

Use this Actor only for lawful purposes and public data you are permitted to collect. Review Alibaba's terms and applicable rules for your location and use case. Apply reasonable request volumes and avoid using extracted data for spam, deception, or discriminatory decisions.

Supplier badges and certificate names are source-displayed claims. Independently verify identity, compliance, product safety, intellectual property rights, samples, payment terms, and trade requirements before purchasing or publishing conclusions.

You are responsible for your inputs, processing, retention, sharing, and compliance with privacy, contract, competition, consumer-protection, and trade laws.

Troubleshooting

The run says I must provide a query or URL

Ensure queries contains at least one non-empty string, or add a public Alibaba search URL with SearchText or keywords. If using only URLs, set queries to an empty array when reusing a prefilled input.

My Alibaba URL is rejected

Use an HTTPS URL whose hostname is alibaba.com or a subdomain of it. The URL must represent a search and include SearchText or keywords. Product-detail URLs are not search inputs.

The dataset contains fewer items than maxItems

Filters may reject listings with high or missing prices, MOQs, or supplier signals. The search may also end before your item limit. Increase maxPagesPerQuery cautiously or loosen filters.

The run failed after retries

Open the run log and look for the query and page in the final error. Alibaba may have changed or temporarily limited its public service. Retry later only if the error is transient; repeated identical runs are not a substitute for diagnosis.

Why is a price different from Alibaba now?

The record is a snapshot of a displayed listing value at scrapedAt. Prices can depend on quantity and can change after the run. Always open productUrl and confirm terms with the supplier.

FAQ

Does the Actor require an Alibaba account?

No. It extracts public search-listing data and does not authenticate to Alibaba.

Can I scrape an existing Alibaba search URL?

Yes. Add the public URL to startUrls; the Actor extracts SearchText or keywords and applies the same filters as plain queries.

Does it scrape product detail pages?

No. The output is intentionally based on structured search-listing fields to keep runs efficient and focused on sourcing comparison.

Are prices final quotes?

No. They are displayed listing prices and quantity tiers. Freight, customization, taxes, negotiation, and order quantity can change final cost.

Can I monitor changes?

Yes, by scheduling an Apify Task and comparing independent run datasets downstream. The Actor returns snapshots; it does not itself emit alerts or change records.

Are filtered-out products charged as items?

No. The per-product event is emitted only for normalized records accepted into the default dataset. The one-time start event still applies to the run.

These are separate sources with different field contracts. Choose the Actor whose marketplace matches your sourcing workflow.