job
Search LinkedIn jobs, view details, get recommendations, and apply directly. Filter by keyword, location, type, experience, remote, and date posted.
Instructions
Discover and manage LinkedIn job postings.
Args: action: 'search', 'details', 'recommended', or 'apply', job_id: LinkedIn job ID (required for 'details' and 'apply'), keywords: Search keywords (job title, skills, company), location: Geographic location (city, state, country), job_type: Filter by type: FULL_TIME, PART_TIME, CONTRACT, TEMPORARY, INTERNSHIP, experience_level: Filter: INTERNSHIP, ENTRY_LEVEL, ASSOCIATE, MID_SENIOR, DIRECTOR, EXECUTIVE, remote: Filter for remote jobs only, date_posted: Filter by recency: past-24h, past-week, past-month, page: Page number for pagination (default 1), count: Results per page (1-50, default 20),
allowed_args_for_action = { "search": ["keywords", "location", "job_type", "experience_level", "remote", "date_posted", "page", "count"], "details": ["job_id"], "recommended": ["count"], "apply": ["job_id"] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| count | No | ||
| action | Yes | ||
| job_id | No | ||
| remote | No | ||
| job_type | No | ||
| keywords | No | ||
| location | No | ||
| date_posted | No | ||
| experience_level | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |