usajobsControlNumber stringlengths 9 9 | text stringlengths 11k 76.3k | title stringlengths 7 97 |
|---|---|---|
767977200 | USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-icon federal-employees-competitive-service-icon federal-employees-excepted-service-icon federal-employees-career-transition-icon individuals-with-disabilities-icon Created with Sketch. internal-to-an-agency-icon Created w... | Information Technology Specialist (Policy and Planning) |
764460600 | USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-icon federal-employees-competitive-service-icon federal-employees-excepted-service-icon federal-employees-career-transition-icon individuals-with-disabilities-icon Created with Sketch. internal-to-an-agency-icon Created w... | Lead Security Guard |
767905500 | USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-icon federal-employees-competitive-service-icon federal-employees-excepted-service-icon federal-employees-career-transition-icon individuals-with-disabilities-icon Created with Sketch. internal-to-an-agency-icon Created w... | Lead Recreation Assistant NF-02 |
765868200 | USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-icon federal-employees-competitive-service-icon federal-employees-excepted-service-icon federal-employees-career-transition-icon individuals-with-disabilities-icon Created with Sketch. internal-to-an-agency-icon Created w... | Medical Administrative Specialist |
767266900 | USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-icon federal-employees-competitive-service-icon federal-employees-excepted-service-icon federal-employees-career-transition-icon individuals-with-disabilities-icon Created with Sketch. internal-to-an-agency-icon Created w... | PROGRAM MANAGER (INFORMATION RESOURCES) |
767632700 | USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-icon federal-employees-competitive-service-icon federal-employees-excepted-service-icon federal-employees-career-transition-icon individuals-with-disabilities-icon Created with Sketch. internal-to-an-agency-icon Created w... | Supervisory Interdisciplinary Engineer/Architect |
766268900 | USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-icon federal-employees-competitive-service-icon federal-employees-excepted-service-icon federal-employees-career-transition-icon individuals-with-disabilities-icon Created with Sketch. internal-to-an-agency-icon Created w... | Registered Nurse - Health Promotion Disease Prevention Program Manager |
767798800 | "USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-(...TRUNCATED) | Instructional Systems Specialist (Analyst), GS-1750-12 |
766346000 | "USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-(...TRUNCATED) | Health Technician (Telehealth Clinical) |
768318100 | "USAJOBS - Job Announcement family-of-overseas-employees-icon federal-employees-competitive-service-(...TRUNCATED) | Psychology Technician |
End of preview. Expand in Data Studio
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 structured metadata (job title and employer).
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 the split parameter:
from datasets import load_dataset
# Load a specific month
dataset = load_dataset("loyoladatamining/usajobs", "postings", split="2023_05")
# Load the sample for testing
sample = load_dataset("loyoladatamining/usajobs", "sample", split="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
- 72