Module people_api

Module people_api 

Source

Enums§

PersonLookupEndpointError
struct for typed errors of method person_lookup_endpoint
PersonProfileEndpointError
struct for typed errors of method person_profile_endpoint
PersonProfilePictureEndpointError
struct for typed errors of method person_profile_picture_endpoint
RoleLookupEndpointError
struct for typed errors of method role_lookup_endpoint

Functions§

person_lookup_endpoint
Cost: 2 credits / successful request. Look up a person with a name and company information.
person_profile_endpoint
Cost: 1 credit / successful request. Get structured data of a Personal Profile
person_profile_picture_endpoint
Cost: 0 credit / successful request. Get the profile picture of a person. Profile pictures are served from cached people profiles found within LinkDB. If the profile does not exist within LinkDB, then the API will return a 404 status code.
role_lookup_endpoint
Cost: 3 credits / successful request. Finds the closest (person) profile with a given role in a Company. For example, you can use this endpoint to find the "CTO" of "Apple". This API endpoint returns only one result that is the closest match. There is also the [Employee Search Endpoint] (https://nubela.co/proxycurl/docs#company-api-employee-search-api-endpoint) which is powered by LinkDB if you require: * precision on the target company * a list of employees that matches a role (instead of one result).