search_linkedin_jobs
Search LinkedIn job listings by keyword. Returns title, company (with company_id), location, posting date, job type, experience level, workplace type, industry, salary, and full description. Filter by recency, job type, company, and location — useful as a hiring/expansion/funding signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| query | Yes | Search keyword (max 500 characters) | |
| sort_by | No | Sort order: "most_recent" or "relevance" (default: relevance) | |
| job_type | No | Job type filter: full_time, part_time, contract, temporary, volunteer, internship, other. Comma-separated for multiple. | |
| posted_ago | No | Maximum job age: "1h", "24h", "7d", or "30d" (default: all time) | |
| company_ids | No | Filter by company — comma-separated numeric LinkedIn company id(s) (from search_linkedin_companies). | |
| location_id | No | Filter by location — a numeric LinkedIn location id (see the Job Location IDs doc). |