Employee Listing Endpoint
正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
Company API
Get a list of employees of a Company.
请求参数
Query 参数
coy_name_match
string
可选
include
(default value) - Include employees whose profiles match the company name.exclude
- Exclude employees by company name match.示例值:
include
use_cache
string
可选
if-present
(default value) - Returns result as it is without any freshness guaranteeif-recent
- Will make a best effort to return results of profiles no older than 29 days. Costs 1
extra credit per result on top of the base cost of the endpoint for users on the Growth or larger subscription. For all other users, it will cost 2
extra credits per result on top of the base cost of the endpoint.use_cache=if-recent
, page_size
is limited to a value of 10
or smaller.示例值:
if-present
country
string
可选
country=us
if you only want profiles from the US. Or you can set the parameter to country=us,sg
if you want employees from both the US and Singapore.3
credit per result returned.示例值:
us
enrich_profiles
string
可选
skip
(default): lists employee's profile urlenrich
: lists full profile of employees1
credit per employee returned.示例值:
enrich
role_search
string
可选
null
.10
credits.Each employee matched and returned would cost 3 extra credits.)
示例值:
(co)?-?founder
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
employment_status
string
可选
current
, past
, and all
:current
(default) : lists current employeespast
: lists past employeesall
: lists current & past employees示例值:
current
sort_by
string
可选
recently-joined
- Sort employees by their join date. The most recent employee is on the top of the list.recently-left
- Sort employees by their departure date. The most recent employee who had just left is on the top of this list.oldest
- Returns the oldest employees first. The oldest employee who had joined this company historically 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 employee returned.示例值:
recently-joined
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/company/1234567890
to https://www.linkedin.com/company/acme-corp
-- for which the API endpoint only supports the latter.false
(default value) - Will not resolve numerical IDs.true
- Enable support for Company Profile URLs with numerical IDs.Costs an extra
2
credit on top of the base cost of the endpoint.示例值:
false
url
string
必需
https://www.linkedin.com/company/<public_identifier>
示例值:
https://www.linkedin.com/company/microsoft