Enums§
- Company
Lookup Endpoint Error - struct for typed errors of method
company_lookup_endpoint - Company
Profile Endpoint Error - struct for typed errors of method
company_profile_endpoint - Company
Profile Picture Endpoint Error - struct for typed errors of method
company_profile_picture_endpoint - Employee
Count Endpoint Error - struct for typed errors of method
employee_count_endpoint - Employee
Listing Endpoint Error - struct for typed errors of method
employee_listing_endpoint - Employee
Search Endpoint Error - struct for typed errors of method
employee_search_endpoint
Functions§
- company_
lookup_ endpoint - Cost: 2 credits / successful request. Resolve Company LinkedIn Profile from company name, domain name and location.
- company_
profile_ endpoint - Cost: 1 credit / successful request. Get structured data of a Company Profile
- company_
profile_ picture_ endpoint - Cost: 0 credit / successful request. Get the profile picture of a company. Profile pictures are served from cached company profiles found within LinkDB. If the profile does not exist within LinkDB, then the API will return a
404status code. - employee_
count_ endpoint - Cost: 1 credit / successful request. Get a number of total employees of a Company. Get an employee count of this company from various sources.
- employee_
listing_ endpoint - Cost: 3 credits / employee returned. Get a list of employees of a Company. This API endpoint is limited by LinkDB which is populated with profiles in the US, UK, Canada, Israel, Australia, Ireland, New Zealand and Singapore. As such, this endpoint is best used to list employees working in companies based in those locations only.
- employee_
search_ endpoint - Cost: 10 credits / successful request. 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. Results are limited by data that we have within LinkDB. Use Role Lookup API Endpoint if you need to query for profiles without LinkDB constraints. The drawbacks of the Role Lookup API Endpoint is that it is less precise and can return at most one result per query.