# Find Companies Over 1,000 Employees

**Use case:** 

Find large enterprises with over 1,000 employees on LinkedIn, with industry, exact employee count, followers, website, HQ and specialties as B2B leads.

## Input

```json
{
  "companies": [
    "microsoft",
    "oracle",
    "sap",
    "salesforce",
    "ibm"
  ],
  "maxResults": 100,
  "includeLatestPost": true,
  "deduplicateCompanies": true,
  "withWebsiteOnly": false,
  "minEmployees": 1000,
  "minFollowers": 0,
  "monitorMode": false,
  "monitorStoreName": "linkedin-company-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "companySize": {
    "label": "Size",
    "format": "text"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "number"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "companyType": {
    "label": "Type",
    "format": "text"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "number"
  },
  "specialties": {
    "label": "Specialties",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "universalName": {
    "label": "Slug",
    "format": "text"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  }
}
```

## About this Actor

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