Datasets
All datasets matching “linkedin”linkedin-job-postingslinkedin_job_listingslinkedin-company-profilelinkedin-job-scrape
LinkedIn DS/ML Job Postings
Daily snapshots of data science / machine learning job postings scraped from LinkedIn, one parquet file per scrape run. All splits share one schema (2023 → today); historical splits were migrated in 2026-07 — the original 8-column data is preserved at revision v1-schema.
The same job_id recurs across splits (a posting stays live for days) — that's the longitudinal signal. For a unique-jobs view, dedup on job_id keeping the row with max scrape_dt.… See the full description on the dataset page: https://huggingface.co/datasets/ryang2/linkedin-job-scrape.LinkedInJobPostings
📊 LinkedIn Job Posting Engagement Analysis
Which LinkedIn job posting characteristics predict candidate engagement (views) — and how well can engagement be predicted or classified using only posting-level features?
Personal motivation: As someone in entrepreneurship, understanding which job posting features attract candidates is directly relevant to future hiring decisions.
📹 Presentation Video
<video… See the full description on the dataset page: https://huggingface.co/datasets/MichaelYitzchak/LinkedInJobPostings.neuml-linkedin-202501
NeuML LinkedIn Company Posts
This dataset is 12 months of NeuML's LinkedIn Company Posts as of January 2025. It contains the post text along with engagement metrics.
It was created as follows:
Export the company posts from the analytics page, see this link for instructions.
Run the following code to create a dataset
import pandas as pd
from datasets import load_dataset
df = pd.read_excel("export_data.xls", sheet_name=1, header=1)
df = df.dropna(axis="columns")… See the full description on the dataset page: https://huggingface.co/datasets/NeuML/neuml-linkedin-202501.
