# Track daily hiring signals across companies

**Use case:** 

Monitor Greenhouse, Lever, Ashby & SmartRecruiters daily. Get only new and updated postings, not a full re-scrape, so signals surface the day they post.

## Input

```json
{
  "companies": [
    {
      "ats": "greenhouse",
      "slug": "stripe",
      "name": "Stripe"
    },
    {
      "ats": "lever",
      "slug": "ro",
      "name": "Ro"
    },
    {
      "ats": "ashby",
      "slug": "ramp",
      "name": "Ramp"
    },
    {
      "ats": "smartrecruiters",
      "slug": "BoschGroup",
      "name": "Bosch"
    }
  ],
  "deltaMode": true,
  "includeDescription": false,
  "filterKeywords": [],
  "filterScope": "title"
}
```

## Output

```json
{
  "delta_status": {
    "label": "Delta"
  },
  "ats": {
    "label": "ATS"
  },
  "company": {
    "label": "Company"
  },
  "title": {
    "label": "Title"
  },
  "locations": {
    "label": "Locations"
  },
  "department": {
    "label": "Department"
  },
  "remote": {
    "label": "Remote"
  },
  "posted_at": {
    "label": "Posted"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi-ATS Jobs: Greenhouse, Lever, Ashby, SmartRecruiters](https://apify.com/shipsatnight/multi-ats-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shipsatnight/multi-ats-job-scraper) to learn more, explore other use cases, and run it yourself.