This action allows you to extract a comprehensive list of followers from your LinkedIn profile. It is useful for analyzing your network and understanding your audience.
You don’t need to provide any input for this action.
Parameters
The maximum number of connections to extract. The default is 200, and the
maximum limit is 30,000.
How many connections to skip. A value of ‘1’ means that the first 40
connections are being skipped.
Output Fields
The action returns the following fields:
The first name of the follower
The full name of the follower
The job title of the follower
The last name of the follower
The LinkedIn profile handle of the follower
The LinkedIn profile ID of the follower
The LinkedIn profile URL of the follower
Below is the JSON schema for the output fields:
{
"first_name" : "string" ,
"full_name" : "string" ,
"job_title" : "string" ,
"last_name" : "string" ,
"linkedin_profile_handle" : "string" ,
"linkedin_profile_id" : "string" ,
"linkedin_profile_url" : "string"
}