# Netflix Engineering Jobs Data from Lever ATS

**Use case:** 

Gather detailed job postings for Engineering roles at Netflix. Access salary data, workplace type, and full descriptions from Lever ATS.

## Input

```json
{
  "mode": "jobs",
  "sites": [
    "netflix"
  ],
  "instance": "global",
  "jobIds": [],
  "team": [
    "Engineering"
  ],
  "department": [],
  "location": [],
  "commitment": [
    "Full Time"
  ],
  "level": [],
  "limit": 0,
  "skip": 0,
  "group": "none",
  "filterTitleKeywords": [],
  "filterWorkplaceTypes": [],
  "filterCountries": [],
  "filterSalaryMin": 0,
  "maxResultsPerSite": 0,
  "maxResults": 1000,
  "concurrency": 5
}
```

## Output

```json
{
  "site": {
    "label": "Site"
  },
  "title": {
    "label": "Title"
  },
  "team": {
    "label": "Team"
  },
  "department": {
    "label": "Dept"
  },
  "location": {
    "label": "Location"
  },
  "workplaceType": {
    "label": "Workplace"
  },
  "country": {
    "label": "Country"
  },
  "commitment": {
    "label": "Type"
  },
  "salaryMin": {
    "label": "Min $"
  },
  "salaryMax": {
    "label": "Max $"
  },
  "salaryCurrency": {
    "label": "Cur"
  },
  "createdAtIso": {
    "label": "Created"
  },
  "hostedUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Lever ATS Jobs Scraper – Scrape Lever.co](https://apify.com/logiover/lever-postings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/lever-postings-scraper) to learn more, explore other use cases, and run it yourself.