TeamtailorJobs

Teamtailor Jobs API

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

Supported Operations for Teamtailor Jobs

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

20 fields

Fields available for Teamtailor Jobs

idtitlestatusemployment_termslocationremoterequisition_iddepartmentrecruitersdescriptiondescription_htmlclosing_datesalaryurllinks+5 more

API Model Preview

Sample response structure for jobs

{
  "id": "12345",
  "title": "Example Title",
  "status": "active",
  "employment_terms": "string",
  "location": "string",
  "remote": "string",
  "requisition_id": "12345",
  "department": "string",
  "recruiters": "string",
  "description": "Example Description",
  "description_html": "Example Description Html",
  "closing_date": "2024-01-15",
  "salary": "string",
  "url": "https://example.com",
  "links": "https://example.com",
  "tags": [
    {
      "id": "12345",
      "name": "Tag Name
  ...

Quick Start Example

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

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

Teamtailor SDKs

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

Launch accounting integrations in weeks, not months

Sign Up