LeverPostings

Lever Postings API

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)

Supported Operations for Lever Postings

Full CRUD support available through our unified API

list
get
create
update
delete

Supported Fields

25 fields

Fields available for Lever Postings

idtitlestatuslocationremoterequisition_iddepartmenthiring_managersfollowersdescriptiondescription_htmlblocksclosingclosing_htmlsalary+10 more

API Model Preview

Sample 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
  ...

Quick Start Example

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

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

Other Lever Data You Can Sync

Explore more Lever resources available through Apideck's unified API

Lever SDKs

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

Launch accounting integrations in weeks, not months

Get started for free