Made-in-China.com Scraper avatar

Made-in-China.com Scraper

Pricing

$2.00 / 1,000 product results

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

Made-in-China.com Scraper

Scrape product listings, specs, pricing, MOQ, and supplier profiles from Made-in-China.com B2B marketplace.

Pricing

$2.00 / 1,000 product results

Rating

0.0

(0)

Developer

Rastriq

Rastriq

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract product listings, technical specifications, pricing, MOQ, and supplier profiles from Made-in-China.com — the world's largest B2B marketplace for Chinese manufacturers.

No browser required. This Actor uses lightweight HTTP requests with TLS impersonation, making it fast, cost-efficient, and stable.


What does it do?

Made-in-China.com hosts millions of industrial product listings across categories like construction machinery, automotive parts, electronics, chemicals, and more. This Actor lets you:

  • Search any keyword and paginate through all results
  • Extract prices, MOQ (Minimum Order Quantity), and payment terms per product
  • Pull full technical specifications from product detail pages
  • Enrich results with verified supplier company profiles (business type, employees, certifications)
  • Fetch buyer reviews with ratings, text, country, and date

Use cases

  • Price intelligence — Track pricing and MOQ for machinery, parts, or commodities across thousands of suppliers
  • Supplier discovery — Build lists of verified manufacturers for a specific product category
  • Market research — Understand which countries source specific products, at what price points
  • Competitive analysis — Monitor competitors' product portfolios and pricing
  • Procurement automation — Feed supplier data into sourcing pipelines or ERP systems
  • Investment research — Identify trending product categories and manufacturing hubs in China

Output fields

Each result record contains:

FieldDescription
product_idMade-in-China internal product ID
product_nameFull product title
product_urlDirect URL to the product page
price_min_usdMinimum price in USD
price_max_usdMaximum price in USD (price range)
price_typePricing basis (FOB, EXW, CIF, etc.)
moq_quantityMinimum Order Quantity — number
moq_unitMOQ unit (Piece, Set, Kilogram, etc.)
company_nameManufacturer/supplier name
company_urlSupplier's company profile URL
propertiesKey attributes from search card (Type, Application, etc.)
search_pageWhich result page this product appeared on
specificationsFull key-value spec table (when fetch_product_detail is enabled)
payment_termsAccepted payment methods (L/C, T/T, PayPal, etc.)
portShipping port (e.g. "Shanghai, China")
categoriesBreadcrumb category path
image_urlsProduct image URLs (up to 10)
supplierFull supplier profile object (when fetch_supplier is enabled)
reviewsArray of buyer reviews (when fetch_reviews is enabled)

Supplier profile fields (when fetch_supplier: true)

FieldDescription
company_nameOfficial company name
business_typeManufacturer / Trading Company / Agent
employeesEmployee count range
year_establishedYear founded
certificationsISO, CE, and other certifications
is_verifiedWhether supplier has verified business license
is_gold_memberGold membership status
is_auditedThird-party audit status
product_countNumber of products listed

Example input

{
"keyword": "hydraulic excavator",
"max_pages": 5,
"fetch_product_detail": true,
"fetch_supplier": true,
"fetch_reviews": false,
"request_delay": 2.0
}

Example output record

{
"product_id": "YMcxQWmVONUe",
"product_name": "Xe210wb Wheel Type Excavator Foton Lovol Excavator",
"product_url": "https://oriemac.en.made-in-china.com/product/YMcxQWmVONUe/...",
"price_min_usd": "110000.00",
"price_max_usd": "120000.00",
"price_type": "FOB",
"moq_quantity": "1",
"moq_unit": "Piece",
"company_name": "Oriemac Machinery & Equipment (Shanghai) Co., Ltd.",
"company_url": "https://oriemac.en.made-in-china.com/",
"specifications": {
"Model NO.": "XE210WB",
"Bucket": "Backhoe",
"Transmission": "Hydraulic Transmission",
"Certification": "CE, ISO9001: 2000",
"Operating Weight": "21000kg"
},
"payment_terms": "L/C, T/T, D/P, Western Union, Paypal",
"port": "Shanghai, China",
"categories": ["Engineering & Construction Machinery", "Excavator"],
"supplier": {
"business_type": "Manufacturer",
"employees": "201-500",
"is_verified": true,
"is_gold_member": true
}
}

Performance & cost

ModeProducts/runApprox. run time
Search only (fetch_product_detail: false)~400 (10 pages)~2 min
Search + Product detail~400~15–25 min
Search + Product + Supplier~400~30–45 min

Use residential proxies (CN) for best results — some pages may be restricted for datacenter IPs.


Notes

  • Pagination: max_pages controls how many search result pages to scrape. Each page contains approximately 40 product listings.
  • Deduplication: Supplier profiles are fetched only once per unique company URL, even if the company appears multiple times in search results.
  • Rate limiting: Use request_delay ≥ 1.5 seconds to avoid triggering anti-bot measures. The default is conservative and safe for most runs.
  • Proxy: For large runs or when scraping from outside China, enabling residential proxies (CN) significantly improves success rate.

This Actor accesses publicly available product and supplier information from Made-in-China.com's website in compliance with standard web scraping practices. It does not bypass login walls, paywalls, or any form of authentication. Users are responsible for ensuring their use of the extracted data complies with Made-in-China.com's Terms of Service and applicable data protection regulations.