search_jobs
Search for jobs with filters like titles, locations, companies, skills, salary, and remote options. Returns a list of matching job postings.
Instructions
Search for jobs with filters like titles, locations, companies, skills, salary, and remote options. Returns a list of matching job postings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Maximum number of results (default: 5, max: 50). Keep low to avoid large responses. | |
| remote | No | Filter for remote jobs only | |
| skills | No | Required skills (e.g., ["Python", "React", "AWS"]) | |
| titles | No | Job titles to search for (e.g., ["Software Engineer", "Senior Developer"]). Max 6 titles. | |
| companies | No | Specific companies to search (e.g., ["Google", "Meta", "Apple"]) | |
| countries | No | Country codes to filter (e.g., ["US", "CA", "UK"]) | |
| expLevels | No | Experience levels (e.g., ["SE" for Senior, "MI" for Mid-level, "EN" for Entry]) | |
| locations | No | Locations to search in (e.g., ["San Francisco", "New York", "Remote"]) | |
| dateOffset | No | Only show jobs posted within this time period (e.g., "2D" for last 2 days) | |
| industries | No | Filter by company industries (use get_industries to see valid values) | |
| companySize | No | Filter by company size (e.g., ["xs" for 1-50, "s" for 50-200, "m" for 200-1K, "l" for 1K-5K, "xl" for 5K+]) | |
| baseSalaryMax | No | Maximum base salary (USD) | |
| baseSalaryMin | No | Minimum base salary (USD) | |
| h1bSponsorship | No | Filter for jobs offering H1B sponsorship | |
| excludedCompanies | No | Companies to exclude from results |