v3

OpenAPI 3.1.02026-07-311255771.3 MB
AI Apply

Get job postings

Get all job postings. To get the application form and submit applications, use the POST /postings/:id/inquire endpoint.

get/ai-apply/postings

Query parameters

cursorstring

An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.

An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.

page_sizeinteger

The number of results to return per page. Maximum is 250.

The number of results to return per page. Maximum is 250.

idsstring

Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.

Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.

career_site_idsstring

Filter by a comma-separated list of career site IDs such as A8m9k9RhjNokMfRTWtpQ99VtH,rCbkAA3pvcKjsFYwEeXtCQkc.

Filter by a comma-separated list of career site IDs such as A8m9k9RhjNokMfRTWtpQ99VtH,rCbkAA3pvcKjsFYwEeXtCQkc.

job_codesstring

Filter by a comma-separated list of job codes such as ACME_13,ACME_14.

Filter by a comma-separated list of job codes such as ACME_13,ACME_14.

Response

GET /ai-apply/postings Positive response

status'success' required

Example response

{
  "data": {
    "results": [
      {
        "id": "9QGNv3B98kL3hyELE1qsZ86s",
        "career_site": {
          "id": "Chc4dua5asAQ48KUERDVF1bs",
          "label": "Acme"
        },
        "url": "https://careers.acme.com/jobs/fullstack-engineer-ai-infra-14102",
        "job_code": "ACME_13",
        "created_at": "2025-01-01T00:00:00.000Z",
        "updated_at": "2025-03-02T23:12:32.000Z",
        "archived_at": null,
        "archived_reason": null,
        "availability": "PENDING"
      }
    ],
    "next": null
  }
}