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.
Get a maximum of $400 in bonuses in Portland. Earn $100 for every 10 rides in 7 days (limit 4). New drivers only. Terms apply. What is Lyft? Lyft is a flexible earning opportunity and a platform that connects drivers wit...
Get a maximum of $400 in bonuses in Portland. Earn $100 for every 10 rides in 7 days (limit 4). New drivers only. Terms apply. What is Lyft? Lyft is a flexible earning opportunity and a platform that connects drivers wit...
GLC On-The-Go is seeking a travel nurse RN Labor and Delivery for a travel nursing job in Oregon City, Oregon. Job Description & Requirements Specialty: Labor and Delivery Discipline: RN Start Date: 07/06/2026 Durati...
GLC On-The-Go is seeking a travel nurse RN Cardiac PCU - Progressive Care Unit for a travel nursing job in Portland, Oregon. Job Description & Requirements Specialty: Cardiac PCU - Progressive Care Unit Discipline: R...
First Connect Health is seeking a travel nurse RN LDRP - Labor Delivery Recovery & Postpartum for a travel nursing job in Oregon City, Oregon. Job Description & Requirements Specialty: LDRP - Labor Delivery Recov...
GLC On-The-Go is seeking a travel nurse RN Cardiac PCU - Progressive Care Unit for a travel nursing job in Portland, Oregon. Job Description & Requirements Specialty: Cardiac PCU - Progressive Care Unit Discipline: R...
GLC On-The-Go is seeking a travel nurse RN Labor and Delivery for a travel nursing job in Oregon City, Oregon. Job Description & Requirements Specialty: Labor and Delivery Discipline: RN Start Date: 07/06/2026 Durati...
Description RN - Psych Adult part - time, evening shift at Providence St Vincent Medical Center Want to know what's like working at Providence? Click here! Providence nurses are not simply valued – they’re invaluable. Yo...
Description Care Manager RN - Social Work at Providence Portland Medical Center. Multiple FTEs and Shifts Available. Part-Time and Full-Time. RN Care Managers, in the acute care setting, provide a variety of services to...
Description Assistant Nurse Manager - Endoscopy and Medical Procedures at Providence Portland Medical Center. This is a Full-Time (1.0 FTE), Variable Shift position. $8,000 Sign-on Bonus for eligible external candidates...
Description RN Manager - CVOR at Providence St. Vincent Medical Center. This is a Full-Time (1.0 FTE), Day Shift position, from Monday to Friday, 6:30AM-3:00PM. $10,000 Sign-on Bonus for eligible external candidates who...
Description Care Manager RN - Social Work at Providence Portland Medical Center. Multiple FTEs and Shifts Available. Part-Time and Full-Time. RN Care Managers, in the acute care setting, provide a variety of services to...
Description The Clinical Quality Improvement RN supports the advancement of clinical quality initiatives in medical clinics across the region. The role skillfully combines a primary focus on clinical knowledge with an em...
Description The Nurse Manager of Clinical Operations embraces a spirit of continual improvement and possesses a relentless drive towards excellence. They are accountable for the 24/7 operations of their defined unit(s)....
Description The Oncology Nurse Navigator (ONN) serves as a consistent resource throughout the continuum of cancer care. This RN is knowledgeable on the multiple treatment decisions, strong emotions and financial impact o...
Description RN Manager Home Health - Providence Home Health Services Oregon Schedule: Full Time/Days Supports Home Health East Portland team Provides oversight of all patient care services and personnel (interdisciplinar...
Description Looking for a home with caregivers that enjoy what they do, enjoy each other...and LOVE a good potluck?! Come join our amazing group of caregivers in Surgical Services. Surgical Services includes: Short Stay,...
Description Providence nurses are not simply valued – they’re invaluable. You will thrive in our culture of patient-focused, whole-person care built on understanding, commitment, and mutual respect. Your voice matters he...
Description The forensic nurse examiner will provide timely, compassionate care to patients seeking medical-forensic exams in accordance with established protocols. This will include completing a medical-forensic exam, p...
Description Wound Ostomy RN - Home Health - Providence Home Services Oregon Schedule: Monday- Friday, rotating weekends Location: will cover territories in Clark County Washington and East Portland Metro area (Oregon) Jo...
Medical Solutions Allied is seeking a travel Physical Therapist for a travel job in Portland, Oregon. Job Description & Requirements Specialty: Physical Therapist Discipline: Therapy Duration: 13 weeks 40 hours per w...
Medical Solutions Allied is seeking a travel Physical Therapist for a travel job in Portland, Oregon. Job Description & Requirements Specialty: Physical Therapist Discipline: Therapy Duration: 13 weeks 40 hours per w...
Medical Solutions Allied is seeking a travel Physical Therapy Assistant for a travel job in Portland, Oregon. Job Description & Requirements Specialty: Physical Therapy Assistant Discipline: Therapy Duration: 13 week...
Medical Solutions LTC is seeking a travel nurse RN Home Health for a travel nursing job in Portland, Oregon. Job Description & Requirements Specialty: Home Health Discipline: RN Duration: 13 weeks 40 hours per week S...
Medical Solutions is seeking a travel Cath Lab Technologist for a travel job in Clackamas, Oregon. Job Description & Requirements Specialty: Cath Lab Technologist Discipline: Allied Health Professional Duration: 13 w...
Medical Solutions Allied is seeking a travel Physical Therapist for a travel job in Portland, Oregon. Job Description & Requirements Specialty: Physical Therapist Discipline: Therapy Duration: 13 weeks 40 hours per w...
Medical Solutions is seeking a travel nurse RN PACU - Post Anesthesia Care for a travel nursing job in Portland, Oregon. Job Description & Requirements Specialty: PACU - Post Anesthesia Care Discipline: RN Duration:...
';
}
/* ── 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