Student Listing Endpoint
正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
School API
Get a list of students of a school or university.
请求参数
Query 参数
country
string
可选
country=us
if you only want profiles from the US.3
credit per result returned.示例值:
us
enrich_profiles
string
可选
skip
(default): lists student's profile urlenrich
: lists full profile of students1
credit per student returned.示例值:
enrich
search_keyword
string
可选
null
.10
credits.Each student matched and returned would cost
6
credits per student returned.)示例值:
computer*|cs
page_size
string
可选
10
.1
to 200000
.enrich_profiles=enrich
, this parameter accepts value ranging from 1
to 10
and the default value is 10
.示例值:
10
student_status
string
可选
current
, past
, and all
:current
(default) : lists current studentspast
: lists past studentsall
: lists current & past students示例值:
current
sort_by
string
可选
recently-matriculated
- Sort students by their matriculation date. Students who had had most recently started school is on the top of the list.recently-graduated
- Sort students by their graduation date. The most recently graduated student is on the top of this list.none
- The default value. Do not sort.none
, will add 50
credits to the base cost of the API endpoint regardless number of results returned. It will also add an additional cost of 10
credits per student returned.示例值:
recently-matriculated
resolve_numeric_id
string
可选
We achieve this by resolving numerical IDs into vanity IDs with cached company profiles from LinkDB.
For example, we will turn
https://www.linkedin.com/school/1234567890
to https://www.linkedin.com/school/acme-corp
-- for which the API endpoint only supports the latter.false
(default value) - Will not resolve numerical IDs.true
- Enable support for School Profile URLs with numerical IDs.Costs an extra
2
credit on top of the base cost of the endpoint.示例值:
false
linkedin_school_url
string
必需
https://www.linkedin.com/school/<public_identifier>
示例值:
https://www.linkedin.com/school/stanford-university