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

Step 1

Navigate to a LinkedIn Schools search https://www.linkedin.com/search/results/schools
2

Step 2

Choose a Schools search and apply your desired filters.
3

Step 3

Copy the URL from your browser.
4

Step 4

Paste the URL into the provided input field.

Inputs

linkedin_school_search_url
string
required
A LinkedIn School Search URL should start with ‘https://www.linkedin.com/search/results/schools’.

Parameters

max_results
number
default:100
Maximum number of schools to extract per input.

Output Fields

The action returns the following fields:
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.