search_jobs
Search and filter job listings across multiple platforms like Indeed, LinkedIn, and Glassdoor. Specify search term, location, job type, and remote options to retrieve structured results for easy review.
Instructions
Search for jobs across various job listing websites
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caCert | No | Path to CA Certificate file for proxies | |
| format | No | Output format | json |
| offset | No | Starts the search from an offset | |
| jobType | No | Type of job | |
| proxies | No | ||
| timeout | No | Timeout in milliseconds for the job search process | |
| verbose | No | Controls verbosity (0=errors only, 1=errors+warnings, 2=all logs) | |
| distance | No | Distance in miles | |
| hoursOld | No | How many hours old the jobs can be | |
| isRemote | No | Whether to search for remote jobs only. Accepts any truthy value. | |
| location | No | Location for job search | remote |
| easyApply | No | Filter for jobs that are hosted on the job board site | |
| siteNames | No | indeed | |
| searchTerm | No | Search term for jobs | software engineer |
| countryIndeed | No | Country for Indeed search | USA |
| resultsWanted | No | Number of results wanted | |
| googleSearchTerm | No | Google specific search term | |
| descriptionFormat | No | Format type of the job descriptions | markdown |
| linkedinCompanyIds | No | ||
| enforceAnnualSalary | No | Converts wages to annual salary | |
| linkedinFetchDescription | No | Whether to fetch LinkedIn job descriptions (slower). Accepts any truthy value. |