ConsoleCatalog
Sign in
Usajobs logo

Usajobs

usajobs.govJobsno auth

US federal job board - openings and full postings with salary and qualifications.

Job Posting Details

ASYNCREADNo auth

Returns a full job posting by ID with title, salary, location, and qualifications.

ParametersFormJSON

USAJOBS announcement document ID (numeric control number)

USAJOBS host subdomain for the job posting context

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_usajobs_gov_job_posting_detail",
    "params": {
      "job_id": "869762600",
      "search_subdomain": "economist"
    }
  }'