# Find Global Sources Solar Panel Manufacturers

**Use case:** 

Find solar panel manufacturers on Global Sources and save up to 50 supplier records with company and product details.

## Input

```json
{
  "keywords": [
    "solar panels"
  ],
  "businessTypes": [
    "manufacturer"
  ],
  "supplierLocations": [
    "China",
    "Hong Kong SAR"
  ],
  "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.