# Is This Company Growing Before You Invest?

**Use case:** 

Validate employee growth trends over time to verify true commercial scaling before signing investment partnership terms.

## Input

```json
{
  "companies": [
    "figma",
    "notionhq",
    "airtable"
  ],
  "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.