# Top Climate & Clean Energy LinkedIn Firms Monitor

**Use case:** 

Access firmographics for leading climate and clean energy companies. Get data on headcount, industry, headquarters, and more.

## Input

```json
{
  "companies": [
    "vestas",
    "orsted",
    "nextera-energy",
    "first-solar",
    "enphase-energy",
    "sunrun",
    "bloom-energy",
    "plug-power"
  ],
  "includeRecentPosts": false,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "integer"
  },
  "companySizeRange": {
    "label": "Size range",
    "format": "string"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "linkedinUrl": {
    "label": "LinkedIn URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Scraper - No Login, No Cookies](https://apify.com/logiover/linkedin-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/linkedin-company-scraper) to learn more, explore other use cases, and run it yourself.