# 🎯 Lever Scraper — Jobs, Teams & Apply Links

**Use case:** 

No-code, cheap Lever API. Scrape Lever jobs data: job title, department, team, location, commitment, workplace type, level, apply link — cheapest per item.

## Input

```json
{
  "companies": [
    "spotify"
  ],
  "includeContent": true,
  "maxJobsPerCompany": 0
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "jobId": {
    "label": "Job Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "allLocations": {
    "label": "All Locations",
    "format": "text"
  },
  "commitment": {
    "label": "Commitment",
    "format": "text"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace Type",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "date"
  },
  "applyUrl": {
    "label": "Apply Url",
    "format": "link"
  },
  "hostedUrl": {
    "label": "Hosted Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "descriptionHtml": {
    "label": "Description Html",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Lever Job Board Scraper — All Company Jobs](https://apify.com/hipersoft/lever-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hipersoft/lever-scraper) to learn more, explore other use cases, and run it yourself.