# Did That Series B Turn Into Real Headcount?

**Use case:** 

Confirm if recent funding rounds translate into active team expansion before committing partner resources to a prospect.

## Input

```json
{
  "companies": [
    "elevenlabs",
    "mistral-ai",
    "cognition-labs"
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "companySlug": {
    "label": "companySlug",
    "format": "string"
  },
  "companyName": {
    "label": "companyName",
    "format": "string"
  },
  "employeeCount": {
    "label": "employeeCount",
    "format": "integer"
  },
  "employeeCountText": {
    "label": "employeeCountText",
    "format": "string"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Headcount - Who Is Growing, Who Is Shrinking](https://apify.com/reapx/linkedin-company-headcount-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/linkedin-company-headcount-monitor) to learn more, explore other use cases, and run it yourself.