LinkedIn Leads

List posts

Returns all LinkedIn posts for a profile with scraped lead counts (reactions, comments, reshares). Supports pagination and filtering by date range. Requires leads scraping to be enabled for the profile.

get/linkedin/leads/{profileId}/posts

Path parameters

profileIdstring uuid required

LinkedIn profile ID (UUID)

Query parameters

startDatestring date-time

Filter posts published on or after this date

endDatestring date-time

Filter posts published on or before this date

limitinteger

Maximum number of posts to return (1-100)

cursorstring

Pagination cursor from previous response

Response

List of LinkedIn posts with lead counts

nextCursorstring nullable

Cursor for fetching the next page

hasMoreboolean

Whether more posts are available

Changes

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