ConsoleCatalog
Sign in
Jobs Lever logo

Jobs Lever

jobs.lever.coJobsno auth

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

Company Job Listing

ASYNCREADNo auth

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

ParametersFormJSON

Lever tenant slug from jobs.lever.co/{company_slug} identifying the employer careers board

URL-encoded filter query string for workplace type, location, department, or commitment facets (e.g. workplaceType=remote)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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",
      "filter_query": "workplaceType=remote"
    }
  }'