# Find packaging suppliers by MOQ

**Use case:** 

Find Made-in-China paper packaging products that meet a minimum order quantity, with supplier details and structured export-ready results.

## Input

```json
{
  "query": "paper packaging",
  "startUrls": [
    {
      "url": "https://www.made-in-china.com/multi-search/electronics/F1/1.html"
    }
  ],
  "maxItems": 20,
  "maxPages": 2,
  "minMoq": 100,
  "includeDetails": false,
  "maxRuntimeSecs": 120,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product name",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "priceRaw": {
    "label": "Price raw",
    "format": "string"
  },
  "moqRaw": {
    "label": "MOQ raw",
    "format": "string"
  },
  "supplierName": {
    "label": "Supplier name",
    "format": "string"
  },
  "supplierLocation": {
    "label": "Supplier location",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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