mcp-linkedin

search_jobs

Search for jobs on LinkedIn. :param keywords: Job search keywords :param limit: Maximum number of job results :param location: Optional location filter :return: List of job details

Input Schema

NameRequiredDescriptionDefault
keywordsYes
limitNo
locationNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "keywords": { "title": "Keywords", "type": "string" }, "limit": { "default": 3, "title": "Limit", "type": "integer" }, "location": { "default": "", "title": "Location", "type": "string" }, "offset": { "default": 0, "title": "Offset", "type": "integer" } }, "required": [ "keywords" ], "title": "search_jobsArguments", "type": "object" }

Other Tools