Documentation Company tools
Company tools
Retrieve company LinkedIn profiles with core details and access raw company data when you need every field.
get_company_profile
Get a company's LinkedIn profile — name, website, industry, size, and other core details.
Cost
1 credit
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The company LinkedIn URL. |
Response shape
name, url, website, country_code, headquarters, followers, employees_in_linkedin, company_size, organization_type, industries, specialties, aboutExample call
{
"method": "tools/call",
"params": {
"name": "get_company_profile",
"arguments": {
"url": "https://www.linkedin.com/company/spectre-labs"
}
}
}Example response
{
"name": "Spectre Labs",
"url": "https://www.linkedin.com/company/spectre-labs",
"website": "https://spectremcp.site",
"country_code": "US",
"headquarters": "San Francisco, CA",
"followers": 2500,
"employees_in_linkedin": 42,
"company_size": "11-50 employees",
"organization_type": "Privately Held",
"industries": "Technology, Information and Internet",
"specialties": "Developer tools, AI infrastructure, MCP servers",
"about": "Spectre builds infrastructure that connects AI agents to real-time web data."
}get_company_raw
Get a company's full, unfiltered LinkedIn profile JSON.
Cost
1 credit
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The company LinkedIn URL. |
Response shape
Full unfiltered JSON — every field LinkedIn returns for this record.
Example call
{
"method": "tools/call",
"params": {
"name": "get_company_raw",
"arguments": {
"url": "https://www.linkedin.com/company/spectre-labs"
}
}
}Example response
Full unfiltered JSON — every field LinkedIn returns for this record.