# Find Remote Jobs at Included Health

**Use case:** 

Find current remote jobs at Included Health with titles, departments, locations, employment types, and direct Lever application URLs.

## Input

```json
{
  "companies": [
    "includedhealth"
  ],
  "keywords": [],
  "location": "",
  "remoteOnly": true,
  "maxResults": 3,
  "includeDescription": false
}
```

## Output

```json
{
  "job_title": {
    "label": "Job Title",
    "format": "text"
  },
  "company_name": {
    "label": "Company Name",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "employment_type": {
    "label": "Employment Type",
    "format": "text"
  },
  "apply_url": {
    "label": "Apply URL",
    "format": "link"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [💼 Lever Jobs Scraper - OpenAI, Anthropic & 25+ Firms](https://apify.com/benthepythondev/lever-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/lever-jobs-scraper) to learn more, explore other use cases, and run it yourself.