Made-in-China.com API Scraper
Pricing
from $1.00 / 1,000 plp rows
Made-in-China.com API Scraper
Scrapes product search results and product details from Made-in-China.com via its mobile app JSON API.
Pricing
from $1.00 / 1,000 plp rows
Rating
0.0
(0)
Developer
R.L.
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
What does Made-in-China.com API Scraper do?
This Made-in-China.com API scraper extracts product listings and product details from Made-in-China.com by calling the same open JSON API used by its official mobile app. Give it one or more search keywords and it returns structured data: product name, company, price, minimum order, image, and (optionally) full product detail. Runs on the Apify platform with proxy rotation, scheduling, and API access built in.
Why use Made-in-China.com API Scraper?
- Lead generation: build supplier/product lists for sourcing and procurement research.
- Price monitoring: track unit prices and minimum order quantities across keywords over time.
- Market research: analyze product assortment and competitor listings on a category.
How to use Made-in-China.com API Scraper
- Click Try for free or Run.
- Enter one or more search keywords (e.g.
led light). - Set Max pages per keyword and, optionally, Max items per keyword.
- Toggle Fetch product detail if you want full PDP data merged into each item.
- Click Start and download results from the Dataset tab in JSON, CSV, Excel, or other formats.
Input
| Field | Type | Description |
|---|---|---|
keywords | array of strings | Search keywords, required. |
maxPages | integer | Max search-result pages per keyword (default 3). |
pageSize | integer | Products per page (default 20). |
maxItems | integer | Max products per keyword, 0 = unlimited (default 0). |
fetchProductDetail | boolean | Also fetch product detail page per product (default true). |
requestDelaySecs | number | Delay between requests, seconds (default 1). |
proxyConfiguration | object | Apify Proxy settings (default: Apify Proxy enabled). |
See the Input tab for the full schema.
Output
Each dataset item looks like:
{"searchKeyword": "led light","productId": "1234567890","name": "High Power LED Light","productName": "High Power LED Light","companyName": "Example Manufacturing Co., Ltd.","unitPrice": "1.5-3.0","minOrder": "100 Pieces","image": "https://image.made-in-china.com/...","customPropertyList": { "Brand": "Example", "Warranty": "2 Years" },"productProperty": { "Model NO.": "EX-100", "Power": "100W" },"tradeInfo": { "tradeCondition": { "Port": "Shenzhen, China" } }}
Search-result fields (from the PLP API) and, when fetchProductDetail is on, full product-detail fields (from the PDP API) are merged into a single flat item — no nested plp/pdp wrapper objects.
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Description |
|---|---|
| productId | Made-in-China internal product ID |
| productName | Product title |
| companyName | Supplier/company name |
| unitPrice | Unit price or price range |
| minOrder | Minimum order quantity |
| image | Product image URL |
| pdp | Full product detail payload (prices, properties, keywords, etc.), when enabled |
Pricing / Cost estimation
This Actor makes lightweight JSON API calls (no browser rendering), so it is cheap to run. Cost scales with keywords × pages × (2 requests per product if detail fetching is on). Start with a small maxPages/maxItems to estimate cost before scaling up.
Tips
- Set
fetchProductDetailtofalsefor faster, cheaper runs when you only need search-result fields. - Increase
requestDelaySecsif you see request failures, to avoid overloading the target server. - Use Apify Proxy (enabled by default) to reduce the chance of IP-based rate limiting.
FAQ, disclaimers, and support
This Actor scrapes publicly accessible data from Made-in-China.com's own app API. Use responsibly and in accordance with Made-in-China.com's Terms of Service. Made-in-China.com may change its API at any time, which can break this Actor; please report issues via the Issues tab. Need a custom variant? Reach out via Apify.