Real-time structured job data from 150+ 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://..."
}
]
}
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 150+ 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.
No hidden fees. Pay via Payoneer, upgrade anytime.
Pay via Payoneer to thefather5680@gmail.com — then email your payment screenshot to thefather5680@gmail.com
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/