Module company_api

Module company_api 

Source

Enums§

CompanyLookupEndpointError
struct for typed errors of method company_lookup_endpoint
CompanyProfileEndpointError
struct for typed errors of method company_profile_endpoint
CompanyProfilePictureEndpointError
struct for typed errors of method company_profile_picture_endpoint
EmployeeCountEndpointError
struct for typed errors of method employee_count_endpoint
EmployeeListingEndpointError
struct for typed errors of method employee_listing_endpoint
EmployeeSearchEndpointError
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 404 status 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.