# Track Competitor Hiring on LinkedIn

**Use case:** 

Monitor competitor and account hiring. Each run shows what changed since the last: new roles, new functions, hiring surges and slowdowns.

## Input

```json
{
  "mode": "companies",
  "intent": "",
  "companies": [
    "Snowflake",
    "Databricks",
    "Confluent"
  ],
  "roles": [
    "data engineer"
  ],
  "market": [
    "Python"
  ],
  "location": "United States",
  "urls": [],
  "watchlistName": "competitors",
  "rankBy": "hiringMomentum",
  "outputProfile": "signals",
  "outputPack": "gtm",
  "enableHiringMemory": true,
  "alerts": {},
  "filters": {},
  "limits": {},
  "forceBrowser": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "attentionPriority": {
    "label": "Priority",
    "format": "string"
  },
  "recommendedAction": {
    "label": "Action",
    "format": "string"
  },
  "recordType": {
    "label": "Type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Scraper — Hiring Graph, Company Growth & Intent](https://apify.com/ryanclinton/linkedin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/linkedin-jobs-scraper) to learn more, explore other use cases, and run it yourself.