App Logo
linkedin.com

Get LinkedIn profile reactions

Get the posts a LinkedIn profile has reacted to (liked, loved, etc.), from its Reactions activity feed by public ID, scrolling to load up to count reactions. Returns each reaction's type as LinkedIn phrases it (in the profile's display language) plus the reacted-to post (author, headline, text, age, permalink). Complements the profile posts and comments activity scripts.

Input

publicId required

LinkedIn public profile ID — the slug in linkedin.com/in/<publicId>/ (e.g. 'peter-csiba').

count optional

Max number of reactions to collect by scrolling the Reactions activity feed. Default 10; the feed may return fewer if exhausted.

Default: 10

Output

reactions required

FAQ

Get the posts a LinkedIn profile has reacted to (liked, loved, etc.), from its Reactions activity feed by public ID, scrolling to load up to count reactions. Returns each reaction's type as LinkedIn phrases it (in the profile's display language) plus the reacted-to post (author, headline, text, age, permalink). Complements the profile posts and comments activity scripts.
Required: publicId. Optional: count.
It returns reactions.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/get_profile_reactions, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_profile_reactions
It is part of Reduck's official curated catalogue.

Start building not clicking