curl --request POST \
--url https://api.example.com/v2/profiles \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"account_id": "<string>",
"action": "<string>",
"params": {
"company_url": "<string>"
}
}
'{
"success": true,
"data": {
"name": "Anthropic",
"universalName": "anthropicresearch",
"description": "We're an AI research company that builds reliable, interpretable, and steerable AI systems...",
"tagline": "Anthropic is an AI safety and research company...",
"websiteUrl": "https://www.anthropic.com/",
"industry": "Research Services",
"employeeCount": 4670,
"employeeCountRange": { "start": 501, "end": 1000 },
"headquarter": null,
"logoUrl": "https://media.licdn.com/dms/image/v2/...",
"coverImageUrl": "https://media.licdn.com/dms/image/v2/...",
"callToAction": {
"displayText": "Visit website",
"visible": true,
"type": "VIEW_WEBSITE",
"url": "https://www.anthropic.com/"
},
"locations": [],
"organizationType": "Privately Held",
"defaultLocale": "en",
"followersCount": 3054760,
"pageMailbox": false,
"verified": true,
"socialProofText": "Tridia & 162 other connections follow this page"
},
"metadata": {
"action": "get_company",
"account_id": "your-account-id",
"credits_consumed": 1,
"timestamp": "2026-04-26T10:35:00Z"
}
}
Retrieve detailed information about a LinkedIn company page.
curl --request POST \
--url https://api.example.com/v2/profiles \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"account_id": "<string>",
"action": "<string>",
"params": {
"company_url": "<string>"
}
}
'{
"success": true,
"data": {
"name": "Anthropic",
"universalName": "anthropicresearch",
"description": "We're an AI research company that builds reliable, interpretable, and steerable AI systems...",
"tagline": "Anthropic is an AI safety and research company...",
"websiteUrl": "https://www.anthropic.com/",
"industry": "Research Services",
"employeeCount": 4670,
"employeeCountRange": { "start": 501, "end": 1000 },
"headquarter": null,
"logoUrl": "https://media.licdn.com/dms/image/v2/...",
"coverImageUrl": "https://media.licdn.com/dms/image/v2/...",
"callToAction": {
"displayText": "Visit website",
"visible": true,
"type": "VIEW_WEBSITE",
"url": "https://www.anthropic.com/"
},
"locations": [],
"organizationType": "Privately Held",
"defaultLocale": "en",
"followersCount": 3054760,
"pageMailbox": false,
"verified": true,
"socialProofText": "Tridia & 162 other connections follow this page"
},
"metadata": {
"action": "get_company",
"account_id": "your-account-id",
"credits_consumed": 1,
"timestamp": "2026-04-26T10:35:00Z"
}
}
"get_company".Show params properties
https://www.linkedin.com/company/anthropicresearch/).Show data properties
{ "start": 501, "end": 1000 }).null when not provided).displayText, visible, type, url."Privately Held", "Public Company", "Nonprofit")."en")."Tridia & 162 other connections follow this page").{
"success": true,
"data": {
"name": "Anthropic",
"universalName": "anthropicresearch",
"description": "We're an AI research company that builds reliable, interpretable, and steerable AI systems...",
"tagline": "Anthropic is an AI safety and research company...",
"websiteUrl": "https://www.anthropic.com/",
"industry": "Research Services",
"employeeCount": 4670,
"employeeCountRange": { "start": 501, "end": 1000 },
"headquarter": null,
"logoUrl": "https://media.licdn.com/dms/image/v2/...",
"coverImageUrl": "https://media.licdn.com/dms/image/v2/...",
"callToAction": {
"displayText": "Visit website",
"visible": true,
"type": "VIEW_WEBSITE",
"url": "https://www.anthropic.com/"
},
"locations": [],
"organizationType": "Privately Held",
"defaultLocale": "en",
"followersCount": 3054760,
"pageMailbox": false,
"verified": true,
"socialProofText": "Tridia & 162 other connections follow this page"
},
"metadata": {
"action": "get_company",
"account_id": "your-account-id",
"credits_consumed": 1,
"timestamp": "2026-04-26T10:35:00Z"
}
}
Was this page helpful?