This action allows you to search for schools on LinkedIn using a specific search URL. It is useful for extracting detailed information about educational institutions listed on LinkedIn.
Step 2
Choose a Schools search and apply your desired filters.
Step 3
Copy the URL from your browser.
Step 4
Paste the URL into the provided input field.
linkedin_school_search_url
Parameters
Maximum number of schools to extract per input.
Output Fields
The action returns the following fields:
The description of the school
The LinkedIn handle of the school
The LinkedIn ID of the school
The LinkedIn URL of the school
The location of the school
The number of members associated with the school
The tracking ID for the school
Below is the JSON schema for the output fields:
{
"description" : "string" ,
"linkedin_school_handle" : "string" ,
"linkedin_school_id" : "string" ,
"linkedin_school_url" : "string" ,
"location" : "string" ,
"members" : "integer" ,
"school_name" : "string" ,
"tracking_id" : "string"
}
Ensure that the URL is correctly formatted to avoid errors in data extraction.