# Top SaaS Companies Data from LinkedIn

**Use case:** 

Retrieve firmographics for leading SaaS companies. Get details like employee counts, headquarters, industry, and social media followers.

## Input

```json
{
  "companies": [
    "https://www.linkedin.com/company/salesforce/",
    "https://www.linkedin.com/company/hubspot/",
    "https://www.linkedin.com/company/zendesk/"
  ],
  "includeRecentPosts": true,
  "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.