List LinkedIn profile comments List comments authored by a LinkedIn person.
GET /v2/linkedin/people/{entityId}/comments
x-api-key* string header
API key (`sfk_...`)
entityId* string required path
LinkedIn person entity ID. Not a vanity handle.
min 1 chars · max 500 chars
cursor string optional query
min 1 chars · max 16384 chars
start integer optional query
≥ 0 · ≤ 9007199254740991
Response fields 106 Expand all Collapse all Collapse all Activity on which the person commented when observed.
data . comments [] . post . header
string nullable
Activity header when observed.
data . comments [] . post . text
string nullable
Activity body text when observed.
data . comments [] . post . textAttributes array nullable
Entity annotations in the activity text when observed.
data . comments [] . post . textAttributes [] . length
number nullable
Attributed text length when observed.
data . comments [] . post . textAttributes [] . text
string nullable
Attributed text when observed.
data . comments [] . post . textAttributes [] . type
string nullable
Attribute type when observed.
data . comments [] . post . textAttributes [] . entityId
string nullable
Referenced entity identifier when observed.
data . comments [] . post . url
string nullable
Activity permalink when observed.
data . comments [] . post . entityId
string nullable
Activity entity identifier when observed.
data . comments [] . post . author object nullable
Activity author when observed.
data . comments [] . post . author . name
string nullable
Actor display name when observed.
data . comments [] . post . author . headline
string nullable
Actor headline when observed.
data . comments [] . post . author . entityId
string nullable
Actor entity identifier when observed.
data . comments [] . post . author . id
string nullable
Actor numeric or source identifier when observed.
data . comments [] . post . author . url
string nullable
Actor LinkedIn URL when observed.
data . comments [] . post . author . profilePictureUrl
string nullable
Actor profile picture URL when observed.
data . comments [] . post . author . type
string nullable
Actor source type when observed.
data . comments [] . post . postedAt object nullable
Activity publication time when observed.
data . comments [] . post . postedAt . timestamp
number nullable
Source timestamp in milliseconds when observed.
data . comments [] . post . postedAt . fullDate
string nullable
Formatted source date when observed.
data . comments [] . post . postedAt . relativeDay
string nullable
Relative source date label when observed.
data . comments [] . post . edited
boolean nullable
Whether the activity was edited when observed.
data . comments [] . post . engagements object nullable
Activity engagement totals when observed.
data . comments [] . post . engagements . totalReactions
number nullable
Total reaction count when observed.
data . comments [] . post . engagements . commentsCount
number nullable
Comment count when observed.
data . comments [] . post . engagements . repostsCount
number nullable
Repost count when observed.
data . comments [] . post . engagements . reactions array nullable
Reaction-count breakdown when observed.
data . comments [] . post . engagements . reactions [] . reactionType
string nullable
Reaction type when observed.
data . comments [] . post . engagements . reactions [] . reactionCount
number nullable
Count for this reaction type when observed.
data . comments [] . post . mediaContent array nullable
All activity media items in source order when observed.
data . comments [] . post . mediaContent [] . type
string nullable
Media type when observed, including image, video, article, or document.
data . comments [] . post . mediaContent [] . url
string nullable
Media destination or asset URL when observed.
data . comments [] . post . resharedPostContent object nullable
data . comments [] . post . resharedPostContent . header
string nullable
Activity header when observed.
data . comments [] . post . resharedPostContent . text
string nullable
Activity body text when observed.
data . comments [] . post . resharedPostContent . textAttributes array nullable
Entity annotations in the activity text when observed.
data . comments [] . post . resharedPostContent . textAttributes [] . length
number nullable
Attributed text length when observed.
data . comments [] . post . resharedPostContent . textAttributes [] . text
string nullable
Attributed text when observed.
data . comments [] . post . resharedPostContent . textAttributes [] . type
string nullable
Attribute type when observed.
data . comments [] . post . resharedPostContent . textAttributes [] . entityId
string nullable
Referenced entity identifier when observed.
data . comments [] . post . resharedPostContent . url
string nullable
Activity permalink when observed.
data . comments [] . post . resharedPostContent . entityId
string nullable
Activity entity identifier when observed.
data . comments [] . post . resharedPostContent . author object nullable
Activity author when observed.
data . comments [] . post . resharedPostContent . author . name
string nullable
Actor display name when observed.
data . comments [] . post . resharedPostContent . author . headline
string nullable
Actor headline when observed.
data . comments [] . post . resharedPostContent . author . entityId
string nullable
Actor entity identifier when observed.
data . comments [] . post . resharedPostContent . author . id
string nullable
Actor numeric or source identifier when observed.
data . comments [] . post . resharedPostContent . author . url
string nullable
Actor LinkedIn URL when observed.
data . comments [] . post . resharedPostContent . author . profilePictureUrl
string nullable
Actor profile picture URL when observed.
data . comments [] . post . resharedPostContent . author . type
string nullable
Actor source type when observed.
data . comments [] . post . resharedPostContent . postedAt object nullable
Activity publication time when observed.
data . comments [] . post . resharedPostContent . postedAt . timestamp
number nullable
Source timestamp in milliseconds when observed.
data . comments [] . post . resharedPostContent . postedAt . fullDate
string nullable
Formatted source date when observed.
data . comments [] . post . resharedPostContent . postedAt . relativeDay
string nullable
Relative source date label when observed.
data . comments [] . post . resharedPostContent . edited
boolean nullable
Whether the activity was edited when observed.
data . comments [] . post . resharedPostContent . engagements object nullable
Activity engagement totals when observed.
data . comments [] . post . resharedPostContent . engagements . totalReactions
number nullable
Total reaction count when observed.
data . comments [] . post . resharedPostContent . engagements . commentsCount
number nullable
Comment count when observed.
data . comments [] . post . resharedPostContent . engagements . repostsCount
number nullable
Repost count when observed.
data . comments [] . post . resharedPostContent . engagements . reactions array nullable
Reaction-count breakdown when observed.
data . comments [] . post . resharedPostContent . engagements . reactions [] . reactionType
string nullable
Reaction type when observed.
data . comments [] . post . resharedPostContent . engagements . reactions [] . reactionCount
number nullable
Count for this reaction type when observed.
data . comments [] . post . resharedPostContent . mediaContent array nullable
All activity media items in source order when observed.
data . comments [] . post . resharedPostContent . mediaContent [] . type
string nullable
Media type when observed, including image, video, article, or document.
data . comments [] . post . resharedPostContent . mediaContent [] . url
string nullable
Media destination or asset URL when observed.
data . comments [] . post . resharedPostContent . resharedPostContent
The person's comment when observed.
data . comments [] . comment . author object nullable
Comment author when observed.
data . comments [] . comment . author . name
string nullable
Actor display name when observed.
data . comments [] . comment . author . headline
string nullable
Actor headline when observed.
data . comments [] . comment . author . entityId
string nullable
Actor entity identifier when observed.
data . comments [] . comment . author . id
string nullable
Actor numeric or source identifier when observed.
data . comments [] . comment . author . url
string nullable
Actor LinkedIn URL when observed.
data . comments [] . comment . author . profilePictureUrl
string nullable
Actor profile picture URL when observed.
data . comments [] . comment . author . type
string nullable
Actor source type when observed.
data . comments [] . comment . comment
string nullable
Comment text when observed.
data . comments [] . comment . createdAt
number nullable
Comment creation timestamp when observed.
data . comments [] . comment . permalink
string nullable
Comment permalink when observed.
data . comments [] . comment . edited
boolean nullable
Whether the comment was edited when observed.
data . comments [] . comment . engagements object nullable
Comment engagement totals when observed.
data . comments [] . comment . engagements . totalReactions
number nullable
Total reaction count when observed.
data . comments [] . comment . engagements . commentsCount
number nullable
Comment count when observed.
data . comments [] . comment . engagements . repostsCount
number nullable
Repost count when observed.
data . comments [] . comment . engagements . reactions array nullable
Reaction-count breakdown when observed.
data . comments [] . comment . engagements . reactions [] . reactionType
string nullable
Reaction type when observed.
data . comments [] . comment . engagements . reactions [] . reactionCount
number nullable
Count for this reaction type when observed.
one of: cursor, offset, page
data . page . nextCursor
string nullable
data . page . hasMore
boolean nullable
Null when continuation is unknown for this page.
data . page . start
integer nullable
data . page . page
integer nullable
data . page . count
integer nullable
data . page . returnedCount
integer
data . page . total
integer nullable
data . page . totalPages
integer nullable
data . reportedTotal
number nullable
Total reported for this page of results; not a guarantee of globally retrievable matches.
Metadata about the API response.
Unique request identifier for tracing this API call.
meta . creditsCharged
integer
Credits charged for this request.
Public API version that served the response.