search_jobs
Search LinkedIn job postings without logging in. Filter by location, workplace, job type, experience level, and recency to find relevant roles.
Instructions
Search LinkedIn job postings (no login required; the user's account is never
involved). location is free text like "Berlin", "India", or "United States";
combine it with workplace="remote" for remote roles. limit max is 50 — keep
it modest to avoid IP rate-limiting; on a rate-limit error, wait a minute
before retrying. Use get_job with a result's job_id for the full description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | relevance | |
| limit | No | ||
| keywords | Yes | ||
| location | No | ||
| job_types | No | ||
| workplace | No | ||
| easy_apply | No | ||
| time_posted | No | any | |
| experience_levels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | ||
| note | No | ||
| count | Yes |