logiover's picture
Publish sample dataset for usajobs-scraper
4bf75f9 verified
---
license: cc-by-4.0
pretty_name: "USAJobs Federal Jobs Scraper"
tags: [jobs, web-scraping, apify, lead-generation, job]
size_categories:
- n<1K
---
# USAJobs Federal Jobs Scraper
Scrape US federal government job announcements from the official USAJobs.gov API — no login, no API key, no blocking. Full hiring details: salary, grade, agency, schedule, clearance, location. Tens of thousands of jobs per run. Schedule it for a fresh federal-jobs feed.
## What the actor scrapes
# 🇺🇸 USAJobs Scraper — Federal Government Job Listings Data Scrape **US federal government job announcements** straight from the **official USAJobs.gov API** — no login, no API key, no blocking. This Apify Actor pulls the complete USAJobs Historic JOA dataset: every federal job announcement with full hiring details including salary, grade, agency, work schedule, security clearance, telework eligibility, and location. One run can return **tens of thousands of job announcements**. If you need reli
## Who this is for
This sample is useful for anyone working in **jobs, lead generation** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
## Source
**Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/usajobs-scraper](https://apify.com/logiover/usajobs-scraper)
## Fields
- **`controlNumber`** — field captured by the actor
- **`announcementNumber`** — field captured by the actor
- **`positionTitle`** — field captured by the actor
- **`hiringDepartmentName`** — field captured by the actor
- **`hiringAgencyName`** — field captured by the actor
- **`hiringSubelementName`** — field captured by the actor
- **`appointmentType`** — field captured by the actor
- **`workSchedule`** — field captured by the actor
- **`serviceType`** — field captured by the actor
- **`payScale`** — field captured by the actor
- **`salaryType`** — field captured by the actor
- **`minimumSalary`** — field captured by the actor
- **`maximumSalary`** — field captured by the actor
- **`minimumGrade`** — field captured by the actor
- **`maximumGrade`** — field captured by the actor
- **`promotionPotential`** — field captured by the actor
- **`supervisoryStatus`** — field captured by the actor
- **`securityClearance`** — field captured by the actor
- **`travelRequirement`** — field captured by the actor
- **`teleworkEligible`** — field captured by the actor
- **`relocationExpensesReimbursed`** — field captured by the actor
- **`drugTestRequired`** — field captured by the actor
- **`whoMayApply`** — field captured by the actor
- **`totalOpenings`** — field captured by the actor
- **`hiringPaths`** — field captured by the actor
- **`jobCategorySeries`** — field captured by the actor
- **`locations`** — field captured by the actor
- **`positionOpenDate`** — timestamp
- **`positionCloseDate`** — timestamp
- **`positionOpeningStatus`** — field captured by the actor
- **`url`** — canonical URL of the item
- **`scrapedAt`** — timestamp the row was scraped
## Sample preview
```json
[
{
"controlNumber": 861463600,
"announcementNumber": "OR-12905018-T5-26-010",
"positionTitle": "INTERDISCIPLINARY GENERAL ENGINEERING",
"hiringDepartmentName": "Department of the Air Force",
"hiringAgencyName": "Air National Guard Units",
"hiringSubelementName": "173rd Fighter Wing",
"appointmentType": "Term",
"workSchedule": "Full-time",
"serviceType": "Excepted",
"payScale": "GS",
"salaryType": "Per Year",
"minimumSalary": 89508,
"maximumSalary": 116362,
"minimumGrade": "12",
"maximumGrade": "12",
"promotionPotential": "None",
"supervisoryStatus": "N",
"securityClearance": "Secret",
"travelRequirement": "Occasional travel",
"teleworkEligible": "N",
"relocationExpensesReimbursed": "N",
"drugTestRequired": "N",
"whoMayApply": null,
"totalOpenings": "1",
"hiringPaths": [
"Federal employees - Excepted service",
"The public",
"Veterans"
],
"jobCategorySeries": [
"0801"
],
"locations": [
{
"city": "Kingsley Field",
"state": "Oregon",
"country": "United States"
}
],
"positionOpenDate": "2026-04-02",
"positionCloseDate": "2026-04-09",
"positionOpeningStatus": "Applications under review",
"url": "https://www.usajobs.gov/job/861463600",
"scrapedAt": "2026-05-14T16:38:57.217Z"
},
{
"controlNumber": 861684000,
"announcementNumber": "req4167",
"positionTitle": "Senior Cloud Engineer",
"hiringDepartmentName": "Legislative Branch",
"hiringAgencyName": "House of Representatives",
"hiringSubelementName": null,
"appointmentType": "Permanent",
"workSchedule": "Full-time",
"serviceType": "Excepted",
"payScale": "HS",
"salaryType": "Per Year",
"minimumSalary": 132000,
"maximumSalary": 150000,
"minimumGrade": "0",
"maximumGrade": "0",
"promotionPotential": "0",
"supervisoryStatus": "N",
"securityClearance": "Not Required",
"travelRequirement": "Not required",
"teleworkEligible": "N",
"relocationExpensesReimbursed": "N",
"drugTestRequired": "N",
"whoMayApply": null,
"totalOpenings": "1",
"hiringPaths": [
"The public"
],
"jobCategorySeries": [
"2210"
],
"locations": [
{
"city": "Washington",
"state": "District of Columbia",
"country": "United States"
}
],
"positionOpenDate": "2026-04-07",
"positionCloseDate": "2026-04-07",
"positionOpeningStatus": "Job closed",
"url": "https://www.usajobs.gov/job/861684000",
"scrapedAt": "2026-05-14T16:38:57.288Z"
}
]
```
## Snapshot stats
- Row count in this sample: **25**
- Data quality flag at capture time: `EXISTING_USED`
## License & Attribution
Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/usajobs-scraper](https://apify.com/logiover/usajobs-scraper).
The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.