GreenhouseJob Posts

Greenhouse Job Posts API

Sync permissioned job posts data with Greenhouse 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 Greenhouse Job Posts

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

20 fields

Fields available for Greenhouse Job Posts

idtitlevisibilitystatuscodelocationrequisition_iddepartmentrecruitershiring_managersdescription_htmlurllinksconfidentialaddresses+5 more

API Model Preview

Sample response structure for job posts

{
  "id": "12345",
  "title": "Example Title",
  "visibility": "string",
  "status": "active",
  "code": "CODE-001",
  "location": "string",
  "requisition_id": "12345",
  "department": "string",
  "recruiters": "string",
  "hiring_managers": "string",
  "description_html": "Example Description Html",
  "url": "https://example.com",
  "links": "https://example.com",
  "confidential": "12345",
  "addresses": [
    {
      "id": "123",
      "type": "primary",
      "string": "25 Spring Street, Bl
  ...

Quick Start Example

Start syncing Greenhouse job posts 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 job posts from Greenhouse
const result = await apideck.ats.jobs.list({
  serviceId: 'greenhouse'
})

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

Greenhouse SDKs

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

Launch accounting integrations in weeks, not months

Sign Up