App Logo
linkedin.com

Search LinkedIn posts

Search LinkedIn posts by keyword, newest-first or by relevance. Returns each post's permalink (a lnkd.in short link — this surface exposes no activity id, so urn is always null), author name, profile URL and headline, full text, relative age, and reaction/comment/repost counts. Accepts limit (default 10) and sortBy ("relevance" | "date_posted").

Input

limit optional

Maximum posts to return (default 10). Results are scrolled until this many cards have loaded; fewer come back when the query has fewer posts.

Default: 10
sortBy optional

Result ordering. Anything other than "date_posted" falls back to relevance.

Default: "relevance"
keyword optional

Search terms, as typed into LinkedIn's content search. "keywords" is accepted as an alias for this field (it is what LinkedIn's own URL calls it).

keywords optional

Alias for "keyword" — same meaning; pass either one.

Output

posts required
start optional
total optional

FAQ

Search LinkedIn posts by keyword, newest-first or by relevance. Returns each post's permalink (a lnkd.in short link — this surface exposes no activity id, so urn is always null), author name, profile URL and headline, full text, relative age, and reaction/comment/repost counts. Accepts limit (default 10) and sortBy ("relevance" | "date_posted").
Optional: limit, sortBy, keyword, keywords.
It returns posts, start, total.
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/search_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/search_posts
It is part of Reduck's official curated catalogue.

Start building not clicking