# Top Automotive & EV Companies Data from LinkedIn

**Use case:** 

Access firmographics for top automotive and EV companies. Get detailed insights including headcount, industry, and more.

## Input

```json
{
  "companies": [
    "tesla",
    "rivian",
    "lucid-motors",
    "bmw",
    "mercedes-benz",
    "volkswagen-group",
    "ford-motor-company",
    "stellantis"
  ],
  "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.