Sync permissioned jobs data with Teamtailor through Apideck's unified API. One integration, instant access to the governed data your team needs.
List, Get operations available through our unified API
Fields available for Teamtailor Jobs
idtitlestatusemployment_termslocationremoterequisition_iddepartmentrecruitersdescriptiondescription_htmlclosing_datesalaryurllinks+5 moreSample 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
...Start syncing Teamtailor jobs in minutes
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 dataWe build and maintain connectors, so you don't have to. View our full list of ATS connectors.
Missing a connector? We're able to add new connectors.
Build Teamtailor integrations in your favorite language with our official SDKs.
Build Teamtailor integrations with the official Node.js SDK.
Build Teamtailor integrations with the official TypeScript SDK.
Build Teamtailor integrations with the official PHP SDK.
Build Teamtailor integrations with the official .NET.
Build Teamtailor integrations with the official Python SDK.
Build Teamtailor integrations with the official Java SDK.
Build Teamtailor integrations with the official Go SDK.