Read-only

Get LinkedIn Company

Retrieve a single company record by its internal company UUID or its LinkedIn company ID. Optionally include linked contacts, outreach stats (cached for 6 hours), and external IDs for a fuller picture of your relationship with the account. Returns the company record, or null if no match is found.

get_companyGET/api/v1/companies/{company_id}
crispy — bash

Example prompt: Get the company record for LinkedIn company ID 1035 and include its linked contacts and outreach stats

{
  "company_id": "a1b2c3d4-0000-4f00-9a00-1234567890ab",
  "name": "Acme Robotics",
  "linkedin_company_id": "1035",
  "contacts": [
    { "name": "Jordan Lee", "title": "VP Sales" }
  ],
  "stats": { "messages_sent": 12, "replies": 3 }
}
Permission scope
read only, core
Access
Read-only
Category
Search & Discovery

What you can build

Pull a complete company record before personalizing an outbound message to one of its employees.
Check cached outreach stats to see how much activity your team has already directed at an account.
Surface every linked contact at a target company to map your coverage of the buying committee.
Resolve a LinkedIn company ID to your internal record so your agent works from a single source of truth.

Parameters

Inputs accepted by get_company.

NameTypeDescription
company_idstringCompany UUID.
linkedin_company_idstringLinkedIn numeric/slug company ID.
includestring[]Additional data to include: 'contacts', 'stats', 'external_ids'.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.