Made In China Scraper avatar
Made In China Scraper

Pricing

$2.50/month + usage

Go to Apify Store
Made In China Scraper

Made In China Scraper

Extract comprehensive product data from made-in-china.com supplier stores including pricing, specifications, certifications, and supplier details.

Pricing

$2.50/month + usage

Rating

0.0

(0)

Developer

Akash Kumar Naik

Akash Kumar Naik

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

3

Monthly active users

9 hours ago

Last modified

Share

Made-in-China.com Product Scraper

Extract product data from made-in-china.com supplier stores. This Apify actor scrapes product listings, pricing, specifications, images, and supplier details.

Features

  • Extract product titles, descriptions, pricing tiers, specifications, images
  • Supplier details including ratings, years in business, certifications
  • Pagination support for multi-page product catalogs
  • Multiple export formats: JSON, CSV, or both
  • Configurable concurrency and retry settings

Input Configuration

{
"startUrls": [
{
"url": "https://supplier.en.made-in-china.com/product-group/category.html"
}
],
"maxItems": 0,
"maxConcurrency": 10,
"maxRetries": 3,
"exportFormat": "JSON",
"includeImages": true,
"respectRobotsTxt": false,
"proxyConfig": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Input Parameters

  • startUrls (array, required): Product group or product detail page URLs
  • maxItems (integer): Maximum products to scrape (0 = unlimited, default: 0)
  • maxConcurrency (integer): Concurrent requests (default: 10)
  • maxRetries (integer): Retry attempts for failed requests (default: 3)
  • exportFormat (string): Output format - "JSON", "CSV", or "BOTH" (default: JSON)
  • includeImages (boolean): Extract product images (default: true)
  • respectRobotsTxt (boolean): Follow robots.txt (default: false)
  • proxyConfig (object): Proxy settings for reliable scraping

Output Schema

Each product includes:

{
"url": "Product URL",
"scrapedAt": "ISO timestamp",
"title": "Product title",
"modelNumber": "Model number",
"description": "Product description",
"fobPrice": "FOB price range",
"pricingTiers": [
{ "quantity": "1-9 pcs", "price": "US $220" }
],
"moq": "Minimum order quantity",
"leadTime": "Delivery lead time",
"images": ["Array of image URLs"],
"specifications": {
"Material": "PU",
"Frame Material": "Metal"
},
"certifications": ["SGS", "CE"],
"supplierName": "Supplier company name",
"supplierRating": "Rating score",
"supplierYears": "Years in business",
"supplierVerified": true,
"supplierContact": {
"email": "contact@example.com",
"phone": "+86 xxx",
"website": "https://..."
}
}

Pricing

This actor uses pay-per-event pricing:

  • Actor start: $0.25 per run
  • Product scraped: $0.05 per product
  • Page processed: $0.02 per page

Usage Tips

  • Use proxy configuration to avoid IP blocks
  • Keep maxConcurrency at 10 or lower to respect rate limits
  • Monitor your runs and adjust settings as needed

Support

For issues or questions, please use the Issues tab on the Actor page.