Read-only

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.

get_feedGET/api/v1/content/feed
crispy — bash

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
  }
]
Permission scope
core
Access
Read-only
Category
Content

What you can build

Scan your feed for posts from prospects worth engaging on
Filter out sponsored content to focus on organic posts
Find timely posts to react to or comment on each morning
Feed recent posts into a workflow that drafts genuine engagement

Parameters

Inputs accepted by get_feed.

NameTypeDescription
limitnumberNumber of feed items to return (1-100, default 20)
startnumberOffset for pagination (default 0). Use to page through results.
exclude_sponsoredbooleanFilter out sponsored/promoted posts (default false)

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.