# Software Developer Jobs in Chicago on Lever

**Use case:** 

Collect software developer job postings in Chicago from Lever companies with application links.

## Input

```json
{
  "maxJobs": 10,
  "companies": [
    "palantir"
  ],
  "searchQuery": "software developer",
  "location": "Chicago",
  "department": "Engineering",
  "commitment": "Full-time",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "allLocations": {
    "label": "All Locations",
    "format": "array"
  },
  "commitment": {
    "label": "Commitment",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "createdAt": {
    "label": "Posted",
    "format": "date"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Salary Currency",
    "format": "text"
  },
  "salaryInterval": {
    "label": "Salary Interval",
    "format": "text"
  },
  "salaryDescription": {
    "label": "Salary Description",
    "format": "text"
  },
  "openingPlain": {
    "label": "Opening",
    "format": "text"
  },
  "descriptionPlain": {
    "label": "Description",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Lever Job Postings & Careers Scraper](https://apify.com/scrapers_lat/lever-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/lever-jobs-scraper) to learn more, explore other use cases, and run it yourself.