# Gaming Studios: Hiring Spree Or Layoffs?

**Use case:** 

Track headcount shifts across game developers to catch hiring ramps before major studio production cycles begin production.

## Input

```json
{
  "companies": [
    "epic-games",
    "riot-games",
    "roblox"
  ],
  "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.