# SaaS Company Data Scraper from LinkedIn

**Use case:** 

Gather data from LinkedIn for Salesforce, HubSpot, Atlassian, and Stripe. Get firmographics, followers, and similar companies for lead generation.

## Input

```json
{
  "companies": [
    "salesforce",
    "hubspot",
    "atlassian",
    "stripe"
  ],
  "includeAffiliatedCompanies": false,
  "includeSimilarCompanies": true,
  "includePosts": false,
  "maxPosts": 10
}
```

## 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.