USAJobs Federal Job Feed avatar

USAJobs Federal Job Feed

Pricing

Pay per usage

Go to Apify Store
USAJobs Federal Job Feed

USAJobs Federal Job Feed

Search and filter US federal government job postings from USAJobs.gov. Search by keyword, location, and remote status. Returns salary, agency, location, and application links.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Richard P

Richard P

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

An Apify Actor that searches and filters US federal government job postings from the USAJobs.gov public API.

Features

  • πŸ” Keyword search β€” Search by job title, skill, or any keyword (e.g. "software engineer", "nurse", "accountant")
  • πŸ“ Location filter β€” Filter by city, state, or ZIP code
  • 🏠 Remote filter β€” Show only remote-eligible positions
  • πŸ’° Salary data β€” Includes minimum and maximum salary ranges
  • 🏒 Agency & department β€” See which federal agency is hiring
  • πŸ”— Direct apply links β€” Get the URL to apply on USAJobs.gov
  • πŸ“Š Sort options β€” Sort by relevance or posting date (newest first)

Input

FieldTypeDefaultDescription
keywordstring(empty)Job keyword or title to search for
locationNamestring(empty)City, state, or ZIP code to filter by location
remoteOnlybooleanfalseOnly show remote-eligible positions
maxResultsinteger20Maximum number of results (1–100)
sortByselectpostedDateSort by relevance or postedDate

Output

Each job listing contains:

FieldDescription
positionIdUnique position identifier
titleJob title
departmentFederal department name
agencyAgency / organization name
locationNameDisplay location
cityCity
stateState
countryCountry
salaryMinMinimum salary
salaryMaxMaximum salary
salaryIntervalPay interval (Per Year, Per Hour, etc.)
scheduleTypeSchedule type (Full-time, Part-time)
workScheduleWork schedule details
gradePay grade (e.g. GS 13)
jobCategoriesComma-separated job categories
postedDateDate the position was posted
closeDateApplication closing date
qualificationSummarySummary of qualifications required
applyUrlDirect link to apply on USAJobs.gov
remoteIndicatorWhether the position is remote-eligible
sourceUrlUSAJobs.gov job detail page URL

Data Source

This actor uses the USAJobs.gov public API. No API key is required β€” requests are identified by a User-Agent email header.

Usage

Apify Console

  1. Open the actor in Apify Console
  2. Enter your search criteria
  3. Click Run and wait for results

CLI

apify call usajobs-scraper --input '{
"keyword": "software engineer",
"locationName": "Washington, DC",
"remoteOnly": false,
"maxResults": 10,
"sortBy": "postedDate"
}'

Rate Limiting

The actor includes a 0.5-second delay between API requests to be respectful of the USAJobs service. Results are capped at a maximum of 100 per run.