A daily-refreshed open dataset of active job postings sourced directly from public ATS APIs (Greenhouse, Lever, Ashby). Every record can be traced back to the hiring company's own career board.
Refresh: automated daily at 06:00 UTC
Partitioning: Hive-partitioned Parquet (date=YYYY-MM-DD/source={ats})
Source code:
https://github.com/edwarddgao/openapply
from datasets import load_dataset
ds = load_dataset('edwarddgao/open-apply-jobs')