/jobvite/jobs/search

POST /api/jobvite/jobs/search

Price: 10 credits

List the open job postings of one company's Jobvite career board by board slug, optionally narrowed by keyword, category, region, location or employment type. Each row carries the job id, title, location and the posting URL.

How to use it

Lists one company's board — Jobvite has no cross-company search and publishes no directory, so the board slug must come from a URL and is not the display name ('pathways' renders as Clarvida). category, region, location and employment_type are vocabularies each board defines for itself and must match the board's own string exactly, because upstream ignores a value it does not recognise instead of erroring. Each of them is therefore checked by re-running the search without it: if dropping it changes nothing the call is a 422 naming that field, which almost always means a misspelling rather than no results — but it also fires when the value legitimately covers every posting the other filters left, so a 422 on a value you took from a posting means drop that filter, not that it is wrong. query is free text, is not checked this way and can legitimately return nothing. Rows are a summary; call jobvite/jobs with the id for the description, category and dates.

Parameters

Request body

Response

Errors

Response headers