v1

latestOpenAPI 3.1.02026-07-247601.0 MB
Search

Organization Job Postings

This endpoint consumes 1 Apollo credit per page when results are returned. Each page can include up to 10,000 results. If Apollo doesn't return results, the request consumes 0 credits. Learn more about API pricing and credits.

<a href="https://knowledge.apollo.io/hc/en-us/articles/4412658766477-Search-for-Companies" target="_blank">Organizations</a> are companies you haven't yet saved as accounts on Apollo.<br><br>Use the Organization Job Postings endpoint to retrieve the current job postings for companies. This can help you identify companies that are growing headcount in areas that are strategically important for you.<br><br>To protect Apollo's performance for all users, this endpoint has a display limit of 10,000 records.

get/organizations/{organization_id}/job_postings

Path parameters

organization_idstring required

The organization ID of the company for which you want to find job postings.<br><br>Each company in the Apollo database is assigned a unique ID. To find IDs, call the <a href="https://docs.apollo.io/reference/organization-search" target="_blank">Organization Search endpoint</a> and identify the values for organization_id. <br><br>Example: 5e66b6381e05b4008c8331b8

Query parameters

pageinteger

The page number of the Apollo data that you want to retrieve. <br><br>Use this parameter in combination with the per_page parameter to make search results for navigable and improve the performance of the endpoint. <br><br>Example: 4

per_pageinteger

The number of search results that should be returned for each page. Limiting the number of results per page improves the endpoint's performance. <br><br>Use the page parameter to search the different pages of data. <br><br>Example: 10

Response

200

Example response

{
  "organization_job_postings": [
    {
      "id": "66d1d4de8a2af7000192f5ec",
      "title": "IT Support Analyst - L2",
      "url": "https://ca.linkedin.com/jobs/view/it-support-analyst-l2-at-apollo-io-4011156187?position=7&pageNum=37&refId=tsq2hhSGkQqjDhp%2BYvKs1g%3D%3D&trackingId=WX5iTs9UYaOlo4NpHFuXZw%3D%3D&trk=public_jobs_jserp-result_search-card",
      "country": "Canada",
      "last_seen_at": "2024-08-30T14:19:10.200+00:00",
      "posted_at": "2024-08-29T19:19:10.200+00:00"
    }
  ]
}