This action allows you to extract alumni profiles from a specific LinkedIn school page based on defined criteria. It is particularly useful for educational institutions, recruiters, and researchers who need to gather alumni data efficiently.
Parameters
Maximum number of profiles to extract per input. The default is 100, with a
maximum limit of 30,000.
Output Fields
The action returns a comprehensive set of alumni data fields:
The degree of connection to the profile
The full name of the alumni
The headline of the alumni’s LinkedIn profile
linkedin_people_post_search_url
The LinkedIn URL for people post search
The handle of the LinkedIn profile
The ID of the LinkedIn profile
The URL of the LinkedIn profile
The URL of the profile image
sales_navigator_profile_id
The ID of the Sales Navigator profile
sales_navigator_profile_url
The URL of the Sales Navigator profile
Below is the JSON schema for the output fields:
{
"connection_degree" : "string" ,
"full_name" : "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" ,
"sales_navigator_profile_url" : "string" ,
"school_name" : "string"
}
Specificities
Access LinkedIn School Page
Navigate to the LinkedIn school page and select the “Alumni” tab. Copy the
URL from the address bar.
Set Parameters
Define the maximum number of profiles you wish to extract. The default is
set to 100.
Execute Action
Use the extracted URL and parameters to execute the action and retrieve
alumni data.
Ensure the LinkedIn School URL is correctly formatted to avoid errors during
data extraction.