Skip to main content
GET
/
sourcing
/
linkedin
/
company
Get LinkedIn company
curl --request GET \
  --url https://app.leonar.app/api/v1/sourcing/linkedin/company \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "public_identifier": "<string>",
    "profile_url": "<string>",
    "description": "<string>",
    "website": "<string>",
    "logo": "<string>",
    "logo_large": "<string>",
    "industry": [
      "<string>"
    ],
    "employee_count_range": {
      "from": 123,
      "to": 123
    },
    "locations": [
      {
        "city": "<string>",
        "country": "<string>",
        "area": "<string>",
        "postalCode": "<string>",
        "is_headquarter": true
      }
    ],
    "follower_count": 123,
    "specialties": [
      "<string>"
    ],
    "founded_year": 123,
    "company_type": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key starting with leo_

Query Parameters

account_id
string<uuid>
required

Connected LinkedIn account ID

identifier
string
required

Company slug (e.g. "google") or numeric company ID

Response

LinkedIn company details

data
object

Full LinkedIn company profile returned by the company endpoint