Get Company Info
curl --request POST \
--url https://api.linkupapi.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"
}
}
Profiles
Get Company Info
Retrieve detailed information about a LinkedIn company page.
POST
/
v2
/
profiles
Get Company Info
curl --request POST \
--url https://api.linkupapi.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"
}
}
Overview
Fetches detailed information about a company page (description, industry, employee count, follower count, logo, cover image, etc.).This endpoint consumes 1 credit per request.
Request
Your API key for authentication.
The unique identifier of the account to use.
Must be
"get_company".Show params properties
Show params properties
The LinkedIn company page URL (e.g.,
https://www.linkedin.com/company/anthropicresearch/).Response
Indicates whether the request was successful.
Show data properties
Show data properties
Company name.
LinkedIn vanity slug (last segment of the company URL).
Company description / about section.
Short tagline for the company.
Company website URL.
Industry sector.
Total employee count reported by LinkedIn.
Range of declared headcount (e.g.
{ "start": 501, "end": 1000 }).Headquarters object (or
null when not provided).URL of the company logo.
URL of the cover image.
Primary call-to-action button. Contains
displayText, visible, type, url.List of office locations.
Type of organization (e.g.
"Privately Held", "Public Company", "Nonprofit").Default page locale (e.g.
"en").Number of followers.
Whether the page accepts inbound messages.
Whether the page is verified.
Connection-based social proof string (e.g.
"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?
⌘I