Guest Filters/Search Schools (Public)
GET
/api/filters/schools/guestSearch Schools (Public)
Search schools/universities using LinkedIn's public API.
Free
No authentication
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| keywords | string | Required | Comma-separated keywords to search |
Response Example
{
"filter_type": "SCHOOL",
"keywords_queried": [
"harvard",
"mit"
],
"total_results": 10,
"results": [
{
"name": "Harvard University",
"urn": "urn:li:organization:18483",
"id": "18483"
}
]
}Try it out
No API keys found. Create a key to use the playground.
Comma-separated keywords to search
Code Examples
curl -X GET "https://api.heyscraper.io/api/filters/schools/guest?keywords=%3Ckeywords%3E" \ -H "X-API-Key: hs_live_your_api_key"