# Made-in-China LED Light Supplier Scraper

**Use case:** 

Scrape Made-in-China.com LED light manufacturers and suppliers with company names, business types, locations, products, and badges.

## Input

```json
{
  "searchKeywords": [
    "led light"
  ],
  "maxResultsPerKeyword": 10,
  "fetchDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 5
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyId": {
    "label": "Company ID",
    "format": "text"
  },
  "searchKeyword": {
    "label": "Search Keyword",
    "format": "text"
  },
  "businessType": {
    "label": "Business Type",
    "format": "text"
  },
  "mainProducts": {
    "label": "Main Products",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "isAudited": {
    "label": "Audited",
    "format": "text"
  },
  "memberType": {
    "label": "Member Type",
    "format": "text"
  },
  "memberSince": {
    "label": "Member Since",
    "format": "text"
  },
  "capabilities": {
    "label": "Capabilities",
    "format": "text"
  },
  "starRating": {
    "label": "Star Rating",
    "format": "text"
  },
  "fullAddress": {
    "label": "Full Address",
    "format": "text"
  },
  "yearEstablished": {
    "label": "Year Established",
    "format": "text"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "text"
  },
  "annualRevenue": {
    "label": "Annual Revenue",
    "format": "text"
  },
  "exportPercentage": {
    "label": "Export %",
    "format": "text"
  },
  "certifications": {
    "label": "Certifications",
    "format": "text"
  },
  "telephone": {
    "label": "Telephone",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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