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.

Start building not clicking