Search jobs (unified feed)
search_jobsSearch job postings across every configured source and merge the results into one flat Job shape. Fans out in parallel to USAJOBS, Adzuna, Jooble, The Muse, Reed, and the ats engine (Greenhouse/Lever/Ashby/Workable/SmartRecruiters), then merges + sorts by postedDate (newest first) and paginates the combined set. Each Job has id, source, title, company, location, remote, url, description, postedDate, salaryMin, salaryMax, salaryCurrency, department, and employmentType. The response envelope carries meta, the echoed query, sources_requested, an optional sources_errored map, total, count, limit, offset, and results. Use sources= to restrict to specific engines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results in the merged page, clamped 1-100. Default 20. | |
| offset | No | Zero-based offset into the merged result set for pagination. Default 0. | |
| remote | No | Filter to remote roles when true. Only sources that expose an explicit remote signal apply it; others ignore it. | |
| sources | No | Comma-separated engine keys to restrict the fan-out to. Any of: usajobs, adzuna, jooble, themuse, reed, ats. Omit for all six. | |
| keywords | No | Free-text search terms (job title, skill, company, etc.). Optional — omit to browse the latest postings. | |
| location | No | Free-text location filter (e.g. "Washington, DC" or "London"). Applied upstream where the source supports it. |