App Logo
linkedin.com

Get LinkedIn group posts

Fetch posts from a LinkedIn group feed by group id, newest-first, with author, text, age and reaction count. Public groups are readable without joining; a private group you are not a member of returns an empty list flagged restricted rather than failing.

Input

groupId required

LinkedIn group id, the number in the group URL e.g. "8794032" for linkedin.com/groups/8794032/. A full group URL is also accepted and the id is extracted from it.

limit optional

Maximum posts to return, newest-first. The feed loads 5 more per scroll; fewer are returned if the feed runs out.

Default: 10

Output

posts required
group_id required
group_name required

Group display name from the page header.

note optional
restricted optional

True when the group exists but no posts are visible — a private group this account has not joined. posts is then empty. A nonexistent id throws instead.

FAQ

Fetch posts from a LinkedIn group feed by group id, newest-first, with author, text, age and reaction count. Public groups are readable without joining; a private group you are not a member of returns an empty list flagged restricted rather than failing.
Required: groupId. Optional: limit.
It returns note, posts, group_id, group_name, restricted.
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_group_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_group_posts
It is part of Reduck's official curated catalogue.

Start building not clicking