# Gaming Studios: Which One Is Actually Expanding?

**Use case:** 

Identify game studios increasing development staff footprint to target accounts with active game production budgets today.

## Input

```json
{
  "companies": [
    "epic-games",
    "unity-technologies",
    "roblox"
  ],
  "requestsPerMinute": 60,
  "maxUnits": 50
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "companySlug": {
    "label": "Company Slug",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "followerCount": {
    "label": "Follower Count",
    "format": "integer"
  },
  "employeeCount": {
    "label": "Employee Count",
    "format": "integer"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "headquarters": {
    "label": "Headquarters Location",
    "format": "string"
  },
  "website": {
    "label": "Company Website",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped Timestamp",
    "format": "string"
  }
}
```

## About this Actor

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