linkedin_search_jobs
Search LinkedIn job listings by keywords, location, job type, workplace type, experience level, and post date. Retrieve titles, companies, locations, and job IDs for full details.
Instructions
Search job listings on LinkedIn.
Returns each listing with title, company, location, workplace type, posted salary where the employer provided one, how long ago it was posted, and the job_id. Pass that job_id to linkedin_get_job for the full description rather than re-searching.
Results are paged 25 at a time, so a large limit means several page loads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Order: 'date' or 'relevance' | |
| limit | No | Maximum number of results | |
| job_type | No | One of: full-time, part-time, contract, temporary, internship, volunteer, other | |
| keywords | Yes | Search keywords, e.g. 'machine learning engineer' | |
| location | No | City, region or country, e.g. 'Bengaluru' or 'India' | |
| easy_apply | No | Restrict to Easy Apply listings | |
| workplace_type | No | One of: on-site, remote, hybrid | |
| experience_level | No | One of: internship, entry, associate, mid-senior, director, executive | |
| posted_within_days | No | Only jobs posted within this many days |