Job Postings
The JobPosting object represents an external announcement on a job board created by an organization to attract qualified candidates to apply for a specific Job opening
Properties

idUUID
Required

remote_idString
Optional
The third-party API ID of the matching object.

created_atDateTime (ISO 8601)
Required

modified_atDateTime (ISO 8601)
Required
This is the datetime that this object was last updated by Merge

titleString
Optional
The job posting’s title.

job_posting_urlsUrl[]
Required
The Url object is used to represent hyperlinks for a candidate to apply to a given job.
The Url object
The Url object is used to represent hyperlinks associated with the parent model.
Properties

created_atDateTime (ISO 8601)
Required

modified_atDateTime (ISO 8601)
Required
This is the datetime that this object was last updated by Merge

valueString
Optional
The site's url.

url_typeEnum
Optional
The type of site. Possible values include: PERSONAL, COMPANY, PORTFOLIO, BLOG, SOCIAL_MEDIA, OTHER, JOB_POSTING. In cases where there is no clear mapping, the original value passed through will be returned.

jobUUID
Optional
ID of Job object for this JobPosting.

statusEnum
Optional
The job posting's status. Possible values include: PUBLISHED, CLOSED, DRAFT, INTERNAL, PENDING. In cases where there is no clear mapping, the original value passed through will be returned.

contentString
Optional
The job posting’s content.

remote_created_atDateTime (ISO 8601)
Optional
When the third party's job posting was created.

remote_updated_atDateTime (ISO 8601)
Optional
When the third party's job posting was updated.

is_internalBoolean
Optional
Indicates whether the job posting is internal or external.

remote_was_deletedBoolean
Required
Indicates whether or not this object has been deleted in the third party platform.

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional


GET
/job-postings
Beta

https://api.merge.dev/api/ats/v1/job-postings

US
EU

Returns a list of JobPosting objects.


Query & Path Parameters

created_afterDateTime (ISO 8601)
Optional
If provided, will only return objects created after this datetime.

created_beforeDateTime (ISO 8601)
Optional
If provided, will only return objects created before this datetime.

cursorString
Optional
The pagination cursor value.

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

include_deleted_dataBoolean
Optional
Whether to include data that was marked as deleted by third party webhooks.

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

modified_afterDateTime (ISO 8601)
Optional
If provided, only objects synced by Merge after this date time will be returned.

modified_beforeDateTime (ISO 8601)
Optional
If provided, only objects synced by Merge before this date time will be returned.

page_sizeInteger
Optional
Number of results to return per page.

remote_idString
Optional
The API provider's ID for the given object.

statusString
Optional
If provided, will only return Job Postings with this status. Options: ('PUBLISHED', 'CLOSED', 'DRAFT', 'INTERNAL', 'PENDING')

Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
Ashby
Ashby
Greenhouse
Greenhouse
Greenhouse - Job Boards API
Greenhouse - Job Boards API
iCIMS
iCIMS
Lever
Lever
Oracle Fusion - Recruiting Cloud
Oracle Fusion - Recruiting Cloud
SAP SuccessFactors
SAP SuccessFactors
Teamtailor
Teamtailor
Workable
Workable
Workday
Workday
GET
/job-postings/{id}
Beta

https://api.merge.dev/api/ats/v1/job-postings/{id}

US
EU

Returns a JobPosting object with the given id.


Query & Path Parameters

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

idUUID
Required

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.
Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
Ashby
Ashby
Greenhouse
Greenhouse
Greenhouse - Job Boards API
Greenhouse - Job Boards API
iCIMS
iCIMS
Lever
Lever
Oracle Fusion - Recruiting Cloud
Oracle Fusion - Recruiting Cloud
SAP SuccessFactors
SAP SuccessFactors
Teamtailor
Teamtailor
Workable
Workable
Workday
Workday