feat(linkedin): read profile projects#1727
Closed
gauravsaxena1997 wants to merge 1 commit into
Closed
Conversation
2765046 to
ddbc0c0
Compare
ddbc0c0 to
ec77c5f
Compare
jackwener
added a commit
that referenced
this pull request
May 23, 2026
Owner
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What and why
LinkedIn profile Projects can contain portfolio and case-study entries, but OpenCLI does not currently expose that section through a read-only command. Career and profile-maintenance workflows need a way to inspect visible Projects before deciding whether to update them manually or draft replacements.
This PR adds a focused read adapter for visible LinkedIn profile projects.
What this PR does
Adds a
Strategy.COOKIELinkedIn browser adapter:Implementation details:
/in/me/to the signed-in member's concrete profile URL before opening/details/projects//safety/go/redirect URLs so project links return the underlying external URL when visibleli/articlerowsEmptyResultErrorwhen no visible Projects section is presentLive verification
Verified against a logged-in LinkedIn profile session:
Returned two visible Projects rows with titles, date ranges, associated organizations, descriptions, decoded external project URLs, profile URL, and raw text.
Checklist
npm run buildnpx vitest run --project adapter clis/linkedin/profile-projects.test.jsnpm run typechecknode scripts/check-typed-error-lint.mjsnode scripts/check-silent-column-drop.mjs