Facebook Pixel
ApiUncategorized

Get company details

Retrieve detailed information about a specific LinkedIn company page including full description, specialties, employee count, headquarters location, and industry classification.

POST/search/companies/details

Get company details

Retrieve detailed information about a specific LinkedIn company page including full description, specialties, employee count, headquarters location, and industry classification.

Authentication requiredSearch

Code Examples

curl -X POST '/linkedin/search/companies/details' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"companyId":"string"}'

Parameters

No parameters.

Request Body

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to use. If not provided, uses the default account.
companyIdstringYesLinkedIn company ID from search results or company page URL

Example

{
  "companyId": "string"
}

Responses

StatusDescription
200Company details retrieved successfully