linkedin_export_jobs
Run a LinkedIn job search and export the results to JSON, CSV, or Markdown for pipeline spreadsheets or other tools. Supports filters like keywords, location, and date posted.
Instructions
Run a job search and export the results to JSON, CSV or Markdown — useful for building a pipeline spreadsheet or feeding another tool. Accepts the same filters as linkedin_search_jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Defaults to 50. | |
| format | No | Defaults to csv. | |
| source | No | Export search results (default), the saved-jobs list, or the applied-jobs list. | |
| keywords | No | ||
| location | No | ||
| datePosted | No | ||
| easyApplyOnly | No | ||
| workplaceType | No | ||
| includeDescriptions | No | Fetch each job's full description. Much slower, but needed for resume tailoring. |