This action allows you to extract recent posts from a LinkedIn profile, providing insights into the user’s activity. It is particularly useful for tracking engagement and content trends on LinkedIn.
The URL of the LinkedIn profile from which to extract posts. Example:
https://www.linkedin.com/in/romanebeaudouin
Parameters
The maximum number of posts to extract per input. Must be smaller or equal to
30,000.
Specifies the maximum number of days from which data will be extracted. If the
value is 0, this setting will be disabled.
Specifies the maximum number of minutes from which data will be extracted. If
the value is 0, this setting will be disabled.
Output Fields
The extracted data includes the following fields:
The number of comments on the post
The text content of the post
The first name of the profile owner
The full name of the profile owner
The last name of the profile owner
linkedin_original_post_url
The original URL of the LinkedIn post
The unique identifier of the LinkedIn post
The type of the LinkedIn post
The URL of the LinkedIn post
The LinkedIn handle of the profile
The unique identifier of the LinkedIn profile
The URL of the LinkedIn profile
The date when the post was published
The number of reactions on the post
Here is the JSON schema for the output:
{
"comment_count" : "integer" ,
"content_text" : "string" ,
"first_name" : "string" ,
"full_name" : "string" ,
"last_name" : "string" ,
"linkedin_original_post_url" : "string" ,
"linkedin_post_id" : "string" ,
"linkedin_post_type" : "string" ,
"linkedin_post_url" : "string" ,
"linkedin_profile_handle" : "string" ,
"linkedin_profile_id" : "string" ,
"linkedin_profile_url" : "string" ,
"published_date" : "string" ,
"reaction_count" : "integer"
}
Specificities
This action can be effectively combined with other LinkedIn-related actions such as:
These combinations can enhance your data collection and engagement strategies on LinkedIn.