search_jobs
Search LinkedIn for jobs matching keywords, location, and filters like job type, work setting, and posting date. Returns structured results with a configurable limit.
Instructions
Search LinkedIn jobs and return structured results.
Args: keywords: Job search keywords (e.g. "Senior Data Engineer"). location: Location filter (e.g. "New York"). date_posted: One of 'day', 'week', 'month'. job_type: One of full_time, part_time, contract, temporary, internship, other. work_setting: One of remote, hybrid, onsite. limit: Max results to return (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| job_type | No | ||
| keywords | Yes | ||
| location | No | ||
| date_posted | No | ||
| work_setting | No |