Get LinkedIn Feed
Retrieve your LinkedIn feed, returning 1 to 100 items with each post's ID, engagement counts, and a sponsored flag. Use the exclude_sponsored option to filter out ads and promoted posts, and the start offset to page through results. Returns an empty array if your feed has no items.
Example prompt: Pull the latest 25 posts from my feed and exclude any sponsored content
[
{
"post_id": "urn:li:activity:7012345678901234567",
"author": "Jane Smith",
"reactions": 64,
"is_sponsored": false
}
]What you can build
Parameters
Inputs accepted by get_feed.
| Name | Type | Description |
|---|---|---|
| limit | number | Number of feed items to return (1-100, default 20) |
| start | number | Offset for pagination (default 0). Use to page through results. |
| exclude_sponsored | boolean | Filter out sponsored/promoted posts (default false) |
Related tools
Research High-Engagement Feed Posts
Surface the highest-engagement posts in your feed, sorted by engagement rate and filterable by topic. Fuel content ideas via MCP.
React to LinkedIn Post
React to LinkedIn posts with like, celebrate, support, love, insightful, or funny. Safe daily limits and idempotent reactions via MCP.
Comment on LinkedIn Post
Add comments or threaded replies to LinkedIn posts, up to 1250 characters. Safe daily limits keep your engagement natural via MCP.
List LinkedIn Posts
List recent posts by any profile or company, or surface your own top posts ranked by impressions, reactions, or engagement rate via MCP.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.