# Made-in-China.com Scraper 📦 $0.9/1k (`123webdata/made-in-china-scraper`) Actor

$0.9/1k 💰 | Fast ⚡️ | Quick Support 🚀 | Scrape Made-in-China.com search and product pages; get prices and availability, supplier details, product specifications, and full-size product images and descriptions. Export JSON or CSV for wholesale sourcing and market research.

- **URL**: https://apify.com/123webdata/made-in-china-scraper.md
- **Developed by:** [123 Webdata](https://apify.com/123webdata) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.80 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
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?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Made-in-China Scraper

Collect structured wholesale product and supplier data from Made-in-China.com product and result URLs.

### Issues and feature requests

If you encounter an issue or need a field added, open an issue on the Actor page or write to hello@123webdata.com.

### Output Example (simplified)

The overview shows the most useful fields in a table. Product images are displayed as thumbnails when the website provides them.

| Image | Product URL | Product ID | Product name | Current price | Maximum price | Minimum order | Order unit | Currency | In stock | Brand | Seller | Scraped at |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| <img src="https://image.made-in-china.com/2f0j00NGykrKethRzh/Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.webp" style="max-width: 100px; max-height: 100px; object-fit: contain;"> | https://zzlyags.en.made-in-china.com/product/ymoYnjIHJEUM/China-Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.html | ymoYnjIHJEUM | Wet Cast Concrete Machinery Interlocking Tiles Artificial Stone Making Machine | 79800 | 250000 | 1 | set | USD | true | LYA | ZHENGZHOU LYA MACHINERY CO., LTD. | 2026-08-20T10:04:19.499Z |

### How to scrape supported list pages

This Actor accepts individual product links in `productUrls`. It accepts category pages, search result pages, and filtered result pages in `categoryUrls`.

1. Open a supported list page in your browser.
2. Choose a category, run a search, and apply the filters you need.
3. Copy the final URL from the address bar and paste it into `categoryUrls`.

The Actor follows the products shown on that page.

### Features

- Scrapes detailed wholesale product and supplier information from Made-in-China.com product pages
- Accepts individual product URLs and category pages, search result pages, and filtered result pages
- Lets you limit the number of saved products and choose whether to continue through additional result pages
- Returns structured prices and availability, supplier details, product specifications, and full-size product images and descriptions for viewing, export, and analysis

### Pricing

This Actor uses pay-per-event pricing. Its running costs are included.

- **Actor start:** $0.02 once per run — One fixed charge for starting a run.
- **Result:** $0.00089 each ($0.89 per 1,000) — A product record collected directly from a supported list page.
- **Product detail:** $0.00199 each ($1.99 per 1,000) — A full product record collected from its product page.

The start charge applies once per run. Each saved product is charged either as a Result or a Product detail, never both.

| Results in one run | Result | Product detail |
| ---: | ---: | ---: |
| 100 | $0.11 | $0.22 |
| 1,000 | $0.91 | $2.01 |

[Apify's Free plan](https://apify.com/pricing) currently includes $5 in monthly usage credits. If the full $5 is available for this Actor, one run covers about 5,595 Results or 2,502 Product details. Other Apify usage reduces the available credit.

### Input

The Actor accepts the following input parameters:

| Field | Type | Description |
| --- | --- | --- |
| `productUrls` | array | Product URLs to scrape |
| `categoryUrls` | array | Supported list pages: category pages, search result pages, and filtered result pages |
| `maxResultsPerScrape` | integer | Maximum number of product records to save |
| `usePagination` | boolean | Whether to continue through additional result pages |
| `scrapeProductDetails` | boolean | Enabled returns Product detail records with the product-page fields listed below. Disabled returns Result records with the list-level fields. |

### What data you get in each mode

Every saved product is stored as one record. `scrapeProductDetails` decides which mode you receive; the lists below name every field each mode can return. A field is empty when the website does not show that information.

#### Result

A list-level product record with 15 declared fields:

`url`, `product_id`, `name`, `price`, `max_price`, `minimum_order_quantity`, `minimum_order_unit`, `currency`, `main_image`, `images`, `attributes`, `seller_name`, `seller_url`, `canonical_url`, `scraped_at`

#### Product detail

A full product record with 29 declared fields:

`url`, `product_id`, `name`, `price`, `max_price`, `minimum_order_quantity`, `minimum_order_unit`, `currency`, `in_stock`, `sku`, `mpn`, `brand`, `category`, `breadcrumbs`, `breadcrumb_urls`, `main_image`, `images`, `description`, `description_html`, `color`, `material`, `attributes`, `seller_name`, `seller_url`, `seller_contact_name`, `seller_contact_role`, `seller_address`, `canonical_url`, `scraped_at`

### Output Example (full)

The Actor stores one structured record per product. Card-only records contain only fields available on the list; detail-only fields are omitted.

```json
{
  "url": "https://zzlyags.en.made-in-china.com/product/ymoYnjIHJEUM/China-Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.html",
  "product_id": "ymoYnjIHJEUM",
  "name": "Wet Cast Concrete Machinery Interlocking Tiles Artificial Stone Making Machine",
  "price": 79800,
  "max_price": 250000,
  "minimum_order_quantity": 1,
  "minimum_order_unit": "set",
  "currency": "USD",
  "in_stock": true,
  "sku": "2006406882",
  "mpn": "MIC-2006406882",
  "brand": "LYA",
  "category": null,
  "breadcrumbs": [
    "Home",
    "Manufacturing & Processing Machinery",
    "Engineering & Construction Machinery",
    "Concrete Machinery"
  ],
  "breadcrumb_urls": [
    "https://www.made-in-china.com/",
    "https://www.made-in-china.com/products/catlist/listsubcat/132/00/mic/Machinery.html",
    "https://www.made-in-china.com/Manufacturing-Processing-Machinery-Catalog/Engineering-Construction-Machinery.html",
    "https://www.made-in-china.com/Manufacturing-Processing-Machinery-Catalog/Concrete-Machinery.html"
  ],
  "main_image": "https://image.made-in-china.com/2f0j00NGykrKethRzh/Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.webp",
  "images": [
    "https://image.made-in-china.com/2f0j00NGykrKethRzh/Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.webp",
    "https://image.made-in-china.com/2f0j00yGncrmCKLfpV/Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.webp",
    "https://image.made-in-china.com/2f0j00JRnorUvZCGpl/Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.webp",
    "https://image.made-in-china.com/2f0j00JfybuPCqCYpi/Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.webp",
    "https://image.made-in-china.com/2f0j00dUNcroeGhfuV/Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.webp",
    "https://image.made-in-china.com/2f0j00JRyqrZvdlfuW/Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.webp"
  ],
  "description": "Concrete dosing system artificial stone production line,adopt technoligly of automatic color pating,concrete adding ,vibrating and tranporting.\nIt largely reduce the manpower used and imporve the efficiency.\nAdditionally,we install 12 pieces airbrush inside machine,and can spray 4 colors at one time.\nIt keep spraying during the silicon moulds moving on the convey belt,thus the final stone will have a gradually varied color.\nThe stone will own a unique color which will be more popular in the market.Fix the accurate concrete feeding by a pneumatic controller.Is designed for concrete pavers making through plastic rubber molds\nConcrete dosing\nsystem\nName | Model | Power(kw) | Size(mm) | Capacity(m2/day) | Note\nConcrete dosing system | LYA-A-01 | 36 | 8000*1100*1800 | 600-800 | Auto concrete feeding;Auto vibration;pneumatic quantitative control;Auto belt transporting",
  "description_html": "<h2>Product Description</h2><p>Concrete dosing system artificial stone production line,adopt technoligly of automatic color pating,concrete adding ,vibrating and tranporting.</p><p>It largely reduce the manpower used and imporve the efficiency.</p><p>Additionally,we install 12 pieces airbrush inside machine,and can spray 4 colors at one time.</p><p>It keep spraying during the silicon moulds moving on the convey belt,thus the final stone will have a gradually varied color.</p><p>The stone will own a unique color which will be more popular in the market.Fix the accurate concrete feeding by a pneumatic controller.Is designed for concrete pavers making through plastic rubber molds</p><p>Concrete dosing</p><p>system</p><p>Name | Model | Power(kw) | Size(mm) | Capacity(m2/day) | Note</p><p>Concrete dosing system | LYA-A-01 | 36 | 8000*1100*1800 | 600-800 | Auto concrete feeding;Auto vibration;pneumatic quantitative control;Auto belt transporting</p>",
  "color": "as Your Request",
  "material": "Clay/Cement/Stone Powder",
  "attributes": {
    "Model NO.": "Wet casting system",
    "Type": "Full Auto Wet Casting System",
    "Shotcrete Type": "Wet",
    "Productivity": "120m²/h",
    "Feeding Height": "1400mm",
    "Certification": "CE, SGS",
    "Condition": "New",
    "Color": "as Your Request",
    "Delivery Date": "15-20 Days After Received Your Deposit",
    "Materials": "Clay/Cement/Stone Powder",
    "Working Staff": "1-2 Person",
    "Voltage": "No Need Electricity",
    "Moiding Cycle": "25-30s",
    "Transport Package": "Plywood",
    "Specification": "1550*650*1300mm",
    "Trademark": "LYA",
    "Origin": "Henan, China",
    "HS Code": "8474809090",
    "Production Capacity": "1500-2000 PCS/Day",
    "Package Size": "10000.00cm * 2000.00cm * 2000.00cm",
    "Package Gross Weight": "1200.000kg"
  },
  "seller_name": "ZHENGZHOU LYA MACHINERY CO., LTD.",
  "seller_url": "https://zzlyags.en.made-in-china.com/",
  "seller_contact_name": "Mr. Harvey",
  "seller_contact_role": "Manager",
  "seller_address": "Room 198, Floor 17th, Shenglongyouyicheng Building a, Kexue Rd & Changchun Rd, Gaoxin District, Zhengzhou, Henan, China",
  "canonical_url": "https://zzlyags.en.made-in-china.com/product/ymoYnjIHJEUM/China-Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.html",
  "scraped_at": "2026-08-20T10:04:19.499Z"
}
```

### Use Cases

- Compare wholesale product prices and specifications
- Research suppliers and product catalogs
- Build structured sourcing and market datasets

### Integrate with AI and automation

#### Use with AI through MCP

Connect your AI assistant to the [Apify MCP server](https://docs.apify.com/integrations/mcp). It can discover and run Actors, then access the results in the same conversation. For example, ask your assistant to scrape a list of products from Made-in-China.com, compare prices, or summarize the collected data.

#### Run on a schedule

After one successful run, use [Apify Schedules](https://docs.apify.com/actors/running/schedules) to repeat the same task hourly, daily, weekly, or with a custom cron schedule. Saved tasks are useful when you want to keep the same URLs and settings for every run.

#### Connect with n8n

[Create an n8n account](https://n8n.partnerlinks.io/ezvl1qy3f990) and add the verified Apify node to a workflow. Choose **Run an Actor and Get Dataset** when the workflow should start this Actor, wait for completion, and receive the product rows for the next node. See the [Apify integration for n8n](https://n8n.io/integrations/apify/).

#### Connect with Make

[Create a Make account](https://www.make.com/en/register?pc=vasarmilan) and add the Apify **Run an Actor** module. Follow it with **Get Dataset Items** to pass the product rows to Google Sheets, a database, email, or another Make module. For longer runs, use **Watch Actor Runs** followed by **Get Dataset Items**.

[Read the Make integration guide](https://docs.apify.com/integrations/make).

# Actor input Schema

## `productUrls` (type: `array`):

Product URLs on Made-in-China.com.

## `categoryUrls` (type: `array`):

Category URLs on Made-in-China.com.

## `maxResultsPerScrape` (type: `integer`):

Maximum number of product records to save.

## `usePagination` (type: `boolean`):

Enqueue the bounded pagination lookahead exposed by this actor.

## `scrapeProductDetails` (type: `boolean`):

Enabled returns Product detail records with the product-page fields listed in the README. Disabled returns Result records with the list-level fields.

## Actor input object example

```json
{
  "productUrls": [
    "https://zzlyags.en.made-in-china.com/product/ymoYnjIHJEUM/China-Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.html"
  ],
  "categoryUrls": [
    "https://www.made-in-china.com/products-search/hot-china-products/Machinery.html"
  ],
  "maxResultsPerScrape": 20,
  "usePagination": true,
  "scrapeProductDetails": true
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# 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 = {
    "productUrls": [
        "https://zzlyags.en.made-in-china.com/product/ymoYnjIHJEUM/China-Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.html"
    ],
    "categoryUrls": [
        "https://www.made-in-china.com/products-search/hot-china-products/Machinery.html"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("123webdata/made-in-china-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 = {
    "productUrls": ["https://zzlyags.en.made-in-china.com/product/ymoYnjIHJEUM/China-Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.html"],
    "categoryUrls": ["https://www.made-in-china.com/products-search/hot-china-products/Machinery.html"],
}

# Run the Actor and wait for it to finish
run = client.actor("123webdata/made-in-china-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 '{
  "productUrls": [
    "https://zzlyags.en.made-in-china.com/product/ymoYnjIHJEUM/China-Wet-Cast-Concrete-Machinery-Interlocking-Tiles-Artificial-Stone-Making-Machine.html"
  ],
  "categoryUrls": [
    "https://www.made-in-china.com/products-search/hot-china-products/Machinery.html"
  ]
}' |
apify call 123webdata/made-in-china-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,123webdata/made-in-china-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/hgYXr8gvhyblhNxol/builds/Lv5uIXjEmeBVuuvcg/openapi.json
