Sync permissioned offers data with Tellent Recruitee through Apideck's unified API. One integration, instant access to the governed data your team needs.
In Apideck, this resource is called Jobs (API: jobs)
List, Get operations available through our unified API
Fields available for Tellent Recruitee Offers
idslugtitlesequencestatuslanguageemployment_termslocationremotedepartmentrecruitershiring_managersfollowersdescriptiondescription_html+10 moreSample response structure for offers
{
"id": "12345",
"slug": "string",
"title": "Example Title",
"sequence": "string",
"status": "active",
"language": "string",
"employment_terms": "string",
"location": "string",
"remote": "string",
"department": "string",
"recruiters": "string",
"hiring_managers": "string",
"followers": "string",
"description": "Example Description",
"description_html": "Example Description Html",
"salary": "string",
"url": "https://example.com",
"job_portal_url": "https://exam
...Start syncing Tellent Recruitee offers 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 offers from Tellent Recruitee
const result = await apideck.ats.jobs.list({
serviceId: 'recruitee'
})
for await (const page of result) {
console.log(page)
}
// Returns unified offers dataExplore more Tellent Recruiteeresources available through Apideck's unified API
We 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 Tellent Recruitee integrations in your favorite language with our official SDKs.
Hosted MCP server that gives AI agents secure access to 200+ apps across every Unified API.
Query 200+ SaaS APIs from your terminal or any agent runtime that can execute a shell command.
Build Tellent Recruitee integrations with the official Node.js SDK.
Build Tellent Recruitee integrations with the official TypeScript SDK.
Build Tellent Recruitee integrations with the official PHP SDK.
Build Tellent Recruitee integrations with the official .NET.
Build Tellent Recruitee integrations with the official Python SDK.
Build Tellent Recruitee integrations with the official Java SDK.
Build Tellent Recruitee integrations with the official Go SDK.