# Made-in-China Industrial Machinery Scraper

**Use case:** 

Scrape industrial machinery listings from Made-in-China.com with pricing, MOQ, supplier profiles, certifications, and technical specs. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "searchQuery": "industrial machinery"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Product Image",
    "format": "image"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Product Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "moq": {
    "label": "MOQ",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "supplierName": {
    "label": "Supplier Name",
    "format": "text"
  },
  "supplierLocation": {
    "label": "Supplier Location",
    "format": "text"
  },
  "supplierUrl": {
    "label": "Supplier URL",
    "format": "link"
  },
  "certifications": {
    "label": "Certifications",
    "format": "array"
  },
  "productProperties": {
    "label": "Product Properties",
    "format": "object"
  },
  "imageGallery": {
    "label": "Image Gallery",
    "format": "array"
  },
  "others": {
    "label": "Additional Info",
    "format": "object"
  },
  "companyInfo": {
    "label": "Company Info",
    "format": "object"
  },
  "scrapedTimestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Made In China Scraper](https://apify.com/parseforge/made-in-china-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/made-in-china-scraper) to learn more, explore other use cases, and run it yourself.