# Monitor competitor hiring for new roles

**Use case:** 

Watch rivals' job boards and surface only newly-posted roles each run. Competitive-intel feed; pair with a Schedule.

## Input

```json
{
  "companies": [
    "greenhouse:airbnb",
    "lever:netflix"
  ],
  "newWithinDays": 14,
  "maxRecords": 25,
  "monitorMode": true,
  "alertOnNewPosting": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "posted_date": {
    "label": "Posted",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Role",
    "format": "string"
  },
  "department": {
    "label": "Dept",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Job Posting Tracker — Hiring Intent Monitor & Alerts](https://apify.com/scrapersdelight/job-posting-intent-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/job-posting-intent-monitor) to learn more, explore other use cases, and run it yourself.