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/detailsGet 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
| Field | Type | Required | Description |
|---|---|---|---|
accountId | string | No | LinkedIn account ID to use. If not provided, uses the default account. |
companyId | string | Yes | LinkedIn company ID from search results or company page URL |
Example
{
"companyId": "string"
}Responses
| Status | Description |
|---|---|
| 200 | Company details retrieved successfully |
