usajobs.search
mock data$0.002 / callUSAJOBS Federal Job Search
Search US federal civil-service job postings — by keyword, location, pay grade (GS-1 to GS-15, SES), agency, position type. Returns position title, agency, location, salary range, grade, open period, application URL. USAJOBS is the ONLY source for US federal civil-service postings, distinct from BLS, ESCO, CareerJet, Adzuna, Reed, Jooble, Arbeitnow, Remotive, and TheirStack.
Input schema
Page number for pagination (default 1).
Free-text search across job title + description. Examples: 'software engineer', 'cybersecurity analyst', 'data scientist'.
Agency code or name fragment. Examples: 'DOD' (Defense), 'VA' (Veterans Affairs), 'HHS' (Health and Human Services).
Location filter. City + state, ZIP, or state name. Examples: 'Washington, DC', 'San Francisco, CA', '94102'.
Minimum federal pay grade. Format: 'GS01'-'GS15', 'SES', or 'EX-V'. Default: any.
Maximum federal pay grade (same format as pay_grade_low).
Strict position-title filter. Use keyword for fuzzy match.
Results per page (1-500, default 25).
Call via REST
curl -X POST https://unifyapi.pro/api/call/usajobs.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":1,"keyword":"<keyword>","organization":"<organization>","location_name":"<location_name>","pay_grade_low":"<pay_grade_low>","pay_grade_high":"<pay_grade_high>","position_title":"<position_title>","results_per_page":25}'