Made In China Scraper
ECOMMERCEBUSINESS
Independent tool. Trademarks referenced on this page are the property of their respective owners and are used only to identify the public website this tool reads. No affiliation or endorsement.
Made In China Scraper
Scrape product listings and supplier data from Made-in-China.com by keyword. Collect product names, prices, MOQ, supplier names, and profile links at scale — no manual browsing required.
What It Does
Supply this actor with a list of product keywords (e.g. "hydraulic pump", "LED light"). It crawls the manufacturer/supplier search results pages and returns one record per product listing, including:
- Product name — from the supplier's listing
- Product URL — direct link to the product detail page
- Price — as shown on the listing page (e.g. "US$ 100 / Piece" or "Negotiable")
- MOQ — minimum order quantity (e.g. "5 Pieces (MOQ)")
- Supplier name — manufacturer or trading company name
- Supplier URL — link to the supplier's storefront on Made-in-China.com
- Keyword — the search term that produced this result
- Page URL — the listing page URL for traceability
Use Cases
- Product sourcing — find and compare suppliers for a specific product category across hundreds of Chinese manufacturers
- Competitive pricing — benchmark pricing and MOQ across suppliers for a given product type
- Supplier prospecting — build a contact list of manufacturers for outreach
- Market research — track what products are available, at what price points, from which regions
Input
| Field | Type | Description |
|---|---|---|
searchKeywords |
string[] | Product keywords to search (e.g. "hydraulic pump"). Each keyword runs a separate crawl. |
maxItems |
integer | Maximum total product records to return (across all keywords). |
maxPages |
integer | Maximum listing pages to crawl per keyword (default 5). Each page has ~30 supplier cards. |
Example input:
{
"searchKeywords": ["hydraulic pump", "LED light"],
"maxItems": 500,
"maxPages": 10
}
Output
Each record represents one product listing from a supplier card:
{
"productName": "Excavator Aftermarket Solution A10V Hydraulic Pump",
"productUrl": "https://elephant-power1.en.made-in-china.com/product/iwQtflPuhshS/...",
"price": "US$ 100 / Piece",
"moq": "1 Piece (MOQ)",
"supplierName": "Elephant Fluid (Hebei) Hydraulic Machinery Co., Ltd.",
"supplierUrl": "https://elephant-power1.en.made-in-china.com/360-Virtual-Tour.html",
"keyword": "hydraulic pump",
"pageUrl": "https://www.made-in-china.com/manufacturers/hydraulic-pump.html",
"scrapedAt": "2026-05-27T15:09:06.772Z"
}
Technical Notes
- Fast and cheap per supplier
- Pagination follows
<link rel="next">in each listing page maxItemsis enforced across all keywords; the actor stops as soon as the limit is reached