Jobs
Jobs Lever logo

Jobs Lever API

jobs.lever.co

Lever-hosted career boards - filtered job listings and full posting details.

Actions
2
Category
Jobs
Login
Not required
Output
JSON

Call the Jobs Lever API

Submit a task, then poll the job until it settles. This example runs act_jobs_lever_co_company_job_listings.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_jobs_lever_co_company_job_listings",
    "params": {
      "company_slug": "gohighlevel"
    }
  }'

2 actions on jobs.lever.co

Read

  • Company Job Listing

    act_jobs_lever_co_company_job_listingsread1 credit / call

    Returns a company's open job postings with titles, locations, departments, and links.

    company_slug
    string · required
    filter_query
    string
  • Job Posting Details

    act_jobs_lever_co_job_posting_detailread1 credit / call

    Returns a job posting with title, description, location, employment type, and company.

    company_slug
    string · required
    posting_id
    string · required

Jobs Lever API questions

Is there an API for Jobs Lever?
Jobs Lever does not offer a public data API for this, but Anakin Wire provides 2 maintained endpoints for jobs.lever.co. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Jobs Lever data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when jobs.lever.co changes its markup, Anakin updates the action.
Do I need a Jobs Lever account?
No. Every Jobs Lever action listed here runs anonymously — no account and no credentials required.
What does the Jobs Lever API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Jobs APIs

All Jobs sites