US government job board
USAJOBS is the official developer portal for accessing U.S. government job listings and related data programmatically.
import requests
url = "https://developer.usajobs.gov/api/Search?Keyword=software%20developer&Location=remote"
headers = {
"Host": "developer.usajobs.gov",
"User-Agent": "YOUR_EMAIL@EXAMPLE.COM",
"Authorization": "Bearer YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)