App Logo
linkedin.com

Get LinkedIn profile comments

Get the comments a LinkedIn profile has left on posts, from its Comments activity feed by public ID, scrolling to load up to count comments. Returns each comment's text/urn/age/reactions and the post it was made on (author, text, url).

Input

publicId required

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

count optional

Max number of the owner's comments to collect by scrolling the Comments activity feed. Default 10; the feed may return fewer if exhausted.

Default: 10

Output

comments required

FAQ

Get the comments a LinkedIn profile has left on posts, from its Comments activity feed by public ID, scrolling to load up to count comments. Returns each comment's text/urn/age/reactions and the post it was made on (author, text, url).
Required: publicId. Optional: count.
It returns comments.
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.
Unknown: its author has not declared whether it changes anything on linkedin.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/get_profile_comments, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_profile_comments
It is part of Reduck's official curated catalogue.

Start building not clicking