v2

latestOpenAPI 3.0.3AGPL-3.0 license2026-07-2613501.9 MB
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, or duplicates).

retryAfterinteger required

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