# Find LED suppliers on Made-in-China

**Use case:** 

Find Made-in-China LED products and supplier leads with prices, MOQs, company details, and export-ready structured data.

## Input

```json
{
  "query": "LED suppliers",
  "startUrls": [
    {
      "url": "https://www.made-in-china.com/multi-search/electronics/F1/1.html"
    }
  ],
  "maxItems": 20,
  "maxPages": 2,
  "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.