search_linkedin_jobs
Search LinkedIn's public job board without an account. Filter jobs by keywords, location, date posted, remote/hybrid/on-site, experience level, job type, and minimum salary to find relevant listings.
Instructions
Search LinkedIn's public job board (no account needed). Filter by keywords, location, date posted, remote/hybrid/on-site, experience level, job type, and minimum salary. Returns title, company, location, posting date, and a linkedin.com/jobs/view URL. Call get_linkedin_job(job_id) for the full description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | LinkedIn's own sort is not honoured on this endpoint; "recent" sorts the fetched results by posting date here. | relevance |
| limit | No | Jobs to return (default: 10) | |
| start | No | Result offset for pagination (max 999) | |
| geo_id | No | LinkedIn geo ID, if you already have one. Takes precedence over location. | |
| job_type | No | Employment type | |
| keywords | Yes | Job title or skills, e.g. "software engineer" | |
| location | No | City/region, e.g. "Toronto, Ontario, Canada". Resolved to a LinkedIn geo ID automatically. | |
| workplace | No | Workplace type | |
| easy_apply | No | Only postings you can apply to inside LinkedIn (no external application form) | |
| experience | No | Experience level | |
| min_salary | No | Minimum annual salary filter | |
| date_posted | No | How recently the job was posted | any |
| under_10_applicants | No | LinkedIn's "Under 10 applicants" filter — strongly favours postings with few applicants so far |