# Sales Hiring Signals from Job Postings

**Use case:** 

Find account executive, customer success, sales engineer, partnerships, and business development hiring signals from public job boards.

## Input

```json
{
  "sourceUrls": [
    "https://jobs.ashbyhq.com/ramp",
    "https://jobs.ashbyhq.com/notion",
    "https://jobs.ashbyhq.com/chalk",
    "https://jobs.ashbyhq.com/baseten",
    "https://jobs.ashbyhq.com/linear",
    "https://jobs.ashbyhq.com/supabase"
  ],
  "maxJobs": 50,
  "roleKeywords": [
    "account executive",
    "customer success",
    "sales engineer",
    "solutions engineer",
    "sales",
    "partnerships",
    "business development"
  ],
  "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.