Skip to main content
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.

Inputs

linkedin_school_url
string
required
A LinkedIn School URL should start with ‘https://www.linkedin.com/school/’.

Parameters

max_results
number
default:100
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:
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

1

Access LinkedIn School Page

Navigate to the LinkedIn school page and select the “Alumni” tab. Copy the URL from the address bar.
2

Set Parameters

Define the maximum number of profiles you wish to extract. The default is set to 100.
3

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.