curl --request GET \
--url https://api.harvest-api.com/linkedin/profile-reactions \
--header 'X-API-Key: <api-key>'{
"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
}
}
}
],
"pagination": {
"totalPages": 123,
"totalElements": 123,
"pageNumber": 123,
"previousElements": 123,
"pageSize": 123,
"paginationToken": "<string>"
},
"status": "<string>",
"error": "<string>"
}Get reactions of LinkedIn profile by profile URL.
curl --request GET \
--url https://api.harvest-api.com/linkedin/profile-reactions \
--header 'X-API-Key: <api-key>'{
"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
}
}
}
],
"pagination": {
"totalPages": 123,
"totalElements": 123,
"pageNumber": 123,
"previousElements": 123,
"pageSize": 123,
"paginationToken": "<string>"
},
"status": "<string>",
"error": "<string>"
}const params = new URLSearchParams({
profile: 'https://www.linkedin.com/in/satyanadella',
// profileId: 'ACoAAAEkwwAB9KEc2TrQgOLEQ-vzRyZeCDyc6DQ', // profileId is preferable & faster
});
fetch(`https://api.harvest-api.com/linkedin/profile-reactions?${params.toString()}`, {
headers: { 'X-API-Key': '<api-key>' },
})
.then((response) => response.json())
.then((data) => console.log(data));
URL of the LinkedIn profile
Profile ID of the LinkedIn profile. It's faster to search by ID
Page number for pagination. Default is 1
Required for pages > 1. Use this token from the previous page response.
Post reactions response
Show child attributes
The unique identifier for the reaction.
"urn:li:fsd_reaction:(urn:li:fsd_profile:ACoAAFsSba4BjCtAJXsUcfwXs0LPljAa2PsGpc8,urn:li:activity:7330681775884533760,0)"
The type of reaction.
"LIKE"
The ID of the post that was reacted to.
"7330681775884533760"
Show child attributes
The unique identifier for the actor.
"ACoAAFsSba4BjCtAJXsUcfwXs0LPljAa2PsGpc8"
The name of the actor.
"Om More"
The LinkedIn profile URL of the actor.
"https://www.linkedin.com/in/ACoAAFsSba4BjCtAJXsUcfwXs0LPljAa2PsGpc8"
The current position of the actor.
"Student at Yashwantrao Mohite College of Arts, Science and Commerce, Pune"
The URL of the actor's profile picture.
"https://media.licdn.com/dms/image/v2/D4E03AQEjFjWHGRTC2Q/profile-displayphoto-shrink_800_800/B4EZcG0eZVHAAc-/0/1748166110665?e=1753920000&v=beta&t=HOMnbBij0Z_MV2RvUu5zLKCpOaN8Cbnh72uqaH99ZLA"
Show child attributes
The URL of the picture.
"https://media.licdn.com/dms/image/v2/D4E03AQEjFjWHGRTC2Q/profile-displayphoto-shrink_800_800/B4EZcG0eZVHAAc-/0/1748166110665?e=1753920000&v=beta&t=HOMnbBij0Z_MV2RvUu5zLKCpOaN8Cbnh72uqaH99ZLA"
The width of the picture in pixels.
800
The height of the picture in pixels.
800
The expiration timestamp of the picture URL in milliseconds since epoch.
1753920000000