usajobs.gov API: search_jobs
usajobs.gov via Parse · jobs
Search for current federal job openings on USAJobs.gov. Supports keyword and location filters with paginated results. Each result includes job title, agency, salary, location, work schedule, and hiring paths. Returns up to 100 results per page. API for searching federal job openings, retrieving detailed job announcements, accessing historic job data, and fetching reference code lists from USAJobs.gov. Fulfilled by Parse from usajobs.gov.
- b2b-directory
- government-public
- jobs
- parse
- platform-key
- usajobs-gov
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/345ec21c-b44c-4c8a-8957-ba2ed520e065/search_jobs
- Interface artifact
- sha256:f2474553aa1bfccb8a37c0806a45d4b5b79b0f2a52090bd847b469df4b3b6a82
- Manifest digest
- sha256:c1ebfcc34e0df72ee1b37fa0be3ae9a659d64d03b0180ea6da6579df8ded1742
Request fields
- page (integer): Page number of results (1-based)
- keyword (string): Search keyword to match against job titles and descriptions (e.g., 'engineer', 'analyst', 'nurse')
- location (string): Location name to filter results (e.g., 'Washington DC', 'New York', 'Texas')
- results_per_page (integer): Number of results per page (1 to 100)
Example queries
- {"page":"1","keyword":"engineer","location":"Washington DC","results_per_page":"5"}