Enums§
- Person
Lookup Endpoint Error - struct for typed errors of method
person_lookup_endpoint - Person
Profile Endpoint Error - struct for typed errors of method
person_profile_endpoint - Person
Profile Picture Endpoint Error - struct for typed errors of method
person_profile_picture_endpoint - Role
Lookup Endpoint Error - 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
404status 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).