# Design Jobs

**Use case:** 

Collect a bounded sample of current public Lever job postings from active company boards for recruiting research and hiring-market monitoring.

## Input

```json
{
  "companySlugs": [
    "spotify",
    "netflix"
  ],
  "limit": 10,
  "departments": [],
  "locations": [],
  "teams": [],
  "workTypes": [],
  "includeDescriptionHtml": false
}
```

## Output

```json
{
  "companySlug": {
    "label": "Company slug",
    "format": "text"
  },
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "team": {
    "label": "Team",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workType": {
    "label": "Work type",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "hostedUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "createdAt": {
    "label": "Created at",
    "format": "date"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "descriptionPlain": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Lever Jobs Scraper for Hiring Signal Data](https://apify.com/fetch_cat/lever-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/lever-jobs-scraper) to learn more, explore other use cases, and run it yourself.