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}Authorization
AuthorizationBearer token · headerrequiredAPI key authentication. Generate an API key from your workspace settings.
Path parameters
profileIdstring<uuid>requiredLinkedIn profile ID (UUID)
postIdstring<uuid>requiredLinkedIn post ID (UUID)
Query parameters
typesstringFilter by engagement types (comma-separated: LIKE,COMMENT,RESHARE)
minFollowerCountintegerFilter leads by minimum follower count
min 0
limitintegerMaximum number of leads to return (1-250)
min 1 · max 250 · default: 100
cursorstringPagination cursor from previous response
Responses
200
List of leads for the post
leadsLinkedInLead[]Show propertiesHide properties
Array of
LinkedInLeadidstring<uuid>typestringAllowed:
LIKECOMMENTRESHAREtextstring | nullComment or reshare text (null for likes)
createdAtstring<date-time>authorLinkedInLeadAuthorShow propertiesHide properties
firstNamestringlastNamestringvanityNamestringprofileUrlstring<uri>profileImageUrlstring<uri> | nullheadlinestring | nullfollowerCountintegercurrentJobobject | nullShow propertiesHide properties
titlestringlocationstring | nullorganizationNamestringorganizationIndustrystring | nullnextCursorstring | nullCursor for fetching the next page
hasMorebooleanWhether more leads are available
401
Unauthorized - Missing or invalid API key
codestringmessagestring403
Forbidden - Insufficient permissions
codestringmessagestring404
Not Found - Resource does not exist
codestringmessagestring