Real-time structured job data from 136+ hospital career pages. Built for developers, recruiters, and job platforms.
No credit card required • 100 requests/day free
{
"count": 4181,
"next": "https://hospitaljobsapi.com/api/jobs/?page=2",
"results": [
{
"id": 1042,
"title": "Registered Nurse - ICU",
"hospital": "Mayo Clinic",
"location": "Rochester, MN",
"job_type": "full_time",
"posted_date": "2026-04-20",
"salary": {
"min": 72000,
"max": 95000,
"type": "yearly"
},
"apply_url": "https://..."
}
]
}
Search real hospital job data live — no signup, no API key needed for this preview.
Every job includes title, salary, shift details, department, location, and a full description — ready to use.
Filter by state, job type, category, hospital name, and location type. Combine filters for precise results.
Job data is scraped daily from 136+ hospital career portals. Your users always see the latest openings.
Standard REST API with simple API key authentication. Works with any language — Python, JS, PHP, and more.
Paginated results return in milliseconds. Request up to 100 jobs per page, navigate with simple page parameters.
Min/max salary with pay type where available. Let your users filter and compare compensation easily.
Real jobs from real hospital career pages across the US
Including major systems like
No hidden fees. Secure card payment. Upgrade or cancel anytime.
Secure card checkout. Your API limit updates automatically after payment.
Create a free account at /register/. Your API key is generated instantly — no waiting.
Pass your key in the Authorization header. Use filters like ?search=, ?location=, and ?job_type=.
Receive clean JSON with title, hospital, location, salary, shift details, apply link, and full description. Ready to display.
# Step 1 — List all jobs (paginated) curl -H "Authorization: Api-Key YOUR_API_KEY" \ https://hospitaljobsapi.com/api/jobs/ # Step 2 — Search for nurse jobs in Texas curl -H "Authorization: Api-Key YOUR_API_KEY" \ "https://hospitaljobsapi.com/api/jobs/?search=nurse&location=texas" # Step 3 — Filter by job type and category curl -H "Authorization: Api-Key YOUR_API_KEY" \ "https://hospitaljobsapi.com/api/jobs/?job_type=full_time&category=nursing" # Step 4 — Get a single job by ID curl -H "Authorization: Api-Key YOUR_API_KEY" \ https://hospitaljobsapi.com/api/jobs/1042/
Have questions about the API or want to discuss a custom plan? We usually reply within 24 hours.
fahad@hospitaljobsapi.com