search_jobs
Find job postings by filtering titles, locations, companies, skills, salary, remote options, experience levels, and posting dates.
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 |
|---|---|---|---|
| titles | No | Job titles to search for (e.g., ["Software Engineer", "Senior Developer"]) | |
| locations | No | Locations to search in (e.g., ["San Francisco", "New York", "Remote"]) | |
| countries | No | Country codes to filter (e.g., ["US", "CA", "UK"]) | |
| companies | No | Specific companies to search (e.g., ["Google", "Meta", "Apple"]) | |
| excludedCompanies | No | Companies to exclude from results | |
| skills | No | Required skills (e.g., ["Python", "React", "AWS"]) | |
| remote | No | Filter for remote jobs only | |
| baseSalaryMin | No | Minimum base salary (USD) | |
| baseSalaryMax | No | Maximum base salary (USD) | |
| expLevels | No | Experience levels (e.g., ["SE" for Senior, "MI" for Mid-level, "EN" for Entry]) | |
| 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+]) | |
| h1bSponsorship | No | Filter for jobs offering H1B sponsorship | |
| limit | No | Maximum number of results (default: 5, max: 50). Keep low to avoid large responses. | |
| page | No | Page number for pagination (default: 1) |