Employee Search Endpoint
正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
Company API
Search employees of a target by their job title. This API endpoint is syntactic
sugar for the role_search parameter under the Employee Listing Endpoint.
This API endpoint is powered by LinkDB, our comprehensive dataset of people
and company profiles. For a detailed comparison between this API endpoint
and the Role Lookup Endpoint or the Person Search Endpoint, refer to this article.
请求参数
Query 参数
page_size
string
可选
The default value of this parameter is
200000
.Accepted values for this parameter is an integer ranging from
1
to 200000
.When
enrich_profiles=enrich
, this parameter accepts value ranging from 1
to 10
and the default value is 100
.示例值:
10
linkedin_company_profile_url
string
必需
示例值:
https://www.linkedin.com/company/microsoft/
keyword_regex
string
必需
示例值:
ceo|cto
country
string
可选
country=us
if you only want profiles from the US.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
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