Installation Method
MCP Client Configuration
N/A - using Claude Code CLI
MCP Client Logs
N/A
Error Description
search_jobs uses innerText to extract page content, which only captures visible text. Job IDs exist solely in link href attributes (/jobs/view/12345/), so they are never returned in the response. This makes it impossible to
chain search_jobs to get_job_details because the job ID needed to call get_job_details is missing from the search results.
Additionally, only one page of results is loaded (~7-10 jobs), and scrolling targets the main window instead of the sidebar container where LinkedIn renders job cards.
Fix: #171
Installation Method
## When does the error occur?
MCP Client Configuration
N/A - using Claude Code CLI
MCP Client Logs
N/A
Error Description
search_jobsusesinnerTextto extract page content, which only captures visible text. Job IDs exist solely in linkhrefattributes (/jobs/view/12345/), so they are never returned in the response. This makes it impossible tochain
search_jobstoget_job_detailsbecause the job ID needed to callget_job_detailsis missing from the search results.Additionally, only one page of results is loaded (~7-10 jobs), and scrolling targets the main window instead of the sidebar container where LinkedIn renders job cards.
Fix: #171