v1
latestOpenAPI 3.0.1MIT2026-07-22284583.4 KBGet reactions of LinkedIn profile
Get reactions of LinkedIn profile by profile URL.
get/linkedin/profile-reactions
Query parameters
profilestring
URL of the LinkedIn profile
profileIdstring
Profile ID of the LinkedIn profile. It's faster to search by ID
pageinteger
Page number for pagination. Default is 1
paginationTokenstring nullable
Required for pages > 1. Use this token from the previous page response.
Response
Post reactions response
Example response
{
"elements": [
{
"id": "urn:li:fsd_reaction:(urn:li:fsd_profile:ACoAAFsSba4BjCtAJXsUcfwXs0LPljAa2PsGpc8,urn:li:activity:7330681775884533760,0)",
"reactionType": "LIKE",
"postId": "7330681775884533760",
"actor": {
"id": "ACoAAFsSba4BjCtAJXsUcfwXs0LPljAa2PsGpc8",
"name": "Om More",
"linkedinUrl": "https://www.linkedin.com/in/ACoAAFsSba4BjCtAJXsUcfwXs0LPljAa2PsGpc8",
"position": "Student at Yashwantrao Mohite College of Arts, Science and Commerce, Pune",
"pictureUrl": "https://media.licdn.com/dms/image/v2/D4E03AQEjFjWHGRTC2Q/profile-displayphoto-shrink_800_800/B4EZcG0eZVHAAc-/0/1748166110665?e=1753920000&v=beta&t=HOMnbBij0Z_MV2RvUu5zLKCpOaN8Cbnh72uqaH99ZLA",
"picture": {
"url": "https://media.licdn.com/dms/image/v2/D4E03AQEjFjWHGRTC2Q/profile-displayphoto-shrink_800_800/B4EZcG0eZVHAAc-/0/1748166110665?e=1753920000&v=beta&t=HOMnbBij0Z_MV2RvUu5zLKCpOaN8Cbnh72uqaH99ZLA",
"width": 800,
"height": 800,
"expiresAt": 1753920000000
}
}
}
]
}