# Workable Jobs Scraper – Export Company Jobs

**Use case:** 

Scrape every open position from any company's Workable board (title, location, department, full description, apply URL) to JSON/CSV. No start fee.

## Input

```json
{
  "companies": [
    "pearltalent",
    "walletconnect"
  ],
  "includeDescription": true,
  "maxJobsPerCompany": 25
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "team": {
    "label": "Function",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workplaceType": {
    "label": "Workplace",
    "format": "text"
  },
  "commitment": {
    "label": "Type",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  }
}
```

## About this Actor

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