WorkableJobs

Workable Jobs API

Sync permissioned jobs data with Workable through Apideck's unified API. One integration, instant access to the governed data your team needs.

Supported Operations for Workable Jobs

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

17 fields

Fields available for Workable Jobs

idtitlestatuscodeemployment_termsexperiencelocationremotedepartmentdescriptiondescription_htmlsalaryurllinksconfidential+2 more

API Model Preview

Sample response structure for jobs

{
  "id": "12345",
  "title": "Example Title",
  "status": "active",
  "code": "CODE-001",
  "employment_terms": "string",
  "experience": "string",
  "location": "string",
  "remote": "string",
  "department": "string",
  "description": "Example Description",
  "description_html": "Example Description Html",
  "salary": "string",
  "url": "https://example.com",
  "links": "https://example.com",
  "confidential": "12345",
  "tags": [
    {
      "id": "12345",
      "name": "Tag Name"
    }
  ],
  ...

Quick Start Example

Start syncing Workable jobs in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List jobs from Workable
const result = await apideck.ats.jobs.list({
  serviceId: 'workable'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified jobs data

Workable SDKs

Build Workable integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up