Support searching jobs via a full LinkedIn job search URL #173
Closed
mschreib28
started this conversation in
Ideas & Suggestions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Add an MCP tool that runs a job search using a full LinkedIn job search URL instead of building the URL from separate parameters. This supports workflows where the user has already defined a search in LinkedIn (saved search, job alert, or manually applied filters) and wants to sync those exact results.
Proposed tool
search_jobs_by_urlsearch_url(string) – full URL, e.g.https://www.linkedin.com/jobs/search/?keywords=Principal%20Software%20Architect&f_WT=2&geoId=102433969&sortBy=R&...https://www.linkedin.com/jobs/searchfor safety.search_jobs:{ url, sections: { search_results: "..." }, pages_visited, sections_requested }so existing parsers and clients can reuse the same logic.Use cases
f_SB2,f_TPRwith custom values,originToLandingJobPostings,savedSearchId).Implementation notes
extract_page(url), and returns the same structure assearch_jobs.All reactions