Search recruiter jobs
search_jobsFind recruiter and talent-acquisition jobs using full-text search and filters by sector, location, employment type, work arrangement, salary, and recency. Returns paginated job listings with salary details and apply links.
Instructions
Search live recruiter and talent-acquisition job listings on Recruiter Roles. Supports full-text search and filtering by sector, location, employment type, work arrangement, salary, and recency. Returns a paginated list with salary, company, location, and a tracked apply URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text search across job title and company name. | |
| sector | No | Sector slug, comma-separated for multiple (e.g. 'technology,financial-services'). Use list_sectors for valid slugs. | |
| state | No | State/region code, comma-separated (e.g. 'TX,NY,BC'). Use list_locations for codes. | |
| city | No | City slug, comma-separated (e.g. 'dallas-tx'). | |
| employment_type | No | Employment type filter. | |
| work_arrangement | No | Work arrangement filter. | |
| is_remote | No | Shorthand for work_arrangement=remote. | |
| salary_min | No | Minimum salary in USD. Only returns jobs with a disclosed salary at or above this. | |
| salary_disclosed | No | true = only jobs with a disclosed salary; false = only undisclosed. | |
| source_type | No | 'direct' = employer-posted, 'scraped' = aggregated. | |
| posted_since | No | ISO date — jobs posted on or after this date. | |
| updated_since | No | ISO datetime — for incremental sync; jobs updated on or after this. | |
| sort | No | Sort order. Default: recent. | |
| page | No | Page number. Default: 1. | |
| per_page | No | Results per page. Default: 20, max: 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| response_generated_at | No |