Baselight

LinkedIn Job Postings Dataset

A Comprehensive Dataset of Job Postings and Companies on LinkedIn

@kaggle.rajatraj0502_linkedin_job_2023

Employee Counts
@kaggle.rajatraj0502_linkedin_job_2023.employee_counts

  • 163.43 KB
  • 15907 rows
  • 4 columns
company_id

Company Id

employee_count

Employee Count

follower_count

Follower Count

time_recorded

Time Recorded

811492466911692644644.2779734
1003333931871692644644.2779734
604922820821692644645.1013184
26410664523361692644645.9232166
9664999821692644645.924219
8268434131281692644646.3704655
82296828641692644646.3704655
86746333114781692644646.8182244
7186515221692644647.1765628
478104114171692644647.62722

CREATE TABLE employee_counts (
  "company_id" BIGINT,
  "employee_count" BIGINT,
  "follower_count" BIGINT,
  "time_recorded" DOUBLE
);

Share link

Anyone who has the link will be able to view this.