This action allows you to extract a list of LinkedIn profiles that have viewed your profile. It is useful for understanding who is interested in your professional background and for networking purposes.
This action does not require any input fields. The account you select will be used to extract the profile viewers.
Parameters
The maximum number of profile viewers to extract. The default is 1, and the
maximum is 50.
Specifies the maximum number of days from which data will be extracted. If set
to 0, this setting is disabled.
Specifies the maximum number of minutes from which data will be extracted. If
set to 0, this setting is disabled.
Output Fields
The following fields are included in the output:
The degree of connection to the profile viewer.
The headline of the LinkedIn profile viewer.
linkedin_people_post_search_url
The URL for LinkedIn people post search.
The LinkedIn handle of the profile viewer.
The LinkedIn profile ID of the viewer.
The URL of the LinkedIn profile viewer.
The URL of the profile image of the viewer.
sales_navigator_profile_id
The Sales Navigator profile ID of the viewer.
The date when the profile was viewed.
The timestamp of when the profile was viewed.
Below is the JSON schema for the output fields:
{
"connection_degree" : "string" ,
"headline" : "string" ,
"linkedin_people_post_search_url" : "string" ,
"linkedin_profile_handle" : "string" ,
"linkedin_profile_id" : "string" ,
"linkedin_profile_url" : "string" ,
"profile_image_url" : "string" ,
"sales_navigator_profile_id" : "string" ,
"view_date" : "string" ,
"view_timestamp" : "string"
}