Skip to main content

Get Company Details

This API fetches detailed information about a company using its LinkedIn universal name.

The company_name can be obtained by calling the actions/get_profile_details API. In the response, the experience field is an array of objects, each containing a universal_name of the company, which should be used as the company_name in this API request.

Request Body example:

{
"accountId": "string",
"company_name": "string"
}

Successful response returns detailed company information including name, description, location, follower count, and more.

Header Parameters
x-api-key uuid REQUIRED
x-api-secret uuid REQUIRED
Request Body REQUIRED
accountId string REQUIRED
company_name string REQUIRED
Responses
Success
Schema OPTIONAL
status string
request_id string
result object
name string
description string
staff_count integer
universal_name string
url string
website string
city string
country string
area string
address_line_1 string,null OPTIONAL
address_line_2 string,null OPTIONAL
postal_code string
founded_year integer
followers integer
following boolean
company_id string
type string
industry string
image string
Failed
Schema OPTIONAL
status string
result null