search_jobs
Find LinkedIn job postings by filtering keywords, location, job type, experience level, remote options, and posting date to match specific career opportunities.
Instructions
Search for job postings on LinkedIn.
Args: keywords: Search keywords (e.g., 'Python Developer', 'Product Manager') location_name: Location (e.g., 'San Francisco Bay Area', 'New York') job_type: Job type filter - F=Full-time, P=Part-time, C=Contract, T=Temporary, I=Internship experience: Experience level - 1=Internship, 2=Entry, 3=Associate, 4=Mid-Senior, 5=Director, 6=Executive remote: Remote options - 1=On-site, 2=Remote, 3=Hybrid distance: Distance from location in miles listed_at: Max seconds since job was posted (default: 86400 = 24 hours) limit: Maximum results to return (default: 10, max: 50)
Returns list of matching job postings.
WARNING: Uses unofficial API. May trigger LinkedIn bot detection with heavy use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | No | ||
| location_name | No | ||
| job_type | No | ||
| experience | No | ||
| remote | No | ||
| distance | No | ||
| listed_at | No | ||
| limit | No |