Don’t wait — scroll down and apply filters now to uncover opportunities that match your ambitions.
New roles are posted every hour, and your next big break could be just one click away.
Pro tip: Bookmark this page, set your filters (you can even filter by benefits important to you) and subscribe to alerts — you'll stay ahead of the competition.
Search by benefits important to your life and future. Select one or more to
refine your search.
Medical Solutions Allied is seeking a travel Mammography Technologist for a travel job in San Jose, California. Job Description & Requirements Specialty: Mammography Technologist Discipline: Allied Health Professiona...
Medical Solutions Allied is seeking a travel Occupational Therapist for a travel job in Oakland, California. Job Description & Requirements Specialty: Occupational Therapist Discipline: Therapy Duration: 13 weeks 40...
Medical Solutions Allied is seeking a travel Speech Language Pathologist for a travel job in Oakland, California. Job Description & Requirements Specialty: Speech Language Pathologist Discipline: Therapy Duration: 13...
Medical Solutions Allied is seeking a travel Radiation Therapist for a travel job in Palo Alto, California. Job Description & Requirements Specialty: Radiation Therapist Discipline: Allied Health Professional Duratio...
Medical Solutions Allied is seeking a travel Occupational Therapist for a travel job in San Leandro, California. Job Description & Requirements Specialty: Occupational Therapist Discipline: Therapy Duration: 13 weeks...
Champions Do More As one of the fastest-growing and most exciting brands in the industry, Crash Champions is the largest founder-led multi-shop operator (MSO) of high-quality collision repair service in the U.S. The comp...
About Us One Medical is a primary care solution challenging the industry status quo by making quality care more affordable, accessible and enjoyable. But this isn’t your average doctor’s office. We’re on a mission to tra...
About Us One Medical is a primary care solution challenging the industry status quo by making quality care more affordable, accessible and enjoyable. But this isn’t your average doctor’s office. We’re on a mission to tra...
About Us One Medical is a primary care solution challenging the industry status quo by making quality care more affordable, accessible and enjoyable. But this isn’t your average doctor’s office. We’re on a mission to tra...
About Us One Medical is a primary care solution challenging the industry status quo by making quality care more affordable, accessible and enjoyable. But this isn’t your average doctor’s office. We’re on a mission to tra...
About Us One Medical is a primary care solution challenging the industry status quo by making quality care more affordable, accessible and enjoyable. But this isn’t your average doctor’s office. We’re on a mission to tra...
The Department of Dermatology at Stanford University seeks a board-eligible or board-certified dermatologist to join the Department as Assistant Professor in the University Medical Line. We are particularly interested in...
Fusion Medical Staffing seeks a Travel PCU Stepdown RN to deliver high-quality intermediate care to diverse patient populations nationwide. In this role, you’ll monitor complex but stable patients, manage IV drips, inter...
Fusion Medical Staffing seeks an experienced Travel ER RN to deliver high-quality emergency care across diverse hospital settings nationwide. In this contract role, you will assess, triage, and stabilize patients in a fa...
Fusion Medical Staffing seeks an experienced Travel ER RN to deliver high-quality emergency care across diverse hospital settings nationwide. In this contract role, you will assess, triage, and stabilize patients in a fa...
Burlingame Family Pet Hospital is growing, and we are seeking an adaptable Veterinary Assistant with client service experienceto join our Urgent Care team! Our modern general practice and urgent care center provides comp...
Burlingame Family Pet Hospital Burlingame, CA (San Francisco Peninsula) Small Animal + Urgent Care | Facility Expansion | Growth-minded- Collaborative 5-DVM Team Burlingame Family Pet is a thriving, highly productive hos...
Burlingame Family Pet Hospital is growing, and we are excited to welcome an experienced Registered Veterinary Technician to our team! We are currently seeking an RVT for a part-time, surgery-focused role supporting our G...
Physical Therapist – Palo Alto, CA FOX Rehabilitation is growing in Palo Alto, CA , and we’re looking for passionate, licensed Physical Therapists who want to deliver exceptional one-on-one care to older adults right w...
The Department of Urology at Stanford University seeks a fellowship-trained endourologist to join the Department as Assistant Professor in the University Medical Line. The ideal candidate will be experienced in both surg...
The Department of Medicine at the Stanford University School of Medicine is recruiting a Division Chief of Primary Care and Population Health for an academic appointment as Clinical Associate or Clinical Professor in the...
Physical Therapist – Danville, CA *Sign-on bonus eligible for those that qualify* FOX Rehabilitation is growing in Danville, CA, and we’re looking for passionate, licensed Physical Therapists who want to deliver excep...
FOX Rehabilitation is seeking a dedicated Physical Therapist to join our Healthcare & Medical Services team. In this role, you will provide evidence-based geriatric rehabilitation, focusing on improving patient mobil...
FOX Rehabilitation is seeking a dedicated Physical Therapist to join our Healthcare & Medical Services team. In this role, you will provide evidence-based geriatric rehabilitation, focusing on improving patient mobil...
Information Systems Analyst III (Cloud & Enterprise Solutions) Valley Water Salary: $137,820.80 - $176,488.00 Annually Job Type: Full-Time Job Number: 01987-E Location: 5750 Almaden Expressway, San Jose, CA, CA Depar...
Requisition ID # 168321 Job Category: Engineering / Science Job Level: Individual Contributor Business Unit: Electric Engineering Work Type: Hybrid Job Location: Oakland Department Overview The Transmission System Plan...
Requisition ID # 169292 Job Category: Engineering / Science Job Level: Individual Contributor Business Unit: Electric Engineering Work Type: Hybrid Job Location: Oakland Department Overview The hardworking coworkers of...
Requisition ID # 169729 Job Category: Maintenance / Construction / Operations Job Level: Individual Contributor Business Unit: Electric Operations Work Type: Onsite Job Location: Oakland Department Overview The workers...
Requisition ID # 168118 Job Category: Maintenance / Construction / Operations Job Level: Individual Contributor Business Unit: Electric Operations Work Type: Onsite Job Location: Hayward This job posting will be utiliz...
';
}
/* ── CORE ────────────────────────────────────────────────────────── */
function injectStyles() {
if (document.getElementById('gzj-sc-styles')) return;
var style = document.createElement('style');
style.id = 'gzj-sc-styles';
style.textContent = CSS;
(document.head || document.body).appendChild(style);
}
function kv(line) {
var sep = line.indexOf(': ');
if (sep === -1) return null;
return [line.slice(0, sep).toLowerCase().trim(), line.slice(sep + 2).trim()];
}
function isDivider(line) {
return /^={5,}/.test(line);
}
function parseSections(lines) {
var sections = {};
var name = null;
var buf = [];
for (var i = 0; i < lines.length; i++) {
var line = lines[i].trim();
if (isDivider(line) && i + 2 < lines.length && isDivider(lines[i + 2].trim())) {
if (name) sections[name] = buf;
name = lines[i + 1].trim().toUpperCase();
buf = [];
i += 2;
} else if (name && line) {
buf.push(line);
}
}
if (name) sections[name] = buf;
return sections;
}
function parseText(container) {
/* Read one line per
element to avoid double-newline issues with
innerText across different browsers. Falls back to innerText split
if no
elements are found (e.g. plain text node). */
var paras = container.querySelectorAll('p');
var lines;
if (paras.length) {
lines = Array.prototype.map.call(paras, function (p) {
return p.textContent;
});
} else {
var raw = (typeof container.innerText !== 'undefined') ? container.innerText : container.textContent;
lines = raw.split('\n');
}
var secs = parseSections(lines);
var data = { stats: [], badges: [], industries: [], highlights: [], pros: [], cons: [] };
/* CITY INFO */
var groups = {};
(secs['CITY INFO'] || []).forEach(function (line) {
var p = kv(line);
if (!p) return;
var k = p[0], v = p[1];
if (k === 'city') data.city = v;
else if (k === 'state') data.state = v;
else if (k === 'page title') data.tagline = v;
else if (k === 'intro') data.intro = v;
else if (/^stat \d+$/.test(k)) {
var parts = v.split('|');
data.stats.push({ value: parts[0].trim(), label: (parts[1] || '').trim() });
}
else if (/^tag \d+$/.test(k)) data.badges.push(v);
});
/* INDUSTRIES */
groups = {};
(secs['INDUSTRIES'] || []).forEach(function (line) {
var p = kv(line);
if (!p) return;
var k = p[0], v = p[1];
if (k === 'section title') data.industries_heading = v;
else if (k === 'section intro') data.industries_intro = v;
else {
var m = k.match(/^industry (\d+) - (\w+)$/);
if (m) {
var n = m[1], prop = m[2];
groups[n] = groups[n] || {};
if (prop === 'icon') groups[n].icon = v;
else if (prop === 'title') groups[n].title = v;
else if (prop === 'salary') groups[n].salary = v;
else if (prop === 'description') groups[n].description = v;
}
}
});
Object.keys(groups).sort(function (a, b) { return a - b; }).forEach(function (n) { data.industries.push(groups[n]); });
/* CITY HIGHLIGHTS */
groups = {};
(secs['CITY HIGHLIGHTS'] || []).forEach(function (line) {
var p = kv(line);
if (!p) return;
var k = p[0], v = p[1];
if (k === 'section title') data.highlights_heading = v;
else {
var m = k.match(/^highlight (\d+) - (\w+)$/);
if (m) {
var n = m[1], prop = m[2];
groups[n] = groups[n] || {};
if (prop === 'icon') groups[n].icon = v;
else if (prop === 'title') groups[n].title = v;
else if (prop === 'text') groups[n].text = v;
}
}
});
Object.keys(groups).sort(function (a, b) { return a - b; }).forEach(function (n) { data.highlights.push(groups[n]); });
/* FIT CHECK */
(secs['FIT CHECK'] || []).forEach(function (line) {
var p = kv(line);
if (!p) return;
var k = p[0], v = p[1];
if (k === 'section title') data.fit_heading = v;
else if (/^good fit \d+$/.test(k)) data.pros.push(v);
else if (/^think twice \d+$/.test(k)) data.cons.push(v);
});
/* CALL TO ACTION */
(secs['CALL TO ACTION'] || []).forEach(function (line) {
var p = kv(line);
if (!p) return;
var k = p[0], v = p[1];
if (k === 'heading') data.cta_heading = v;
else if (k === 'subtext') data.cta_subtext = v;
else if (k === 'button text') data.cta_text = v;
else if (k === 'button url') data.cta_url = v;
});
return data;
}
function transform() {
var container = document.querySelector(TARGET);
if (!container) return false;
container.style.visibility = 'hidden';
var data = parseText(container);
if (!data.city) {
container.style.visibility = '';
return false;
}
injectStyles();
container.innerHTML = buildAll(data);
container.style.visibility = '';
return true;
}
function init() {
if (transform()) return;
var observer = new MutationObserver(function () {
if (transform()) observer.disconnect();
});
observer.observe(document.body, { childList: true, subtree: true });
setTimeout(function () { observer.disconnect(); }, 10000);
}
document.readyState === 'loading'
? document.addEventListener('DOMContentLoaded', init)
: init();
})();
Never Miss a New Opportunity
Subscribe and get the latest jobs directly to your inbox