# Skill Demand Tracker for Tech Hiring

**Use case:** 

Track demand for any tech skill from public LinkedIn jobs: who's hiring for it, how it's trending, and the standout hirers.

## Input

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

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Role",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "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.