# Career Site Hiring Signal Monitor

**Use case:** 

Track public company job boards and turn new roles into structured hiring signals for sales, recruiting, investors, and market-intelligence workflows.

## Input

```json
{
  "companies": [
    {
      "name": "Stripe",
      "provider": "greenhouse",
      "slug": "stripe",
      "domain": "stripe.com"
    },
    {
      "name": "Netflix",
      "provider": "lever",
      "slug": "netflix",
      "domain": "netflix.com"
    }
  ],
  "keywords": [
    "sales",
    "operations",
    "property",
    "facilities",
    "finance",
    "growth",
    "marketing"
  ],
  "maxJobsPerCompany": 200,
  "minScore": 0,
  "enableDelta": true,
  "emitRemoved": true,
  "persistSnapshot": true
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "title": {
    "label": "Role",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted / updated",
    "format": "date"
  },
  "seniority": {
    "label": "Seniority",
    "format": "text"
  },
  "keywords_matched": {
    "label": "Keywords",
    "format": "array"
  },
  "hiring_signal_score": {
    "label": "Signal score",
    "format": "number"
  },
  "source_url": {
    "label": "Source URL",
    "format": "link"
  },
  "detected_at": {
    "label": "Detected at",
    "format": "date"
  },
  "change_status": {
    "label": "Change",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Career Site Hiring Signal Monitor](https://apify.com/signaltools/career-site-hiring-signal-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/signaltools/career-site-hiring-signal-monitor) to learn more, explore other use cases, and run it yourself.