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
| |||||||||||||||||||||||
Failed
|