This action allows you to gather detailed reaction data from a LinkedIn profile, including likes, support, love, and more. It is useful for analyzing engagement and understanding audience interaction on LinkedIn.
The URL of the LinkedIn profile from which to extract reaction activity.
Parameters
The maximum number of reactions to extract. The value can range from 1 to
30,000.
Specifies the maximum number of days from which data will be extracted. A
value of 0 disables this setting.
Specifies the maximum number of minutes from which data will be extracted. A
value of 0 disables this setting.
Output Fields
The action returns the following fields:
The ID of the LinkedIn post.
The URL of the LinkedIn post.
The handle of the LinkedIn profile.
The URL of the LinkedIn profile.
The ID of the LinkedIn reaction.
The type of LinkedIn reaction (e.g., like, support).
The URL of the LinkedIn reaction.
The time when the reaction was published.
Below is the JSON schema for the output fields:
{
"linkedin_post_id" : "string" ,
"linkedin_post_url" : "string" ,
"linkedin_profile_handle" : "string" ,
"linkedin_profile_url" : "string" ,
"linkedin_reaction_id" : "string" ,
"linkedin_reaction_type" : "string" ,
"linkedin_reaction_url" : "string" ,
"published_time" : "string"
}
Specificities
How to get the LinkedIn profile URL
Use a previous action like Search LinkedIn People to obtain the profile
URL.
Manually navigate to the person’s LinkedIn profile and copy the URL
from your browser.
This action is particularly useful for tracking and analyzing engagement on
LinkedIn profiles.