Lever: Get Company Job Postings
Lever via Parse · jobs
Fetch active job postings for a company from the Lever public API. Supports filtering by team, location, and commitment type. Returns paginated results via offset. The location filter requires an exact match to the location string as stored by Lever. Scraper for Lever job boards (jobs.lever.co) and their underlying public APIs. Supports listing jobs, getting details, extracting application form questions, and grouping/searching postings. Fulfilled by Parse from jobs.lever.co.
- b2b-directory
- developer-tools
- jobs
- jobs-lever-co
- lever
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1d3e03ad-4684-456a-a278-b06b36e15b58/get_company_job_postings
- Interface artifact
- sha256:75f9765dd35f12b87b00374a25c5b4b2162ef19c73196fd87a1eee1ab7636be6
- Manifest digest
- sha256:508b0848d5dd62a159292070785a3067ee3adbe82b639845ce5268c1cb6a4549
Request fields
- team (string): Filter by team/department name. Requires exact match to the team value in the posting.
- limit (integer): Max results to return per page.
- offset (integer): Pagination offset (number of items to skip).
- company (string, required): The company slug as it appears in the Lever URL (e.g. 'palantir', 'netflix').
- location (string): Filter by location. Requires exact match to the full location string (e.g. 'New York, NY').
- commitment (string): Filter by commitment type (e.g. 'Full-time', 'Internship').
Example queries
- {"team":"Administrative","limit":"10","offset":"0","company":"palantir","location":"New York, NY","commitment":"Full-time"}