# Track Headcount Changes at Target Accounts (2026)

**Use case:** 

Pull LinkedIn employee lists per company: full name, headline, profile URL, current position, and source company. Track headcount velocity at target accounts, d

## Input

```json
{
  "queries": [
    "employees at Stripe"
  ],
  "mode": "basic",
  "jobTitle": "",
  "location": "",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "GOOGLE_SERP"
    ]
  }
}
```

## Output

```json
{
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "sourceCompany": {
    "label": "Company",
    "format": "text"
  },
  "url": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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