# Search Global Sources Suppliers in China

**Use case:** 

Find LED light suppliers in China on Global Sources and save up to 50 supplier records for research.

## Input

```json
{
  "keywords": [
    "LED lights"
  ],
  "businessTypes": [
    "manufacturer",
    "exporter"
  ],
  "supplierLocations": [
    "China"
  ],
  "maxItems": 50
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "verificationLevel": {
    "label": "Verification level",
    "format": "string"
  },
  "platformTenure": {
    "label": "Platform tenure",
    "format": "string"
  },
  "isVerifiedManufacturer": {
    "label": "Verified manufacturer",
    "format": "boolean"
  },
  "isVerifiedSupplier": {
    "label": "Verified supplier",
    "format": "boolean"
  },
  "businessTypes": {
    "label": "Business types",
    "format": "array"
  },
  "representativeProducts": {
    "label": "Representative products",
    "format": "array"
  },
  "keyword": {
    "label": "Product keyword",
    "format": "string"
  },
  "extractedAt": {
    "label": "Extraction time",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GlobalSources Supplier Scraper](https://apify.com/maximedupre/globalsources-supplier-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/globalsources-supplier-scraper) to learn more, explore other use cases, and run it yourself.