--- 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.