Vivian Health Jobs Scraper
Pricing
from $3.00 / 1,000 results
Vivian Health Jobs Scraper
Scrape healthcare & nursing job listings from Vivian Health (vivian.com) - travel nursing, allied health, therapy, and social work jobs with pay rates, shifts, benefits, and facility details. No login or API key required.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Scrape healthcare job listings from Vivian Health — travel nursing, allied health, therapy, social work, CNA, LPN/LVN, nurse practitioner, CRNA, CMA, physician assistant, and school services jobs. Get pay rates, shifts, benefits, facility details, and full job descriptions. No login, cookies, or API key required.
What this actor does
- Two modes:
browse(search job listings) andjobDetails(fetch full detail for specific jobs) - Browse by discipline, specialty, employment type, and location — mirrors Vivian Health's own site navigation, including its narrower specialty taxonomy (e.g. ICU Nurse, Med Surg/Telemetry within Nursing)
- 11 healthcare disciplines — Nursing, Allied Health, Social Work, Therapy, CNA, LPN/LVN, Nurse Practitioner, CRNA, CMA, Physician Assistant, School Services
- Pay data — weekly/hourly normalized pay, pay ranges, competing agency offers
- Filters — minimum weekly pay, verified-jobs-only
- Empty fields are omitted
Output per job
Browse mode
jobId,jobUrltitle,discipline,specialties[],employmentTypeemployerName,facilityName,facilityLogoUrllocationDisplay,state,latitude,longitudepayDisplay,payPeriod,payMinRate,payMaxRate,normalizedPay,weeklyNormalizedPay,hourlyNormalizedPayshift[],shiftDetails,shiftBreakdownstartDateDisplay,contractLengthWeeksbenefits[],verifiedpostedAt,postedDaysAgoagencyOffers[]— competing staffing agency pay offers for the same rolerecordType: "job",scrapedAt
Job details mode
All of the above (where available) plus:
description— full job description (HTML stripped to plain text)hospitalAddress,hospitalCity,hospitalState,hospitalZipCode,hospitalWebsiteagencyName,agencyWebsitehoursPerWeek,maxHoursPerWeek,hoursPerDayhousingStipend,mealStipendovertimePolicyDisplay,contractLength,startDateperks[]updatedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | browse | browse / jobDetails |
discipline | select | nursing | Healthcare discipline (mode=browse) |
specialty | string | – | Optional narrower specialty slug within discipline, e.g. med-surg-telemetry, icu-nurse (mode=browse) |
employmentType | select | travel | travel / local-contract / per-diem / any (mode=browse) |
location | string | – | City-state slug, e.g. plano-tx (mode=browse) |
jobIds | array | – | Job IDs or URLs (mode=jobDetails) |
minWeeklyPay | int | – | Drop jobs below this weekly pay (mode=browse) |
verifiedOnly | bool | false | Only verified jobs (mode=browse) |
maxItems | int | 50 | Hard cap (1–1000) |
Example: travel nursing jobs in a specific city
{"mode": "browse","discipline": "nursing","employmentType": "travel","location": "plano-tx","minWeeklyPay": 1800,"maxItems": 50}
Example: ICU nursing specialty in a specific city
{"mode": "browse","discipline": "nursing","specialty": "icu-nurse","employmentType": "travel","location": "plano-tx","maxItems": 50}
Example: nationwide allied health per-diem jobs
{"mode": "browse","discipline": "allied-health","employmentType": "per-diem","maxItems": 100}
Example: fetch full details for specific jobs
{"mode": "jobDetails","jobIds": ["35gMQDgAo0U2bEamn8w","https://www.vivian.com/job/v/axqk75qlwmH22PoLgdZ/"]}
Use cases
- Nurse & clinician job search — bulk-export current openings by discipline and location
- Staffing agency competitive intelligence — compare agency pay offers for the same job
- Healthcare labor market research — track pay rates and benefits across regions
- Recruiting tools — feed live job data into a healthcare-focused job board or CRM
- Salary benchmarking — aggregate weekly/hourly normalized pay by discipline and city
FAQ
What's Vivian Health? A healthcare job marketplace aggregating travel, local-contract, and per-diem nursing/allied-health jobs from hospitals and staffing agencies. See vivian.com.
What's a "location slug"? Vivian Health URLs use a city-state slug, e.g. plano-tx for Plano, Texas or new-york-ny for New York, NY. Leave location empty to browse nationwide for the chosen discipline/employment type.
What's a "specialty" slug? Vivian Health breaks each discipline into hundreds of narrower specialties (e.g. icu-nurse, med-surg-telemetry, er-emergency-room-nurse within Nursing). Because there are too many to list in a dropdown, specialty is free text — find the exact slug in a job's Vivian Health URL, e.g. vivian.com/nursing/med-surg-telemetry/travel/ → med-surg-telemetry. Leave it empty to browse the whole discipline.
What's the difference between normalizedPay, weeklyNormalizedPay, and hourlyNormalizedPay? Vivian Health normalizes pay packages (base pay + stipends) into comparable weekly and hourly figures so jobs with different pay structures can be compared directly.
What are agencyOffers? Many jobs are staffed by multiple competing agencies; each offer shows that agency's own pay rate for the same position.
Why are some fields missing from browse-mode records? Browse mode returns listing-page summaries. Use jobDetails mode with the job's ID or URL to fetch the full job description, hospital details, and stipend breakdown.
Is a proxy required? No. The actor works entirely with public, server-rendered pages — no proxy, cookies, or login needed.