Sync permissioned postings data with Lever 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 Lever Postings
idtitlestatuslocationremoterequisition_iddepartmenthiring_managersfollowersdescriptiondescription_htmlblocksclosingclosing_htmlsalary+10 moreSample response structure for postings
{
"id": "12345",
"title": "Example Title",
"status": "active",
"location": "string",
"remote": "string",
"requisition_id": "12345",
"department": "string",
"hiring_managers": "string",
"followers": "string",
"description": "Example Description",
"description_html": "Example Description Html",
"blocks": "string",
"closing": "string",
"closing_html": "string",
"salary": "string",
"url": "https://example.com",
"job_portal_url": "https://example.com",
"links": "ht
...Start syncing Lever postings 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 postings from Lever
const result = await apideck.ats.jobs.list({
serviceId: 'lever'
})
for await (const page of result) {
console.log(page)
}
// Returns unified postings 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 Lever integrations in your favorite language with our official SDKs.
Build Lever integrations with the official Node.js SDK.
Build Lever integrations with the official TypeScript SDK.
Build Lever integrations with the official PHP SDK.
Build Lever integrations with the official .NET.
Build Lever integrations with the official Python SDK.
Build Lever integrations with the official Java SDK.
Build Lever integrations with the official Go SDK.