Unlock Lever.co job data for your platform. Access jobs from thousands of employers through our comprehensive API and Job Feeds, or integrate directly with Lever.co's official API.
Every Lever.co customer has a public API that allows you to retrieve jobs. No authentication is required. To retrieve jobs, you can use the following endpoint:
GET /v0/postings/{clientname}
The result is a JSON or HTML response containing all relevant job posting fields. No further filtering is possible, with the exception of selecting a single job by appending the job ID to the end of the GET request.
Curl
curl -X GET "https://api.lever.co/v0/postings/{clientname}"
PowerShell
$response = Invoke-RestMethod -Uri "https://api.lever.co/v0/postings/{clientname}"