# LinkedIn Company Data Extractor for Microsoft and Stripe

**Use case:** 

Retrieve detailed company data including employee counts and firmographics from public LinkedIn pages for Microsoft and Stripe.

## Input

```json
{
  "companies": [
    "microsoft",
    "https://www.linkedin.com/company/stripe/"
  ],
  "maxResults": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "employeeCountFormatted": {
    "label": "Employees",
    "format": "text"
  },
  "companySizeBucket": {
    "label": "Size band",
    "format": "text"
  },
  "followersCompact": {
    "label": "Followers",
    "format": "text"
  },
  "addressLocality": {
    "label": "City",
    "format": "text"
  },
  "addressCountry": {
    "label": "Country",
    "format": "text"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  }
}
```

## About this Actor

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