LinkedIn Leads

Get posts leads

Returns leads (reactions, comments, reshares) for a specific LinkedIn post. Supports filtering by engagement type and minimum follower count.

get/linkedin/leads/{profileId}/posts/{postId}

Path parameters

profileIdstring uuid required

LinkedIn profile ID (UUID)

postIdstring uuid required

LinkedIn post ID (UUID)

Query parameters

typesstring

Filter by engagement types (comma-separated: LIKE,COMMENT,RESHARE)

minFollowerCountinteger

Filter leads by minimum follower count

limitinteger

Maximum number of leads to return (1-250)

cursorstring

Pagination cursor from previous response

Response

List of leads for the post

nextCursorstring nullable

Cursor for fetching the next page

hasMoreboolean

Whether more leads are available

Changes

No recorded changes to this endpoint across all 1 revision of this API.