# Get full job descriptions from ATS job boards

**Use case:** 

Scrape complete HTML job descriptions from Greenhouse, Lever, Ashby, Recruitee and Personio boards for a list of companies.

## Input

```json
{
  "companies": [
    "anthropic",
    "linear",
    "recruitee:bunq"
  ],
  "onlyNewJobs": false,
  "maxJobsPerCompany": 25,
  "includeDescription": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "company": {
    "label": "Company"
  },
  "ats": {
    "label": "ATS"
  },
  "title": {
    "label": "Job title"
  },
  "department": {
    "label": "Department"
  },
  "team": {
    "label": "Team"
  },
  "location": {
    "label": "Location"
  },
  "isRemote": {
    "label": "Remote"
  },
  "employmentType": {
    "label": "Type"
  },
  "postedAt": {
    "label": "Posted"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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