Made-in-China.com API Scraper avatar

Made-in-China.com API Scraper

Pricing

from $1.00 / 1,000 plp rows

Go to Apify Store
Made-in-China.com API Scraper

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.

R.L.

Maintained by Community

Actor 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

  1. Click Try for free or Run.
  2. Enter one or more search keywords (e.g. led light).
  3. Set Max pages per keyword and, optionally, Max items per keyword.
  4. Toggle Fetch product detail if you want full PDP data merged into each item.
  5. Click Start and download results from the Dataset tab in JSON, CSV, Excel, or other formats.

Input

FieldTypeDescription
keywordsarray of stringsSearch keywords, required.
maxPagesintegerMax search-result pages per keyword (default 3).
pageSizeintegerProducts per page (default 20).
maxItemsintegerMax products per keyword, 0 = unlimited (default 0).
fetchProductDetailbooleanAlso fetch product detail page per product (default true).
requestDelaySecsnumberDelay between requests, seconds (default 1).
proxyConfigurationobjectApify 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

FieldDescription
productIdMade-in-China internal product ID
productNameProduct title
companyNameSupplier/company name
unitPriceUnit price or price range
minOrderMinimum order quantity
imageProduct image URL
pdpFull 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 fetchProductDetail to false for faster, cheaper runs when you only need search-result fields.
  • Increase requestDelaySecs if 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.