# USAJOBS API **Provider:** USAJOBS **Category:** developer **Base URL:** `https://developer.usajobs.gov` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/hour **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.usajobs.gov/ ## Description US government job board ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.usajobs.gov/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.usajobs.gov' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with USAJOBS API key. US federal government job listings; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/usajobs/) — CC BY 4.0*