App Logo
linkedin.com

Get LinkedIn feed posts

Get posts from the logged-in user's LinkedIn home feed (linkedin.com/feed/), scrolling to load up to count posts. Returns each post's author (name, headline, connection degree, profile URL, profile picture), text, age, engagement counts, sponsored flag, permalink, any quoted post, and the feed's reason line verbatim - why the post is there ("X reposted this", "X commented", "Suggested") - with a profile URL for each actor it names. The reason line is never classified into a flag: its wording is localized and open-ended, so read reason.text to tell a repost from a like. authorPictureUrl is a signed media.licdn.com CDN link, not a stable reference: it carries an expiry a few weeks out and 403s if the query string is altered, so pass it through whole and download the bytes if you need the image to outlive the link - never store the URL. Join on authorProfileUrl instead.

Input

count optional

Max posts to collect by scrolling the home feed. Default 10; the feed is effectively infinite (algorithmic recommendations), so this is the only bound.

Default: 10

Output

posts required

FAQ

Get posts from the logged-in user's LinkedIn home feed (linkedin.com/feed/), scrolling to load up to count posts. Returns each post's author (name, headline, connection degree, profile URL, profile picture), text, age, engagement counts, sponsored flag, permalink, any quoted post, and the feed's reason line verbatim - why the post is there ("X reposted this", "X commented", "Suggested") - with a profile URL for each actor it names. The reason line is never classified into a flag: its wording is localized and open-ended, so read reason.text to tell a repost from a like. authorPictureUrl is a signed media.licdn.com CDN link, not a stable reference: it carries an expiry a few weeks out and 403s if the query string is altered, so pass it through whole and download the bytes if you need the image to outlive the link - never store the URL. Join on authorProfileUrl instead.
Optional: count.
It returns posts.
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_feed_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_feed_posts
It is part of Reduck's official curated catalogue.

Start building not clicking