jobs.lever.co API: get_job_postings_grouped
jobs.lever.co via Parse · jobs
Fetch all job postings for a company and group them by a specified field. Returns an object where keys are group names (e.g. department names) and values are arrays of full job posting objects. Useful for building categorized job board views. 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
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1d3e03ad-4684-456a-a278-b06b36e15b58/get_job_postings_grouped
- Interface artifact
- sha256:cd9bc7994683cbda2827f71e4325c38386456a2be89191d3bb72d378ce4f997a
- Manifest digest
- sha256:3a7ae33d1ef62766a9d3f86bcf3f01bd10efd417dda4fc8b5f1d28539f9ad08e
Request fields
- company (string, required): The company slug (e.g. 'palantir').
- group_by (string): Field to group postings by.: Allowed values: department, team, location, commitment
Example queries
- {"company":"palantir","group_by":"department"}