Made-in-China Products & Suppliers Scraper
Pricing
from $0.03 / 1,000 item extracteds
Made-in-China Products & Suppliers Scraper
Scrape public Made-in-China product listings, prices, MOQ, supplier names, locations, badges, images, and sourcing diagnostics.
Pricing
from $0.03 / 1,000 item extracteds
Rating
0.0
(0)
Developer
Hanna Nosova
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape public Made-in-China product search pages into structured product and supplier sourcing data. Export product names, URLs, prices, MOQ, images, supplier names, locations, badges, and diagnostics to CSV, Excel, JSON, or the Apify API.
At a glance
- Primary job: Build supplier shortlists and product price/MOQ benchmarks from public Made-in-China search and category pages.
- Input: Enter a keyword such as
electronicsor paste public Made-in-China search/category/product URLs. - Output: One dataset row per product, with raw listing values and optional structured detail data such as specifications, description, SKU/model, all images, availability, video, and supplier address.
- Best for: B2B sourcing research, procurement monitoring, supplier discovery, product benchmarking, and lead enrichment workflows.
Common workflows
- Supplier discovery: Search a product keyword and export supplier names, showroom URLs, locations, and audited/diamond badges.
- Price and MOQ benchmarking: Collect listing prices, price ranges, MOQ text, parsed MOQ values, and product URLs for sourcing analysis.
- Category monitoring: Schedule the same search URL weekly and compare newly listed products or suppliers.
- Automation: Send dataset exports to spreadsheets, CRMs, procurement tools, webhooks, or AI agents through the Apify API and MCP Server.
Ready-to-run examples
- Find LED suppliers on Made-in-China — collect a bounded supplier and product shortlist for LED lighting.
- Find packaging suppliers by MOQ — find paper packaging products with a minimum parsed MOQ of 100.
- Research solar panel product details — enrich solar panel listings with specifications, descriptions, images, availability, and supplier details.
Input recipes
- Small smoke test: Use
query: "electronics",maxItems: 10, andmaxPages: 1. - Product sourcing search: Set
queryto a specific item such aspcb assembly,solar panel, orpackaging machineand raisemaxItemsafter checking output quality. - Known search URL: Paste a Made-in-China URL such as
https://www.made-in-china.com/multi-search/electronics/F1/1.htmlinstartUrls. - Batch keyword research: Put up to 20 terms in
queries, for examplesolar panel,battery storage, andinverter. The legacy singlequeryinput remains supported. - MOQ shortlist: Add
minMoqto keep products whose parsed MOQ is at least the value you specify; unparseable MOQ rows are kept with raw text. - Structured product details: Set
includeDetails: trueto fetch each public product page. A blocked or malformed detail page does not discard the valid listing row; checkwarningsandextractionStatus.
What data can you extract?
| Field | Description |
|---|---|
productId, productName, productUrl | Product identifier, title, and public listing URL. |
sourceUrl, searchQuery, pageNumber | Where the row came from and pagination context. |
imageUrl, imageUrls | Primary and additional public image URLs. |
priceRaw, priceMin, priceMax, currency | Raw price text plus parsed numeric range when available. |
moqRaw, moqValue, moqUnit | Raw MOQ text plus parsed quantity/unit when available. |
supplierName, supplierUrl, supplierLocation | Public supplier identity and location shown on the listing. |
businessType, isAuditedSupplier, isDiamondMember, memberDurationYears | Supplier badges and business hints visible in public HTML. |
certifications, supportsOem, supportsSample, hasVideo | Listing-level signals when visible. |
description, sku, modelNumber, brand, availability, priceValidUntil | Additive public product-detail fields when includeDetails is enabled or a direct product URL is supplied. |
properties, videoUrl | Public specification name/value pairs and product video URL from structured detail data. |
scrapedAt, extractionStatus, missingFields | Run diagnostics and nullable-field visibility notes. |
warnings | Non-fatal row warnings, including preserved listings whose optional detail enrichment failed. |
The default key-value store also contains RUN_SUMMARY and RUN_CHECKPOINT records with saved/charged counts, source outcomes, route information, deadline state, and pending continuation position.
Input configuration
| Setting | JSON key | Use it for | Example |
|---|---|---|---|
| Search keyword | query | Build a Made-in-China keyword search when no URL is supplied. | electronics |
| Search keywords | queries | Process up to 20 keywords in one bounded run. | ["solar panel", "inverter"] |
| Start URLs | startUrls | Public Made-in-China search, category, supplier, or product URLs. | https://www.made-in-china.com/multi-search/electronics/F1/1.html |
| Maximum products | maxItems | Cap saved rows and control spend. | 50 |
| Maximum pages | maxPages | Bound pagination on broad searches. | 5 |
| Minimum MOQ filter | minMoq | Optional parsed-MOQ post-filter. | 100 |
| Include details | includeDetails | Enrich rows from public product JSON-LD while preserving listing rows when a detail request fails. | false |
| Maximum working time | maxRuntimeSecs | Stop new requests by this shared deadline and reserve at least 30 seconds for checkpoints and cleanup. | 270 |
| Proxy configuration | proxyConfiguration | Configure Apify proxy if the source throttles requests. | { "useApifyProxy": true } |
Example input
{"queries": ["solar panel", "inverter"],"maxItems": 20,"maxPages": 1,"includeDetails": true,"maxRuntimeSecs": 180,"proxyConfiguration": { "useApifyProxy": true }}
Example output
{"productName": "Acc Block 2.0MPa 3-50m³ Industrial Autoclave","productUrl": "https://boilertaiguo.en.made-in-china.com/product/AnerHVFTXdYN/China-Acc-Block-2-0MPa-3-50m-Industrial-Autoclave.html","priceRaw": "USD 7200.00","priceMin": 7200,"priceMax": 7200,"currency": "USD","moqRaw": null,"moqValue": null,"moqUnit": null,"supplierName": "Henan Taiguo Boiler Group Co., Ltd","supplierLocation": "Henan, China","isAuditedSupplier": null,"sku": "2096948152","modelNumber": "FGZCS","availability": "InStock","properties": {"Function": "Autoclave","Rated Pressure": "1.4MPa"},"extractionStatus": "detail","warnings": [],"scrapedAt": "2026-07-20T19:00:00.000Z","missingFields": ["moqRaw"]}
Pricing
| Event | Free | Bronze | Silver | Gold | Platinum | Diamond | Charged when |
|---|---|---|---|---|---|---|---|
| Run start | $0.005 | $0.005 | $0.005 | $0.005 | $0.005 | $0.005 | Once when the Actor starts. |
| Product saved | $0.000058734 | $0.000051073 | $0.000039837 | $0.000030644 | $0.000020429 | $0.000014300 | Each product row saved to the dataset. |
The item event is charged only for product rows the Actor attempts to save. Optional detail failures do not create a separate charge or paid error row; the valid product listing is saved once with a warning.
Tips for best results
- Start small: Use
maxItems: 10andmaxPages: 1until output quality is verified for your keyword. - Use public inputs: Choose Made-in-China pages visible without logging in.
- Keep searches focused: Specific sourcing terms usually produce cleaner supplier shortlists than very broad terms.
- Keep raw fields: Use raw price/MOQ fields for auditability; parsed numeric fields are filled only when the text is safe to parse.
- Use details selectively: Detail mode performs one additional bounded request per product. Keep
maxItemssmall until you confirm the richer fields are useful for your sourcing workflow.
API usage
Node.js:
import { ApifyClient } from "apify-client";const client = new ApifyClient({ token: process.env.APIFY_TOKEN });const run = await client.actor("fetch_cat/made-in-china-products-suppliers-scraper").call({query: "electronics",maxItems: 10,maxPages: 1});console.log(run.defaultDatasetId);
Python:
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("fetch_cat/made-in-china-products-suppliers-scraper").call(run_input={"query": "electronics","maxItems": 10,"maxPages": 1,})print(run["defaultDatasetId"])
cURL:
curl -X POST "https://api.apify.com/v2/acts/fetch_cat~made-in-china-products-suppliers-scraper/runs?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"query":"electronics","maxItems":10,"maxPages":1}'
MCP and AI agents
Use this Actor from MCP-compatible tools through the official Apify MCP Server.
$claude mcp add --transport http apify "https://mcp.apify.com?tools=fetch_cat/made-in-china-products-suppliers-scraper"
{"mcpServers": {"apify": {"url": "https://mcp.apify.com?tools=fetch_cat/made-in-china-products-suppliers-scraper"}}}
Example prompt: "Run Made-in-China Products & Suppliers Scraper for electronics with 10 products and summarize supplier locations and MOQ ranges."
Schedule supplier and price monitoring
Use Apify Schedules to repeat a focused query or startUrls input daily or weekly. Keep the same keyword, limits, and detail mode so downstream comparisons stay consistent. Send completed-run webhooks to a spreadsheet, database, CRM, or alerting workflow; use productId or normalized productUrl as the stable comparison key.
Limits and caveats
- Coverage: This Actor targets public pages and does not guarantee every field appears on every listing.
- Private surfaces excluded: It does not log in, send inquiries, open chats, place orders, or scrape buyer-center content.
- Source changes: Made-in-China can change markup, ranking, prices, and supplier badges after a run finishes.
- Rate limits: Use conservative limits for broad category monitoring.
- Fallback behavior: Keyword pages can use an equivalent server-rendered mobile route after a transient desktop block.
RUN_SUMMARYrecords the route that produced each source. - Details under blocking: Product detail pages may occasionally present a challenge. The Actor preserves listing data and reports a row warning instead of discarding otherwise valid output.
Legality and responsible use
Process only data you are allowed to access. Follow Made-in-China terms, Apify's terms, and applicable laws. Do not use this Actor to spam suppliers or automate private messaging.
Related actors
FAQ
Can I export results?
Yes. Apify datasets support JSON, CSV, Excel, XML, RSS, and API access.
Why are some fields empty?
Some listings do not expose every field publicly. The Actor leaves unavailable fields empty and records field names in missingFields instead of guessing.
Can it contact suppliers?
No. This Actor only extracts public listing data. Inquiry forms, chat, buyer center, and account pages are intentionally out of scope.
Does it require login, cookies, or a Made-in-China API key?
No. It works with public pages and does not collect login cookies or private account data. You can configure Apify Proxy if the public site rate-limits your route.
Is this a Made-in-China API alternative?
It is a practical export and automation interface for the public product and supplier fields described above. It is not an official Made-in-China API and does not provide private buyer, order, message, or supplier-contact data.
What if a run returns no data?
Open RUN_SUMMARY to see whether the source was empty, blocked, or structurally changed. Retry with a small known keyword such as electronics, confirm the URL is public without login, and share the run ID through the Actor issue form if the known keyword also fails.
Can I schedule recurring exports?
Yes. Use Apify Schedules with stable input and compare rows by productId or productUrl. The Actor itself does not keep a cross-run price history.
Support
Open an issue from the Actor page if a run fails or output looks wrong. Include the run ID or run URL, input JSON, expected output, actual output, and one reproducible public URL.