# Remote Jobs from a Workable Careers Board

**Use case:** 

Scrape remote job listings from a Workable careers board. Get job titles, departments, locations, employment types and apply links.

## Input

```json
{
  "maxItems": 40,
  "withDetails": true,
  "accounts": [
    "careers"
  ],
  "employmentType": "",
  "remoteOnly": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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