Unlock Recruitee job data for your platform. Access jobs from thousands of employers through our comprehensive API and Job Feeds, or integrate directly with Recruitee's official API.
Recruitee has a simple public API that allows anyone to retrieve jobs from Recruitee clients. To retrieve jobs, you can use the following endpoint:
GET https://{clientname}.recruitee.com/api/offers
The API will return a JSON containing most relevant job posting fields. Filtering or searching is not possible with this endpoint. More advanced endpoints are available for Recruitee customers, which can be accessed via the Recruitee ATS API.
Curl
curl -X GET "https://api.recruitee.com/v1/jobs"
PowerShell
$response = Invoke-RestMethod -Uri "https://{clientname}.recruitee.com/api/offers"