# Sales & BizDev Job Listings from Lever

**Use case:** 

Collects job postings for Sales and Business Development roles from Lever boards like Gong, Outreach, and SalesLoft. Returns detailed job data and salary

## Input

```json
{
  "mode": "jobs",
  "sites": [
    "gong",
    "outreach",
    "salesloft"
  ],
  "instance": "global",
  "jobIds": [],
  "team": [
    "Sales",
    "Business Development"
  ],
  "department": [],
  "location": [],
  "commitment": [],
  "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.