Documentation

School Profile Endpoint

Cost1 credit / successful request

Get structured data of a School Profile.

GET
/api/v2/school

Authorization

BearerAuth client
AuthorizationBearer <token>

In: header

Scope: client

Query Parameters

url*string

URL of the School Profile to crawl.

use_cache?string

if-present The default behavior.Fetches profile from cache regardless of age of profile. If profile is not available in cache, API will attempt to source profile externally. if-recent API will make a best effort to return a fresh profile no older than 29 days.Costs an extra 1 credit on top of the cost of the base endpoint.

live_fetch?string

Tweak the behavior of the API to fetch the fresh profile.
This parameter accepts the following values:

  • force - Force the API to fetch the fresh profile. Costs an extra 9 credits on top of the cost of the base endpoint.
  • default (default value) - Do not force the API to fetch the fresh profile. Consider using use_cache instead.

Response Body

application/json

curl -X GET "https://enrichlayer.com/api/v2/school?url=https%3A%2F%2Fwww.linkedin.com%2Fschool%2Fnational-university-of-singapore&use_cache=if-present&live_fetch=force"
{
  "linkedin_internal_id": "5524",
  "description": "At NUS, we are shaping the future through our people and our pursuit of new frontiers in knowledge. In a single century, we have become a university of global influence and an Asian thought leader. Our location at the crossroads of Asia informs our mission and gives us a tremendous vantage point to help create opportunities and address the pressing issues facing Singapore, Asia and the world.\r\rAt NUS, we believe in education, research and service that change lives.",
  "website": "http://nus.edu.sg",
  "industry": "Higher Education",
  "company_size": [
    5001,
    10000
  ],
  "company_size_on_linkedin": 16084,
  "hq": {
    "country": "SG",
    "city": "Singapore",
    "postal_code": "119077",
    "line_1": "21 Lower Kent Ridge Road, Singapore",
    "is_hq": true,
    "state": null
  },
  "company_type": "EDUCATIONAL_INSTITUTION",
  "founded_year": 1905,
  "specialities": [
    "education",
    "research"
  ],
  "locations": [
    {
      "country": "SG",
      "city": "Singapore",
      "postal_code": "119077",
      "line_1": "21 Lower Kent Ridge Road, Singapore",
      "is_hq": true,
      "state": null
    }
  ],
  "name": "National University of Singapore",
  "tagline": null,
  "universal_name_id": "national-university-of-singapore",
  "profile_pic_url": "https://assets.enrichlayer.com/pp/958d8f946b301001502eea1d67177d29",
  "background_cover_image_url": "https://assets.enrichlayer.com/pp/958d8f946b301001502eea1d67177d29",
  "search_id": "5524",
  "similar_companies": [
    {
      "name": "NUS Business School",
      "link": "https://www.linkedin.com/school/nus-business-school/",
      "industry": "Higher Education",
      "location": null
    },
    {
      "name": "NUS Faculty of Arts and Social Sciences",
      "link": "https://www.linkedin.com/school/nusfass/",
      "industry": "Higher Education",
      "location": null
    }
  ],
  "affiliated_companies": [],
  "updates": [],
  "follower_count": 539321,
  "meta": {
    "thin_profile": false,
    "last_updated": "2023-10-26T11:34:30Z"
  }
}
Empty
Empty
Empty
Empty
Empty
Empty
Empty