# Competitor Company Data from LinkedIn

**Use case:** 

Gather firmographics, social engagement metrics, and recent posts from competitors like Tesla, Rivian, and Lucid Motors on LinkedIn.

## Input

```json
{
  "companies": [
    "tesla",
    "https://www.linkedin.com/company/rivian/",
    "https://www.linkedin.com/company/lucidmotors/"
  ],
  "includeAffiliatedCompanies": true,
  "includeSimilarCompanies": true,
  "includePosts": true,
  "maxPosts": 15
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "industry": {
    "label": "Industry"
  },
  "companySize": {
    "label": "Company size"
  },
  "followerCount": {
    "label": "Follower count"
  },
  "headquarters": {
    "label": "Headquarters"
  },
  "website": {
    "label": "Website"
  },
  "companyUrl": {
    "label": "Company url"
  }
}
```

## About this Actor

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