# Software Developer Jobs from Workable Boards

**Use case:** 

Scrape software developer job listings from Workable careers boards. Get titles, departments, locations and application links.

## Input

```json
{
  "maxItems": 40,
  "withDetails": true,
  "accounts": [
    "careers"
  ],
  "searchQuery": "developer",
  "employmentType": "",
  "remoteOnly": false,
  "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.