Skip to main content
GET
/
api
/
v1
/
search
/
schools
Search Schools
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/search/schools \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 188,
  "has_more": true,
  "data": [
    {
      "id": "1645",
      "name": "Harvard Medical School",
      "universal_name": "harvard-medical-school",
      "location": "Boston, ma",
      "students": "64,172 students and alumni on LinkedIn",
      "url": "https://www.linkedin.com/company/harvard-medical-school/",
      "logo": [
        {
          "width": 400,
          "height": 400,
          "url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
          "expires_at": 1748476800000
        }
      ]
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

keyword
string
required

Search keyword

Example:

"Harvard"

page
integer
default:1

Page number for pagination

Example:

1

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of schools

Example:

188

has_more
boolean

Whether there are more data to fetch

Example:

true

data
object[]