# Monitor developer tools startup jobs

**Use case:** 

Collect open roles from developer tools companies with normalized titles, departments, remote status, technologies, and application URLs.

## Input

```json
{
  "targets": [
    {
      "ats": "greenhouse",
      "slug": "stripe"
    },
    {
      "ats": "lever",
      "slug": "mistral"
    },
    {
      "ats": "ashby",
      "slug": "notion"
    }
  ],
  "presetLists": [
    "devtools"
  ],
  "keywords": [
    "engineer",
    "developer relations",
    "devrel",
    "platform",
    "infrastructure",
    "product"
  ],
  "excludeKeywords": [
    "intern"
  ],
  "locations": [
    "remote",
    "united states",
    "europe"
  ],
  "maxJobsPerTarget": 100,
  "includeDescriptions": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job Title",
    "format": "string"
  },
  "atsBoard": {
    "label": "ATS Board",
    "format": "string"
  },
  "source": {
    "label": "Source ATS",
    "format": "string"
  },
  "locationText": {
    "label": "Location",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote Type",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "roleCategory": {
    "label": "Role Category",
    "format": "string"
  },
  "technologies": {
    "label": "Technologies",
    "format": "array"
  },
  "isNew": {
    "label": "Is New",
    "format": "boolean"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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