# Hiring Signal Alerts for GTM

**Use case:** 

Turn hiring into a buying signal. Get a feed of which accounts started hiring, building new teams, or surging, ready for Slack or your CRM.

## Input

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

## Output

```json
{
  "entityRef": {
    "label": "Company",
    "format": "string"
  },
  "eventType": {
    "label": "Event",
    "format": "string"
  },
  "line": {
    "label": "Detail",
    "format": "string"
  },
  "eventImportance": {
    "label": "Importance",
    "format": "integer"
  },
  "severity": {
    "label": "Severity",
    "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.