JobAdderJobs

JobAdder Jobs API

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

Supported Operations for JobAdder Jobs

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

20 fields

Fields available for JobAdder Jobs

idtitlestatuscodeemployment_termslocationdepartmentrecruitersdescriptiondescription_htmlclosing_datesalarytagsaddressescustom_fields+5 more

API Model Preview

Sample response structure for jobs

{
  "id": "12345",
  "title": "Example Title",
  "status": "active",
  "code": "CODE-001",
  "employment_terms": "string",
  "location": "string",
  "department": "string",
  "recruiters": "string",
  "description": "Example Description",
  "description_html": "Example Description Html",
  "closing_date": "2024-01-15",
  "salary": "string",
  "tags": [
    {
      "id": "12345",
      "name": "Tag Name"
    }
  ],
  "addresses": [
    {
      "id": "123",
      "type": "primary",
      "string":
  ...

Quick Start Example

Start syncing JobAdder 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 JobAdder
const result = await apideck.ats.jobs.list({
  serviceId: 'jobadder'
})

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

Other JobAdder Data You Can Sync

Explore more JobAdder resources available through Apideck's unified API

JobAdder SDKs

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

Launch accounting integrations in weeks, not months

Get started for free