# Daily LinkedIn Jobs Hiring Signal Monitor

**Use case:** 

Track new hiring signals from LinkedIn daily. Get key insights on job trends, including tech stacks and buyer intent for up to 25 job posts.

## Input

```json
{
  "searchKeywords": [
    "monitor new linkedin jobs hiring signal normalizer daily",
    "linkedin jobs hiring signal normalizer"
  ],
  "taskIntent": "monitor-new-signals",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://schema.org/JobPosting",
      "sourceId": "SCHEMA-ORG-JOBPOSTING",
      "userData": {
        "sourceId": "SCHEMA-ORG-JOBPOSTING"
      }
    }
  ],
  "maxItems": 25,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job Url",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "string"
  },
  "signals": {
    "label": "Signals",
    "format": "array"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Jobs Hiring Signal Normalizer](https://apify.com/zentrafoundry/linkedin-jobs-hiring-signal-normalizer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/linkedin-jobs-hiring-signal-normalizer) to learn more, explore other use cases, and run it yourself.