# Engineering Hiring Signals from Job Postings

**Use case:** 

Track software engineering, platform, infrastructure, security, data, and machine learning hiring signals from public job boards with normalized job records.

## Input

```json
{
  "sourceUrls": [
    "https://jobs.ashbyhq.com/sentry",
    "https://boards.greenhouse.io/figma",
    "https://boards.greenhouse.io/gitlab",
    "https://boards.greenhouse.io/boxinc",
    "https://jobs.ashbyhq.com/writer",
    "https://jobs.ashbyhq.com/modal",
    "https://jobs.ashbyhq.com/openai"
  ],
  "maxJobs": 50,
  "roleKeywords": [
    "engineer",
    "software engineer",
    "security",
    "data",
    "infrastructure",
    "platform",
    "developer",
    "machine learning"
  ],
  "locations": [
    "United States",
    "Remote"
  ],
  "includeSourceDuplicates": true,
  "requireLocation": false,
  "requireSalary": false,
  "requireRoleKeywordMatch": true,
  "minConfidence": 0.65
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "normalizedTitle": {
    "label": "Role",
    "format": "string"
  },
  "function": {
    "label": "Function",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote type",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary",
    "format": "string"
  },
  "roleKeywordsText": {
    "label": "Role keywords",
    "format": "string"
  },
  "sourceUrlsText": {
    "label": "Source URLs",
    "format": "string"
  },
  "duplicateCount": {
    "label": "Sources",
    "format": "integer"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Deduped Job Intelligence for AI Agents](https://apify.com/deepapi/job-intelligence-deduper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/deepapi/job-intelligence-deduper) to learn more, explore other use cases, and run it yourself.