# Scrape All Jobs from a Lever Careers Page

**Use case:** 

Scrape every open job from any Lever careers page — job title, location, department, full description, salary range and direct apply link. No login needed.

## Input

```json
{
  "companies": [
    "lever:palantir"
  ],
  "searchTerms": [],
  "locationFilters": [],
  "includeDescription": true,
  "includeCompensation": true,
  "includeRawData": false,
  "maxItemsPerCompany": 0,
  "maxItems": 0,
  "onlyNewItems": false,
  "dedupStoreName": "ats-jobs-state",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "ats": {
    "label": "ATS",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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