UnifAPI Docs
Linkedin

Get a LinkedIn company profile by URL slug

GET
/linkedin/companies/{slug}

Authorization

bearerAuth
AuthorizationBearer <token>

UnifAPI API key (forwarded verbatim as the upstream provider token).

In: header

Path Parameters

slug*string

LinkedIn URL slug (universal_name), e.g. microsoft

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/linkedin/companies/string"
{
  "id": "string",
  "company_id": "string",
  "name": "string",
  "description": "string",
  "website_url": "string",
  "linkedin_url": "string",
  "is_verified": true,
  "is_active": true,
  "follower_count": 0,
  "employee_count": 0,
  "employee_count_range": {
    "start": 0,
    "end": 0
  },
  "industries": [
    "string"
  ],
  "specialities": [
    "string"
  ],
  "headquarters": {
    "country": "string",
    "city": "string",
    "state": "string",
    "address_line": "string",
    "postal_code": "string"
  },
  "logo_url": "string",
  "cover_image_url": "string",
  "hashtags": [
    {
      "name": "string",
      "follower_count": 0
    }
  ]
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}