Search job postings
search_jobsFind recent job postings that match target job titles in given locations (or remote). Runs HuntBoard's own hunt: SQL narrowing over its index of company career pages and ATS boards, then an AI fit score. Returns up to max_results jobs scored 7-10 with title, company, location, link, source and a one-line reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| titles | Yes | Target job titles, e.g. ["Backend Engineer", "Platform Engineer"]. Parentheticals are stripped and head phrases matched. | |
| locations | No | Cities, regions or countries, e.g. ["Tel Aviv", "Israel"]. Optional only when remote_ok is true. | |
| remote_ok | No | Also include remote roles open to the given locations (or global remote roles). | |
| max_results | No | How many jobs to return, 1-50. | |
| exclude_titles | No | Title fragments to drop, e.g. ["Manager", "QA"]. | |
| exclude_locations | No | Location fragments to drop. |