# Find backend engineering jobs on ATS pages

**Use case:** 

Search selected Greenhouse, Lever, and Ashby boards for backend and platform engineering roles and export clean job records.

## Input

```json
{
  "targets": [
    {
      "ats": "greenhouse",
      "slug": "stripe"
    },
    {
      "ats": "greenhouse",
      "slug": "datadog"
    },
    {
      "ats": "ashby",
      "slug": "sentry"
    },
    {
      "ats": "ashby",
      "slug": "openai"
    },
    {
      "ats": "ashby",
      "slug": "modal"
    }
  ],
  "presetLists": [],
  "keywords": [
    "backend",
    "platform",
    "infrastructure",
    "software engineer"
  ],
  "excludeKeywords": [
    "intern",
    "frontend",
    "mobile"
  ],
  "locations": [],
  "maxJobsPerTarget": 80,
  "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.