# Find companies hiring engineers for sales outreach

**Use case:** 

Scan company job boards for open engineering roles and get a fresh lead list of who is actively hiring, updated daily with delta tracking.

## 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": [
    "engineer"
  ],
  "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.