Skip to main content
POST
/
linkedin
/
companies
/
collect
cURL
curl -X POST "https://api.brightdata.com/linkedin/companies/collect" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://www.linkedin.com/company/microsoft/"}'
{
  "id": "1035",
  "name": "Microsoft",
  "about": "Microsoft enables digital transformation for the era of an intelligent cloud.",
  "slogan": "Empower every person and organization on the planet to achieve more.",
  "description": "Technology company specializing in software, cloud computing, and AI.",
  "specialties": [
    "Cloud Computing",
    "AI",
    "Software"
  ],
  "organization_type": "Public Company",
  "company_size": "10,001+ employees",
  "industries": [
    "Software Development"
  ],
  "founded": 1975,
  "country_code": "US",
  "headquarters": "Redmond, Washington, United States",
  "followers": 22000000,
  "employees": 220000,
  "logo": "https://media.licdn.com/logo.png",
  "image": "https://media.licdn.com/banner.png",
  "url": "https://www.linkedin.com/company/microsoft/",
  "timestamp": "2025-01-22T12:00:00Z"
}

Companies Information API

The Companies Information API allows you to collect comprehensive information about a LinkedIn company profile by providing the company URL.

Collect by URL

This endpoint allows users to collect detailed company data, including business information, engagement metrics, locations, alumni network, and media assets.

Input Parameters

URL
string
required
The LinkedIn company profile URL.

Output Structure

Includes detailed company, business, engagement, and media data.

Company details

  • id
  • name
  • about
  • slogan
  • description
  • specialties
  • organization_type
  • company_size
  • industries
  • founded
  • and more
For the full list of supported fields,
View complete output reference

Business information

  • country_code
  • country_codes_array
  • locations
  • formatted_locations
  • headquarters
  • funding
  • crunchbase_url
  • get_directions_url

Engagement and network

  • followers
  • employees
  • employees_in_linkedin
  • alumni
  • alumni_information
  • affiliated
  • similar

Media and metadata

  • logo
  • image
  • url
  • updates
  • timestamp

This endpoint provides a complete snapshot of a LinkedIn company profile, making it suitable for:
  • Company research
  • Competitive analysis
  • Market intelligence
  • Investment research
  • Brand monitoring

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string<uri>
required

LinkedIn company profile URL

Response

Company data collected successfully

id
string
name
string
about
string
slogan
string
description
string
specialties
string[]
organization_type
string
company_size
string
industries
string[]
founded
integer
country_code
string
headquarters
string
followers
integer
employees
integer
image
string
url
string
timestamp
string