OpenAPI 3.0.3AGPL-3.0 license2026-08-2011401.7 MB

9217eedacbb8

scrapers

Get home feed

Get posts from the LinkedIn home feed using GraphQL. Supports algorithmic (RELEVANCE) or chronological (REV_CHRON) sorting. Returns parsed post objects with author info, text, engagement counts. No pagination token support currently.

post/feed/linkedin

Request body

countinteger

Number of feed items to return (1-50, default 20)

sortOrder'RELEVANCE' | 'REV_CHRON'

Sort order: RELEVANCE (default, algorithmic) or REV_CHRON (most recent first)

Response

Feed posts

successtrue required
creditsUsedinteger required

Credits consumed by this call. 0 for free endpoints, cached results, duplicates, and for every query that does not touch LinkedIn.

retryAfterinteger required

Seconds to wait before another call of the same type. 0 means no wait is needed.