Greenhouse: Search Jobs
Greenhouse via Parse · jobs
Search for jobs using keyword, department, or office filters. Fetches all jobs from the board and filters client-side. query matches against title and HTML description. department and office use exact case-insensitive name matching. is_new restricts to jobs published within the last 7 days based on first_published timestamp. API for extracting job listings, departments, offices, and job details from Greenhouse.io public job boards. Fulfilled by Parse from job-boards.greenhouse.io.
- b2b-directory
- developer-tools
- greenhouse
- job-boards-greenhouse-io
- jobs
- parse
- platform-key
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/83293b68-327f-4cd1-bf90-079591d9fd35/search_jobs
- Interface artifact
- sha256:5e3d7d0c6db72d2becf1343ce841603b08c56b29fd8a4b56c1503b0d4d8b11fe
- Manifest digest
- sha256:bbd5d98e8f586788146e901238153ad98101bb0128913ba1c43d9eb7ff70679c
Request fields
- query (string): Keyword to search in job title and description.
- is_new (boolean): When true, only return jobs published within the last 7 days.
- office (string): Office/location name to filter by (exact match, case-insensitive).
- department (string): Department name to filter by (exact match, case-insensitive).
- board_token (string, required): The company's Greenhouse board token.
Example queries
- {"query":"engineer","is_new":"false","office":"San Francisco, CA","department":"Sales","board_token":"anthropic"}