# LED Street Light Supplier Data Extraction

**Use case:** 

Extract information on LED street light suppliers from Made-in-China. Get details on company contacts, prices, and minimum order quantities.

## Input

```json
{
  "queries": [
    "led street light"
  ],
  "maxItemsPerQuery": 60,
  "onlyAuditedSuppliers": false,
  "onlyDiamondMembers": false,
  "onlyManufacturers": false,
  "supportsSample": false,
  "scrapeProductDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "priceText": {
    "label": "FOB Price",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "text"
  },
  "companyName": {
    "label": "Supplier",
    "format": "text"
  },
  "memberType": {
    "label": "Member",
    "format": "text"
  },
  "isAuditedSupplier": {
    "label": "Audited",
    "format": "boolean"
  },
  "providesOem": {
    "label": "OEM",
    "format": "boolean"
  },
  "supportsSample": {
    "label": "Sample",
    "format": "boolean"
  },
  "supplierUrl": {
    "label": "Supplier URL",
    "format": "link"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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