The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
usajobsControlNumber string | text string | title string |
|---|---|---|
816513500 | HEAVY MOBILE EQUIPMENT MECHANIC (TITLE 32). Department of the Air Force. Air National Guard Units. Texas Military Department / 147th Attack Wing. This job announcement has closed. Print. Summary. This job is open to. Duties. Requirements. How you will be evaluated. Required documents. How to apply. Summary. This positi... | HEAVY MOBILE EQUIPMENT MECHANIC (TITLE 32) |
833603300 | COMPUTER SCIENTIST. Department of the Air Force. Air Force Materiel Command. This job announcement has closed. Print. Summary. This job is open to. Duties. Requirements. How you will be evaluated. Required documents. How to apply. Summary. Click on "Learn more about this agency" button below to view Eligibilities being... | COMPUTER SCIENTIST |
833725700 | HR Specialist (Employee Benefits). Department of the Army. United States Army Criminal Investigation Division. This job announcement has closed. Print. Summary. This job is open to. Duties. Requirements. How you will be evaluated. Required documents. How to apply. Summary. About the Position: . Serve as a Human Resourc... | HR Specialist (Employee Benefits) |
833226500 | HR Specialist (Employee Benefits). Department of the Army. United States Army Criminal Investigation Division. This job announcement has closed. Print. Summary. This job is open to. Duties. Requirements. How you will be evaluated. Required documents. How to apply. Summary. About the Position: . Serve as a Human Resourc... | HR Specialist (Employee Benefits) |
834963900 | FUEL DISTRIBUTION SYSTEM OPERATOR (TITLE 32). Department of the Air Force. Air National Guard Units. Texas Military Department / 147th ATKW. This job announcement has closed. Print. Summary. This job is open to. Duties. Requirements. How you will be evaluated. Required documents. How to apply. Summary. This position is... | FUEL DISTRIBUTION SYSTEM OPERATOR (TITLE 32) |
840051400 | Case Management Specialist (Air Force-FMS). Department of Defense. Defense Security Cooperation Agency. Defense Security Cooperation Service. This job announcement has closed. Print. Summary. This job is open to. Duties. Requirements. How you will be evaluated. Required documents. How to apply. Summary. Defense Securit... | Case Management Specialist (Air Force-FMS) |
840536300 | "SUPERVISORY FIREFIGHTER. Department of the Air Force. Air National Guard Units. This job announceme(...TRUNCATED) | SUPERVISORY FIREFIGHTER |
846926700 | "Supervisory Air Traffic Control Specialist (Operations Supervisor). Department of Transportation. F(...TRUNCATED) | Supervisory Air Traffic Control Specialist (Operations Supervisor) |
847174100 | "Fitness Specialist - Flexible. Department of the Navy. Commander, Navy Installations Command. Naval(...TRUNCATED) | Fitness Specialist - Flexible |
846076000 | "Pharmacy Technician Inpatient. Department of Veterans Affairs. Veterans Health Administration. Phar(...TRUNCATED) | Pharmacy Technician Inpatient |
USAJOBS Dataset (2017-01 to 2026-03)
Dataset Description
The USAJOBS Dataset is a comprehensive collection of federal job postings from January 2017 through March 2026. This dataset includes full-text job descriptions and job title.
This corpus is designed for researchers studying labor market trends, natural language processing (NLP) in the HR domain, historical shifts in federal hiring priorities, and more!
Dataset Structure
Splits
This dataset is organized by month to allow for easy time-series analysis without requiring the user to download the entire multi-year corpus.
- Monthly Splits: Format
YYYY_MM(e.g.,2017_01,2025_12). - Sample Split: A
samplesplit is provided for quick prototyping and testing.
Data Fields
Each split contains the following fields:
usajobsControlNumber: (string) Unique identifier for the posting.text: (string) The full-text job description.title: (string) The posted job title.
Usage
You can load a specific month using:
from datasets import load_dataset
# Load a specific month
dataset = load_dataset("loyoladatamining/usajobs", "2023_05")
# Load the sample for testing
sample = load_dataset("loyoladatamining/usajobs", "sample")
Citation
If you find this dataset useful or utilize it for your work, please consider citing the original data curators:
@article{Resh2025,
author = "William Resh and Keunyoung Lee and Yi Ming",
title = "{U.S. Federal Civil Position Job Postings (2018-2023)}",
year = "2025",
month = "2",
url = "https://figshare.com/articles/dataset/U_S_Federal_Civil_Position_Job_Postings_2018-2023_/28509314",
doi = "10.6084/m9.figshare.28509314.v5"
}
- Downloads last month
- 515