Fetch a company's live job postings from Lever's public postings API by board slug (jobs.lever.co/<slug>). Anonymous, no auth. Returns id, title, team, location(s), commitment, url, createdAt. Empty array if the company posts nothing right now; throws only on a genuine API error (not on "no jobs").
Input
slugrequired
Lever board slug, e.g. "palantir" for jobs.lever.co/palantir
Output
jobsrequired
slugrequired
totalrequired
FAQ
Fetch a company's live job postings from Lever's public postings API by board slug (jobs.lever.co/<slug>). Anonymous, no auth. Returns id, title, team, location(s), commitment, url, createdAt. Empty array if the company posts nothing right now; throws only on a genuine API error (not on "no jobs").
Required: slug.
It returns jobs, slug, total.
No. It only uses pages of lever.co that are reachable without signing in.
It only reads. It looks things up on lever.co and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/lever.co/get_company_jobs, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/lever.co/get_company_jobs
It is part of Reduck's official curated catalogue.