Skip to main content
This dataset is collected by Scout and organized into two main tables: companies and profiles.

Table Schemas

companies

Column NameTypeNullableDescription
idtextfalseUnique identifier for the LinkedIn company
nametexttrueName of the LinkedIn company
taglinetexttrueTagline of the LinkedIn company
descriptiontexttrueDescription of the LinkedIn company
industriesARRAYtrueIndustries associated with the company
websitetexttrueWebsite URL of the LinkedIn company
locationtexttrueLocation of the LinkedIn company
founded_datedatetrueDate when the LinkedIn company was founded
follower_countbiginttrueNumber of followers the company has
employee_countbiginttrueNumber of employees in the company
is_verifiedbooleantrueIndicates if the company is verified
parent_companytexttrueParent company of the LinkedIn company
last_funding_roundjsonbtrueInformation about the last funding round
specialitiesARRAYtrueSpecialties of the LinkedIn company

profiles

Column NameTypeNullableDescription
idtextfalseUnique identifier for the LinkedIn user profile
first_nametexttrueFirst name of the LinkedIn user
last_nametexttrueLast name of the LinkedIn user
public_idtexttruePublic identifier for the LinkedIn user
headlinetexttrueHeadline of the LinkedIn user
follower_countbiginttrueNumber of followers the user has
connection_countbiginttrueNumber of connections the user has
featured_company_idtexttrueID of the featured company of the user
featured_education_idtexttrueID of the featured education of the user
abouttexttrueAbout section of the LinkedIn user
experiencesjsonbtrueWork experiences of the LinkedIn user
educationjsonbtrueEducational background of the LinkedIn user
coursesjsonbtrueCourses taken by the LinkedIn user
publicationsjsonbtruePublications authored by the LinkedIn user
projectsjsonbtrueProjects worked on by the LinkedIn user
certificatesjsonbtrueCertifications obtained by the LinkedIn user
volunteeringjsonbtrueVolunteering experiences of the LinkedIn user
patentsjsonbtruePatents held by the LinkedIn user
organizationsjsonbtrueOrganizations the LinkedIn user is part of
honors_and_awardsjsonbtrueHonors and awards received by the LinkedIn user
skillsjsonbtrueSkills of the LinkedIn user
recommendationsjsonbtrueRecommendations received by the LinkedIn user
interest_influencersjsonbtrueInfluencers the LinkedIn user is interested in
interest_companiesjsonbtrueCompanies the LinkedIn user is interested in
interest_schoolsjsonbtrueSchools the LinkedIn user is interested in

Utilities for the LinkedIn dataset

  1. Company Id to URL: https://www.linkedin.com/company/
  2. Profile Id to URL: https://www.linkedin.com/in/
I