# Made In China Supplier/Company Scraper (`codenest/made-in-china-supplier-company-scraper`) Actor

Input keywords (cars, motors etc) to find unlimited Chinese suppliers. Outputs complete company profiles: verification status, products, pricing, MOQ, payment terms, delivery times, contact details & more.

- **URL**: https://apify.com/codenest/made-in-china-supplier-company-scraper.md
- **Developed by:** [CodeNest](https://apify.com/codenest) (community)
- **Categories:** Lead generation, E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 scraped supplier & manufacturer profiles

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🏭 Made In China Supplier/Company Scraper - Ultimate B2B Supplier Intelligence Tool

**Effortlessly scrape comprehensive supplier and company data from Made-in-China.com with our powerful **Made In China Supplier/Company Scraper**! This Apify actor enables bulk extraction of verified suppliers, complete company profiles, product catalogs, and business intelligence.**

***

### 📋 Overview

Need to find reliable Chinese suppliers, analyze B2B markets, or build supplier databases? This **Made In China Supplier/Company Scraper** delivers:

- 🏢 **Comprehensive Supplier Profiles** - Full company details, verification status, and business history
- 📊 **Rich Product Intelligence** - Featured products, pricing, MOQ, and specifications
- 🎯 **Verified Supplier Data** - Audit reports, certification information, and quality control details
- 🔍 **Complete Business Information** - Payment terms, delivery times, export markets, and incoterms
- 📸 **Media Asset Extraction** - Company photos, logos, and virtual tours

Perfect for procurement professionals 📦, supply chain analysts 📊, import/export businesses 🌐, and market researchers 🔬!

***

### ⭐ Core Capabilities of Made In China Supplier/Company Scraper

#### 🏢 Supplier Profile Extraction

- **Multi-Supplier Support** - Scrape multiple companies with intelligent keyword search
- **Complete Company Data** - Name, location, description, and business scope
- **Verification Status** - Audited suppliers and certification levels
- **Contact Information** - Sales contacts, addresses, and communication details

#### 📊 Rich Business Intelligence

- **Product Catalog** - Featured products with pricing and MOQ
- **Company Metrics** - Export year, staff count, R\&D capacity
- **Trade Information** - Payment terms, delivery times, nearest ports
- **Quality Assurance** - Inspection methods, QA/QC staffing, traceability

#### 🎯 Advanced Search Capabilities

- **Keyword Filtering** - Search by product categories and industries
- **Market Segmentation** - Target specific product types
- **Competitive Analysis** - Compare multiple suppliers
- **Trend Detection** - Identify popular products and suppliers

#### 🌐 Global Trade Features

- **Export Markets** - Target regions and countries
- **International Terms** - Incoterms support (FOB, CIF, EXW, etc.)
- **Customization Options** - Flexible manufacturing capabilities
- **Overseas Presence** - Agent/branch detection

***

### ⚙️ Input Configuration

Simply configure your search parameters and click "Start". Input looks like this:

```json
{
  "includeCompanyPhotos": true,
  "keywords": ["cars"],
  "maxItems": 10,
  "urls": [],
  "maxConcurrency": 3,
  "minDelayMs": 1000,
  "maxDelayMs": 3000
}
```

#### 📝 Input Specifications

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `keywords` | Array | ✅ Yes | - | Product keywords to search for suppliers |
| `urls` | Array | ❌ No | \[] | Direct supplier profile URLs to scrape |
| `maxItems` | Integer | ❌ No | 10 | Maximum suppliers to scrape per keyword |
| `includeCompanyPhotos` | Boolean | ❌ No | false | Include company gallery photos |
| `maxConcurrency` | Integer | ❌ No | 3 | Parallel scraping threads (1-10) |
| `minDelayMs` | Integer | ❌ No | 1000 | Minimum delay between requests (ms) |
| `maxDelayMs` | Integer | ❌ No | 3000 | Maximum delay between requests (ms) |

***

### 📤 Output Structure

Your **Made In China Supplier/Company Scraper** produces comprehensive supplier intelligence:

```json
[
  {
    "companyNo": 1,
    "companyName": "Wuhu Rongjing Automobile Sales Service Co., Ltd.",
    "description": "Company Profile - RJAUTO...",
    "companyLogo": "https://image.made-in-china.com/...",
    "verificationLevel": "Audited Suppliers",
    "mainProducts": "Car, EV Charging Station, Secondhand Car",
    "location": "Wuhu, Anhui",
    "fullAddress": "Wuhu Automobile Service Center Park...",
    "deliveryTime": "within 15 workdays",
    "paymentTerms": "LC, T/T, D/P, PayPal, Western Union",
    "nearestPort": "Shanghai Port",
    "customizationOptions": "Flexible customization",
    "mainMarkets": "Domestic",
    "companyUrl": "https://rongjing-auto.en.made-in-china.com/",
    "companyDetails": {
      "Number of Foreign Trading Staff": "2",
      "Minimum Order Quantity": "1 Pc",
      "International Commercial Terms(Incoterms)": "FOB, CIF, EXW, CFR",
      "Export Year": "1 Year",
      "QA/QC Inspectors": "2 people",
      "Traceability of Raw Materials": "Yes"
    },
    "contactSupplier": {
      "name": "Mr. Jeff",
      "address": "Wuhu Automobile Service Center Park..."
    },
    "companyPhotos": [
      { "title": "Company Office", "imgSrc": "https://image.made-in-china.com/..." }
    ],
    "auditReportUrl": "https://rongjing-auto.en.made-in-china.com/audited-supplier-reports/",
    "virtualTourUrl": "https://rongjing-auto.en.made-in-china.com/360-Virtual-Tour.html",
    "featuredProducts": [
      {
        "title": "China-Made 2025 Roewe M7 Dmh Hybrid EV",
        "price": "US$ 13200/ Piece",
        "moq": "1 Piece(MOQ)",
        "productUrl": "https://rongjing-auto.en.made-in-china.com/...",
        "imgSrc": "https://image.made-in-china.com/..."
      }
    ]
  }
]
```

#### 📖 Output Field Documentation

**🔹 Company Identification**
| Field | Description |
|-------|-------------|
| `companyNo` | Sequential company number |
| `companyName` | Full registered company name |
| `companyLogo` | Company logo image URL |
| `companyUrl` | Direct Made-in-China profile URL |
| `verificationLevel` | Supplier verification status |

**🔹 Location & Contact**
| Field | Description |
|-------|-------------|
| `location` | City and province |
| `fullAddress` | Complete street address |
| `contactSupplier.name` | Sales contact name |
| `contactSupplier.address` | Business address |

**🔹 Trade Information**
| Field | Description |
|-------|-------------|
| `deliveryTime` | Estimated delivery timeline |
| `paymentTerms` | Accepted payment methods |
| `nearestPort` | Export shipping port |
| `customizationOptions` | Custom manufacturing capabilities |
| `mainMarkets` | Target export regions |

**🔹 Company Details**
| Field | Description |
|-------|-------------|
| `Number of Foreign Trading Staff` | International trade team size |
| `Export Year` | Years in export business |
| `QA/QC Inspectors` | Quality control staff count |
| `Traceability of Raw Materials` | Raw material tracking |
| `International Commercial Terms` | Supported incoterms |
| `Minimum Order Quantity` | MOQ requirements |

**🔹 Products & Media**
| Field | Description |
|-------|-------------|
| `featuredProducts` | Showcase product listings |
| `product.title` | Product name/description |
| `product.price` | Pricing with currency |
| `product.moq` | Minimum order quantity |
| `companyPhotos` | Company gallery images |
| `virtualTourUrl` | 360° virtual tour link |
| `auditReportUrl` | SGS/audit report link |

***

### 🎨 Key Features of This Made In China Supplier/Company Scraper

#### 🏢 Intelligent Supplier Discovery

- **Keyword-Based Search** - Find suppliers by product category
- **Verification Detection** - Identify audited and certified suppliers
- **Market Segmentation** - Target specific industries
- **Competitive Analysis** - Compare multiple suppliers side-by-side

#### 📊 Comprehensive Business Intelligence

- **Trade Capabilities** - Export experience and volume
- **Quality Systems** - QA/QC processes and certifications
- **Production Capacity** - Staff, R\&D, and manufacturing data
- **Financial Terms** - Payment options and pricing structures

#### 🌐 Global Trade Features

- **Incoterms Support** - FOB, CIF, EXW, CFR detection
- **Port Identification** - Nearest shipping ports
- **Market Analysis** - Target regions and export history
- **Customization Options** - Flexible manufacturing capabilities

#### 📸 Rich Media Extraction

- **Product Images** - Featured product photos
- **Company Gallery** - Facility and team photos
- **Virtual Tours** - 360° facility tours
- **Audit Reports** - SGS and third-party verification

***

### 💡 Use Cases for Made In China Supplier/Company Scraper

- **📦 Procurement Professionals** - Find reliable Chinese suppliers
- **📊 Supply Chain Analysts** - Build supplier databases
- **🌐 Import/Export Businesses** - Identify potential trading partners
- **🔬 Market Researchers** - Analyze B2B supplier landscapes
- **🏭 Manufacturers** - Find sourcing opportunities
- **📱 E-commerce Platforms** - Build product catalogs
- **💰 Investors** - Assess supplier capabilities
- **📈 Business Developers** - Identify partnership opportunities

***

### ✨ Why Choose Our Made In China Supplier/Company Scraper?

- **⚡ Blazing Fast** - Concurrent scraping with optimized request handling
- **🎯 100% Accurate** - Preserves all supplier data without alteration
- **🔄 Regular Updates** - Adapts to Made-in-China platform changes automatically
- **📦 Complete Data** - Everything from company details to product catalogs
- **🛡️ Production Ready** - Battle-tested with thousands of suppliers
- **💰 Cost Efficient** - Optimized to minimize compute time
- **🔒 Privacy Focused** - No personal data stored or shared

***

### ⚠️ Limitations

- Only works with publicly accessible Made-in-China supplier profiles
- Some suppliers may not have complete contact information
- Extremely high concurrency may trigger rate limiting
- Product availability and pricing subject to change
- Verification status may require additional validation

***

### 🔗🛠 Complete B2B Sourcing Scraper Suite

Explore our professional data extraction collection:

#### 🏭 Supplier Scrapers:

- [Made In China Supplier/Company Scraper](https://apify.com/codenest/made-in-china-supplier-company-scraper) - YOU ARE HERE
- [Zillow Agent Profile Scraper](https://apify.com/codenest/zillow-agent-profile-scraper)

#### 📊 Product Scrapers:

- [Made in China Product Scraper](https://apify.com/codenest/made-in-china-product-scraper)
- [Made In China Top Ranking Product Scraper](https://apify.com/codenest/made-in-china-top-ranking-product-scraper)
- [Zillow Property Scraper](https://apify.com/codenest/zillow-property-scraper)
- [Alibaba Product Scraper](https://apify.com/codenest/alibaba-product-scraper)
- [Amazon Product Scraper](https://apify.com/codenest/amazon-product-scraper)
- [Amazon Deals Scraper](https://apify.com/codenest/amazon-deals-scraper)
- [Zillow Property & Apartment Scraper](https://apify.com/codenest/zillow-property-apartment-scraper)
- [Made In China Product & Company Details Scraper](https://apify.com/codenest/made-in-china-product-company-details-scraper)

### 📧 Need Custom Features for Your Made In China Supplier/Company Scraper?

Want **specific supplier fields**, **custom search filters**, **automated verification**, **price comparison**, or **supplier rating systems**?

✉️ Email **<codenest2.0@gmail.com>** for tailored enterprise solutions!

***

# Actor input Schema

## `keywords` (type: `array`):

Enter one or more search keywords (each line is one independent search).

The scraper automatically constructs manufacturer URLs (e.g. 'dc motor' ➡️ 'https://www.made-in-china.com/manufacturers/DC-Motor.html') and crawls all supplier listings.

Example:
• dc motor
• solar panel
• lithium battery

## `urls` (type: `array`):

Optionally enter direct Made-in-China manufacturer listing URLs (e.g. 'https://www.made-in-china.com/manufacturers/DC-Motor.html') or company showroom URLs (e.g. 'https://crotormotor.en.made-in-china.com/').

## `maxItems` (type: `integer`):

Maximum number of suppliers/companies to scrape per keyword or listing URL. Default is 20.

## `maxConcurrency` (type: `integer`):

Maximum number of company pages to scrape in parallel. Lower values are safer against rate-limiting. Default is 3.

## `minDelayMs` (type: `integer`):

Minimum random delay in milliseconds between requests. Default is 1000ms.

## `maxDelayMs` (type: `integer`):

Maximum random delay in milliseconds between requests. Default is 3000ms.

## `includeCompanyPhotos` (type: `boolean`):

Enable (true) to scrape the full high-resolution company, workshop, factory, and certification photos gallery into 'companyPhotos'. Disable (false) for faster, lighter scraping without photo galleries.

## Actor input object example

```json
{
  "keywords": [
    "dc motor",
    "solar panel"
  ],
  "urls": [],
  "maxItems": 20,
  "maxConcurrency": 3,
  "minDelayMs": 1000,
  "maxDelayMs": 3000,
  "includeCompanyPhotos": true
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset table containing all scraped suppliers and company profiles with custom views and export options.

## `fullJson` (type: `string`):

Complete JSON array of all scraped suppliers stored in Key-Value store.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("codenest/made-in-china-supplier-company-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("codenest/made-in-china-supplier-company-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call codenest/made-in-china-supplier-company-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,codenest/made-in-china-supplier-company-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/s3IdDbLKZJbgzwMn2/builds/mStmkFsClFsn2qgwI/openapi.json
