jobs.smithhanley.com
Open in
urlscan Pro
2606:4700:3037::6815:3125
Public Scan
URL:
https://jobs.smithhanley.com/
Submission: On July 11 via manual from US — Scanned from US
Submission: On July 11 via manual from US — Scanned from US
Form analysis
5 forms found in the DOMPOST /index.smpl
<form action="/index.smpl" method="POST" id="logout-form">
<input type="hidden" name="arg" value="logout">
<input type="hidden" name="return" value="/">
<input type="hidden" name="t" value="1720698539">
</form>
Name: JBSearchList_form — /index.smpl
<form action="/index.smpl" id="JBSearchList_form" name="JBSearchList_form">
<fieldset>
<input type="hidden" name="arg" id="JBSearchList_form_arg" value="list_posts">
<input type="hidden" name="pp" value="20">
<input type="hidden" name="pid" value="gwt">
<input type="hidden" name="h" value="1352525f1cd75da13d6a357073ff22a0">
<input type="hidden" name="t" value="1720698539">
<input type="hidden" name="first" id="first" value="20">
<input type="hidden" name="total" id="total" value="91">
<input type="hidden" name="view" id="view" value="">
<input type="hidden" name="featured" id="featured" value="">
<input type="hidden" name="order" id="order" value="">
<input type="hidden" name="order_string" id="order_string" value="">
<input type="hidden" name="sort" id="sort" value="">
<input type="hidden" name="proximity" id="proximity" value="50">
<input type="hidden" name="zip" value="">
<input type="hidden" name="api" value="">
<input type="hidden" name="contacts" id="contacts" value="">
<input type="hidden" name="rawcats" id="rawcats" value="">
<input type="hidden" name="action" value="1">
<input type="hidden" id="filter-ids" name="ids" value="">
<input type="hidden" name="save" id="save" value="0">
<input type="hidden" name="SAVED_SEARCH_ID" value="">
<input type="hidden" name="foldstate" id="foldstate" value="">
<div id="job-filters-heading" class="clearfix visible-xs">
<h2 class="hmg-jb-pull-left"><a href="#job-filters" data-toggle="collapse" class="filter-jobs-btn"><i class="jbfa jbfa-filter" aria-hidden="true"></i> Filter Jobs <i class="jbfa jbfa-caret-up visible-xs-inline"></i></a></h2>
<div class="hmg-jb-pull-right">
<label for="order_select_mobile" class="filter-title sort-by-label">Sort By:</label>
<select id="order_select_mobile" name="order_select_mobile" class="hmg-jb-form-control hmg-jb-input-sm auto-width" style="display: inline-block;" onchange="sortJBList('order_select_mobile');" aria-label="order_select_mobile">
<option value="26">Date</option>
<option value="13">Job Title</option>
<option value="35">Location</option>
</select>
</div>
</div>
<div id="job-filters" class="collapse in">
<div id="job-filters-inner">
<div class="job-filter-item" id="job-filter-item-keywords">
<div class="hmg-jb-panel hmg-jb-panel-default panel-highlight">
<div class="hmg-jb-panel-heading" id="heading-KEYWORDS">
<h2 class="hmg-jb-panel-title filter-title">
<label for="keywords">Keywords</label>
</h2>
</div>
<div>
<div class="hmg-jb-panel-body">
<div class="hmg-jb-form-group">
<label for="keywords" class="sr-only">Keywords</label>
<div class="hmg-jb-input-group">
<div class="hmg-jb-input-group-addon"><i class="jbfa jbfa-search" aria-hidden="true"></i></div>
<input type="text" name="keywords" id="keywords" value="" placeholder="job title, skills, etc." class="hmg-jb-form-control" autocomplete="off" aria-label="keywords">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="job-filter-item" id="job-filter-item-location">
<div class="hmg-jb-panel hmg-jb-panel-default panel-highlight">
<div class="hmg-jb-panel-heading" id="heading-LOCATION">
<h2 class="hmg-jb-panel-title filter-title"><label for="location-quicksearch">Location</label></h2>
</div>
<div id="filter-job-LOCATION" class="filters-side-location-margin">
<div class="hmg-jb-panel-body">
<div class="hmg-jb-form-group form-group" id="jb_location_typeahead">
<h2><label for="location-quicksearch" class="sr-only">Location</label></h2>
<div class="hmg-jb-input-group">
<div class="hmg-jb-input-group-addon"><i class="jbfa jbfa-map-marker" aria-hidden="true"></i></div>
<div id="scrollable-dropdown-menu">
<input type="text" name="location-quicksearch" id="location-quicksearch" value="" placeholder="Enter city or zip/postal code" class="form-control hmg-jb-form-control" autocomplete="off" aria-label="location-quicksearch">
</div>
<input type="hidden" name="location" id="location" value="">
</div>
</div>
<style>
#scrollable-dropdown-menu .typeahead.dropdown-menu.hmg-jb-dropdown-menu {
max-height: 325px;
overflow-y: auto;
}
</style>
<script src="/js/typeahead.min.4_0_2.js"></script>
<script>
var checkLocationSearch = function() {
var savedLocation = jQuery('#location').val();
var typedloc = jQuery('#location-quicksearch').val();
if (savedLocation && !typedloc) {
savedLocation = '';
jQuery('#location').val('');
}
if (typedloc != savedLocation) {
jQuery('.typeahead').show();
jQuery('#location-quicksearch').parent().addClass('hmg-jb-has-error');
return false;
} else {
jQuery('#location-quicksearch').parent().removeClass('hmg-jb-has-error');
}
return true;
}
jQuery(document).ready(function() {
jQuery('#scrollable-dropdown-menu #location-quicksearch').typeahead({
autoSelect: true,
items: 30,
minLength: 4,
updater: function(item) {
jQuery('#location,#location-quicksearch').val(item);
jQuery('#location-quicksearch').parent().removeClass('hmg-jb-has-error');
if ('' == 'jb_search_results') {
loadJBSearchList(1);
}
return item;
},
matcher: function(item) {
return true;
},
menu: '<ul class="typeahead dropdown-menu hmg-jb-dropdown-menu"></ul>',
highlighter: function(item) {
return item;
},
source: function(query, process) {
jQuery.ajax({
url: '/ajax_rq.smpl?fn=jb_location_typeahead',
type: 'GET',
data: {
v: query,
pid: 'gwt',
h: 'acb94381db50158182413e9af8e7ffd9',
t: '1720698539'
},
dataType: 'json',
success: function(json) {
return process(json.list)
}
});
}
});
var searchForm = jQuery('#location-quicksearch').closest('form');
searchForm.submit(function() {
return checkLocationSearch();
});
});
if (!navigator.geolocation) {
/* geolocation is not available */
console.log("geolocation is not available");
} else {
var arg = "";
var isMyHaley = "";
if (jQuery('#location-quicksearch').val() == "" && !isMyHaley && (arg != "jb_search_results")) {
geoFindMe();
}
}
function geoFindMe() {
if (!navigator.geolocation) {
return;
}
function success(position) {
var latitude = position.coords.latitude;
var longitude = position.coords.longitude;
jQuery.ajax({
url: "https://api.bigdatacloud.net/data/reverse-geocode-client",
dataType: "json",
global: false,
type: "GET",
data: ({
longitude: longitude,
latitude: latitude,
localityLanguage: 'en'
}),
success: function(location) {
var state = location.principalSubdivisionCode;
state = state.replace('US-', '');
state = state.replace('CA-', '');
var city = location.locality;
if (city && state) {
jQuery('#location-quicksearch').val(city + ', ' + state);
jQuery('#location').val(city + ', ' + state);
}
}
});
};
function error(error) {
console.log('ERROR(' + error.code + '): ' + error.message);
};
navigator.geolocation.getCurrentPosition(success, error);
}
</script>
<div class="hmg-jb-form-group">
<h2 class="hmg-jb-panel-title filter-title"><label for="proximity-filter">Radius</label></h2>
<select name="proximity-filter" id="proximity-filter" class="hmg-jb-form-control" disabled="disabled" style="display: none;" aria-label="proximity-filter">
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="50">50</option>
<option value="60">60</option>
<option value="70">70</option>
<option value="80">80</option>
<option value="90">90</option>
<option value="100">100</option>
</select>
<div id="radius-slider" class="noUi-target noUi-ltr noUi-horizontal">
<div class="noUi-base">
<div class="noUi-connects">
<div class="noUi-connect" style="transform: translate(0%, 0px) scale(0.444444, 1);"></div>
</div>
<div class="noUi-origin" style="transform: translate(-555.556%, 0px); z-index: 4;">
<div class="noUi-handle noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="10.0" aria-valuemax="100.0" aria-valuenow="50.0" aria-valuetext="50.00" aria-label="slider">
<div class="noUi-touch-area"></div>
</div>
</div>
</div>
</div>
<span class="hmg-jb-help-text"><span id="radius-slider-value">50</span> Miles</span>
<script>
queue.wait(function() {
// init nouislider
var stepSlider = document.getElementById('radius-slider');
var proximity = parseInt('');
var start = parseInt('');
if (isNaN(start)) {
start = proximity;
}
if (isNaN(start)) {
start = 50;
}
if (start > 100) {
start = 100;
}
noUiSlider.create(stepSlider, {
start: start,
connect: 'lower',
step: 5,
range: {
'min': [10],
'max': [100]
}
});
jQuery(".noUi-handle").attr("aria-label", "slider");
jQuery('#proximity-filter').attr('disabled', true).hide();
stepSlider.noUiSlider.on('update', function(values, handle) {
jQuery('#radius-slider-value').html(Math.round(values[handle]));
jQuery('#proximity-filter').val(Math.round(values[handle]));
jQuery('#proximity').val(Math.round(values[handle]));
console.log("in stepSlider update");
if (jQuery('#location').val()) {
loadJBSearchList('reload');
}
jQuery(".saved-search").hide();
jQuery(".unsaved-search").show();
});
});
</script>
</div>
</div>
</div>
</div>
</div>
<div class="job-filter-item" id="job-filter-item-category">
<div class="hmg-jb-panel hmg-jb-panel-default panel-highlight">
<div id="filter-job-industry">
<div class="hmg-jb-panel-body">
<div class="hmg-jb-form-group">
<div class="multiselect-with-groups">
<div class="combo-wrap">
<h2 class="hmg-jb-panel-title filter-title"><label for="category_combo">Category</label></h2>
<input type="hidden" id="category" name="category" value="">
<input type="text" class="combobox hmg-jb-form-control" name="category_combo" id="category_combo" my-hidden-field="category" autocomplete="off" placeholder="Click to select Category" role="combobox" aria-owns="lorbQZ0v"
aria-autocomplete="list" aria-expanded="false" aria-label="category_combo">
<div class="category_listbox listbox" id="lorbQZ0v" role="listbox">
<div class="option " my-data="C7700" aria-selected="false" role="option" id="b5gDQeaw">Actuarial Science</div>
<div class="option " my-data="C74677" aria-selected="false" role="option" id="PHrqxOwB">Biostatistics</div>
<div class="option " my-data="C52261" aria-selected="false" role="option" id="jRX7RQ9U">Credit</div>
<div class="option " my-data="C7699" aria-selected="false" role="option" id="ZnX8UlH4">Data Science</div>
<div class="option " my-data="C7695" aria-selected="false" role="option" id="vO7CIArq">Market Research</div>
<div class="option " my-data="C7704" aria-selected="false" role="option" id="g1YRQZUz">Marketing</div>
<div class="option " my-data="C7696" aria-selected="false" role="option" id="8fOPRZoM">Marketing Analytics</div>
<div class="option " my-data="C74678" aria-selected="false" role="option" id="wa9H9Kzt">Medical Affairs</div>
<div class="option " my-data="C74679" aria-selected="false" role="option" id="UwpofkY0">Pharma Commercial Analytics</div>
<div class="option " my-data="C7703" aria-selected="false" role="option" id="sEXhMfYS">Pharmaceutical</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<button id="searchFormButton" class="hmg-jb-btn hmg-jb-btn-primary hmg-jb-btn-block" onclick="return doloadJBSearchList(1);"><i class="jbfa jbfa-refresh"></i> Apply Filters</button>
</div>
</div>
</fieldset>
</form>
Name: applyform — POST /index.smpl
<form action="/index.smpl" method="post" enctype="multipart/form-data" name="applyform" id="applyform">
<input type="hidden" name="arg" value="jb_user_signup">
<input type="hidden" name="t" value="1720698539">
<input type="hidden" name="save_current_search" value="1">
<fieldset id="alert-step1">
<legend class="accessibility-hide-text">Job Board User Sign-Up Short</legend>
<div class="hmg-jb-form-group nomargin">
<label for="USER_EMAIL_QUICK">Enter your Email</label>
<div class="hmg-jb-input-group">
<input name="USER_EMAIL" type="email" id="USER_EMAIL_QUICK" value="" placeholder="email" required="" class="hmg-jb-form-control" aria-label="USER_EMAIL_QUICK">
<span class="hmg-jb-input-group-btn">
<button class="hmg-jb-btn hmg-jb-btn-primary" type="submit" id="btn-enter-email"><i class="jbfa jbfa-chevron-right"></i><span class="hmg-jb-sr-only">Submit</span></button>
</span>
</div>
<span class="hmg-jb-help-block hmg-jb-text-sm" id="jb-email-validate" style="display: none;"></span>
</div>
</fieldset>
</form>
javascript:void(0);
<form class="apply-later-form" action="javascript:void(0);">
<p class="hmg-jb-form-control-static">Send an email reminder to:</p>
<label class="hmg-jb-sr-only" for="formel8">Email Address</label>
<div class="hmg-jb-input-group">
<input type="email" placeholder="email address" class="hmg-jb-form-control apply-later-input" required="" id="">
<span class="hmg-jb-input-group-btn">
<input type="submit" class="hmg-jb-btn hmg-jb-btn-primary" value="Send" data-loading-text="Sending..." data-success-text="Email Sent">
</span>
</div>
</form>
POST https://jobs.smithhanley.com
<form action="https://jobs.smithhanley.com" method="POST" class="jbForm">
<input type="hidden" name="arg" value="jb_search_results">
<input type="hidden" name="action" value="1">
<input type="hidden" name="view" id="view" value="">
<div class="form-group">
<input type="text" placeholder="job title, skills, etc." value="" name="keywords" class="form-control" title="Keywords" aria-label="Keywords">
</div>
<div class="form-group">
<select name="location" class="form-control" title="location" aria-label="Location">
<option value="">Location</option>
<option value="Atlanta">Atlanta, GA</option>
<option value="Atlanta ">Atlanta , GA</option>
<option value="Boston">Boston, MA</option>
<option value="Bridgewater">Bridgewater, NJ</option>
<option value="Charlotte">Charlotte, NC</option>
<option value="Chicago">Chicago, IL</option>
<option value="Chicago ">Chicago , IL</option>
<option value="Dallas ">Dallas , TX</option>
<option value="Denver">Denver, CO</option>
<option value="Greater Los Angeles">Greater Los Angeles, CA</option>
<option value="Greater Los Angeles Area">Greater Los Angeles Area, CA</option>
<option value="Greater Philadelphai">Greater Philadelphai, PA</option>
<option value="Houston">Houston, TX</option>
<option value="Indianapolis">Indianapolis, IN</option>
<option value="Lincoln">Lincoln, NE</option>
<option value="Los Angeles">Los Angeles, CA</option>
<option value="Los Angeles ">Los Angeles , CA</option>
<option value="McLean">McLean, VA</option>
<option value="New York">New York, NY</option>
<option value="New York">New York, VA</option>
<option value="New York ">New York , NY</option>
<option value="New York City">New York City, NY</option>
<option value="Orlando">Orlando, FL</option>
<option value="Philadelphia">Philadelphia, PA</option>
<option value="Princeton">Princeton, NJ</option>
<option value="Remote">Remote, CA</option>
<option value="Remote">Remote, NA</option>
<option value="Remote">Remote, NJ</option>
<option value="Remote">Remote, PA</option>
<option value="Remote">Remote, US</option>
<option value="San Francisco">San Francisco, CA</option>
<option value="Stamford">Stamford, CT</option>
<option value="Tampa">Tampa, FL</option>
<option value="Teaneck">Teaneck, NJ</option>
<option value="Thousand Oaks">Thousand Oaks, CA</option>
<option value="Tullahoma">Tullahoma, TN</option>
</select>
</div>
<div class="form-group">
<select name="category" class="form-control" title="category" aria-label="Category">
<option value="">Category</option>
<option value="C7700">Actuarial Science</option>
<option value="C74677">Biostatistics</option>
<option value="C52261">Credit</option>
<option value="C7699">Data Science</option>
<option value="C7695">Market Research</option>
<option value="C7704">Marketing</option>
<option value="C7696">Marketing Analytics</option>
<option value="C74678">Medical Affairs</option>
<option value="C74679">Pharma Commercial Analytics</option>
<option value="C7703">Pharmaceutical</option>
</select>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary">Search Jobs</button>
</div>
</form>
Text Content
Skip to main content * Our Specialties * Data Science & Analytics * Actuarial & Analytics Recruiting * Pharmaceutical * Market Research & Consumer Insights * Financial Strategies Group * Search Jobs * About Us * Our Recruiting Team * News * Contact Us Menu * Our Specialties * Data Science & Analytics * Actuarial & Analytics Recruiting * Pharmaceutical * Market Research & Consumer Insights * Financial Strategies Group * Search Jobs * About Us * Our Recruiting Team * News * Contact Us Skip to main content * Our Specialties * Data Science & Analytics * Actuarial & Analytics Recruiting * Pharmaceutical * Market Research & Consumer Insights * Financial Strategies Group * Search Jobs * About Us * Our Recruiting Team * News * Contact Us Menu * Our Specialties * Data Science & Analytics * Actuarial & Analytics Recruiting * Pharmaceutical * Market Research & Consumer Insights * Financial Strategies Group * Search Jobs * About Us * Our Recruiting Team * News * Contact Us SEARCH JOBS VALUABLE CONNECTIONS START HERE. SEARCH AND APPLY TO HAVE A MORE IN-DEPTH DISCUSSION OF A POSITION, CONTACT THE RECRUITER LISTED ON THE JOB POSTING. PUT OUR 40+ YEARS OF EXPERIENCE TO WORK FOR YOU! Toggle navigation * Search Jobs * Sign Up * Login For a comprehensive discussion of all positions available for you through Smith Hanley Associates, contact the recruiter listed on the positions you are most interested in. Put our 30+ years of experience to work for you! JOBS * Login to Save this Search * Get this search as an RSS feed FILTER JOBS Sort By: Date Job Title Location KEYWORDS Keywords LOCATION LOCATION RADIUS 10 20 30 40 50 60 70 80 90 100 50 Miles CATEGORY Actuarial Science Biostatistics Credit Data Science Market Research Marketing Marketing Analytics Medical Affairs Pharma Commercial Analytics Pharmaceutical Apply Filters DON'T MISS OUT Don't Miss Out Sign up to be notified of new jobs that match this search. Job Board User Sign-Up Short Enter your Email Submit SKIP THE SEARCH Skip the Search Send us your resume, and we'll find the jobs that are the best match for you. Submit Your Resume Apply Now Apply Later Send an email reminder to: Email Address Refer a Friend -------------------------------------------------------------------------------- More Information » Filter Jobs Sort By: Date Job Title Location ASSOCIATE DIRECTOR, INTERNAL DATA SCIENCE CONSULTANT-PHARMA Salary: 165-175k + bonus + LTI --(some wiggle room for a STAR!) Posted 07/10/24 Greater Los Angeles Area, CA Greater Los Angeles Area, CA Category: Pharmaceutical Salary: 165-175k + bonus + LTI --(some wiggle room for a STAR!) Posted: 07/10/24 Job ID: 283147-4_1 Title- AD, Data Science (Internal Corporate) Consultant -PHARMASalary-$165k-175k + bonus + LTI (some wiggle room for SUPERSTAR!)Location- Greater Los Angeles Area, CA (hybrid 2x week in office will relo)Consultant- Eda Zullo, ezullo@smithhanley.comMy… More Information apply refer SENIOR MANAGER, COMMERCIAL ANALYTICS Salary: $175000+ bonus Posted 07/09/24 Remote, CA Remote, CA Category: Pharmaceutical Salary: $175000+ bonus Posted: 07/09/24 Job ID: 282826-2_1 Title- Senior Manager, Commercial AnalyticsRequired- Commercial PHARMA Data and AnalyticsSalary- $165000-175000 + bonusLocation- RemoteContact Eda Zullo, ezullo@smithhanley.com*Pharmaceutical Commercial Analytics Consulting Company*5-10 years experience-Quant… More Information apply refer SR. MANAGER, SECONDARY ANALYTICS-PHARMA Salary: $150-167K + bonus Posted 07/09/24 Greater Los Angeles, CA Greater Los Angeles, CA Category: Pharmaceutical Salary: $150-167K + bonus Posted: 07/09/24 Job ID: 330741-1_1 Title- Sr. Manager, Secondary Analytics-PHARMASalary- $150-167k+ bonus + LTI (maybe some wiggle room for a SUPERSTAR!)Location- Greater Los Angeles, CA (hybrid in office 3x week) relo providedConsultant- Eda Zullo, ezullo@smithhanley.comMy client, Global… More Information apply refer SENIOR DIRECTOR, COMMERCIAL / BRAND ANALYTICS-PHARMA Salary: $220-240k + bonus + LTI (relo provided) Posted 07/09/24 Greater Los Angeles, CA Greater Los Angeles, CA Category: Pharmaceutical Salary: $220-240k + bonus + LTI (relo provided) Posted: 07/09/24 Job ID: 330705-3_1 Title- Senior Director, Commercial / Brand Analytics-PHARMALocation-So CA (relo provided) HybridSalary $220-240k + bonus +LTIConsultant- Eda Zullo ezullo@smithhanley.comMy client, a Bio Pharma company, is seeking a "Sr. Director, Commercial Analytics-… More Information apply refer ASSOCIATE DIRECTOR, FORECASTING & ANALYTICS-PHARMA Salary: $170-185k + bonus Posted 07/01/24 Bridgewater, NJ Bridgewater, NJ Category: Pharmaceutical Salary: $170-185k + bonus Posted: 07/01/24 Job ID: 330756-1_1 Title- AD, Commercial Analytics & Forecasting-PHARMALocation Central NJ (hybrid- in office 2-3x week)Salary- $175000 -185000k+ bonusConsultant- Eda Zullo, ezullo@smithhanley.comMy client, a GLOBAL Pharmaceutical Company, is seeking an "Associate Director,… More Information apply refer AVP ACTUARY & RISK MANAGER Salary: 140,000-$170,000 + Bonus Posted 07/01/24 Remote, NA Remote, NA Category: Actuarial Science Salary: 140,000-$170,000 + Bonus Posted: 07/01/24 Job ID: 330759-0_1 Title: AVP Actuary - Risk Location: RemoteSalary: 140, 000-$170, 000 + BonusActuarial Summary: Join a team as a key contributor to enterprise risk management (ERM) activities at L&H America, focusing on morbidity risk in Health Reinsurance Solutions.… More Information apply refer AVP, ACTUARY (MODEL STEWARD) Salary: 140,000-$160,000 + Bonus Posted 07/01/24 Remote, NA Remote, NA Category: Actuarial Science Salary: 140,000-$160,000 + Bonus Posted: 07/01/24 Job ID: 330760-0_1 Title: Location: RemoteSalary: 140, 000-$160, 000 + BonusActuarial Summary: We are seeking senior actuary to oversee actuarial modeling software (RiskAgility-FM) help desk, resolving technical issues promptly and coordinating with IT as needed. Act as… More Information apply refer PRODUCT DIRECTOR & ACTUARY (HEALTH) Salary: 170,000-$200,000 + Bonus Posted 07/01/24 Remote, NA Remote, NA Category: Actuarial Science Salary: 170,000-$200,000 + Bonus Posted: 07/01/24 Job ID: 330761-0_1 Title: Product Director & Actuary (Health) Location: RemoteSalary: 170, 000-$200, 000 + BonusActuarial Summary: As Product Director and Actuary, you will lead strategic product initiatives, collaborating with sales distribution channels to innovate customer-centric… More Information apply refer VP HEALTH ACTUARY Salary: $225,000-$250,000 + Bonus Posted 07/01/24 McLean, VA McLean, VA Category: Actuarial Science Salary: $225,000-$250,000 + Bonus Posted: 07/01/24 Job ID: 330708-1_1 Title: VP Health Actuary Location: Mid Atlantic Salary: 225, 000-$250, 000 + BonusActuarial Summary: Executive level Health Actuary needed for highly visible position within growing Healthcare Provider, FSA designation, 10+ years of experience, experience… More Information apply refer CONSUMER INSIGHTS PROJECT MANAGER Salary: $75-80,000 + bonus Posted 06/27/24 Teaneck, NJ Teaneck, NJ Category: Market Research Salary: $75-80,000 + bonus Posted: 06/27/24 Job ID: 330757-0_1 Title: Consumer Insights Project ManagerLocation: Northeast New JerseyCompensation: $75, 000-80, 000 + bonusContact: Lindsey Bartlett - lbartlett@smithhanley.comWe are looking for a new Consumer Insights Project Manager for a Global Product and Consumer… More Information apply refer COMMERCIAL ANALYTICS LEADER-ONCOLOGY (SR. MANAGER) Salary: $1500000-1650000 + bonus Posted 06/26/24 Greater Philadelphai, PA Greater Philadelphai, PA Category: Pharmaceutical Salary: $1500000-1650000 + bonus Posted: 06/26/24 Job ID: 282988-2_1 Title- Manager, Advanced Analytics-PHARMALocation- Greater Philadelphia AreaSalary- $150-165_bonusConsultant- Eda Zullo, ezullo@smithhanley.comMy client, a GLOBAL PHARMA COMPANY, is seeking a "Manager, Advanced Analytics-PHARMA" GURU! This role will support… More Information apply refer INSIGHTS MANAGER Salary: $70-80,000 Posted 06/25/24 Philadelphia, PA Philadelphia, PA Category: Market Research Salary: $70-80,000 Posted: 06/25/24 Job ID: 330754-0_1 Title: Insights ManagerLocation: Philadelphia, PA - Boston, MA - Remote Compensation: $70-80, 000Contact: Lindsey Bartlett - lbartlett@smithhanley.comOur client, a Brand Strategy and Insights Consultancy is looking for a new Insights Manager to join their… More Information apply refer DIRECTOR COMPETITIVE INTELLIGENCE ONCOLOGY Salary: $210-235k + bonus Posted 06/24/24 Thousand Oaks, CA Thousand Oaks, CA Category: Market Research Salary: $210-235k + bonus Posted: 06/24/24 Job ID: 330753-0_1 Title: Director Competitive Intelligence OncologyLocation: Los Angeles, CA AreaCompensation: $210-235k + bonus, LTI & relocationContact: Lindsey Bartlett One of our favorite clients, A Global Biotechnology company located in southern California is looking… More Information apply refer GLOBAL INSIGHTS DIRECTOR Salary: $190-215k + bonus Posted 06/24/24 Thousand Oaks, CA Thousand Oaks, CA Category: Market Research Salary: $190-215k + bonus Posted: 06/24/24 Job ID: 330740-0_1 Title: Global Insights DirectorLocation: Greater Los Angeles Area (on-site)Compensation: $180-215k + bonus, relo, LTIContact: Lindsey Bartlett - lbartlett@smithhanley.comOn the hunt for a Director level position leading insights and analytics for a Rare… More Information apply refer SENIOR MANAGER PHARMA RESEARCH Salary: $90-110,000 Posted 06/12/24 Philadelphia, PA Philadelphia, PA Category: Market Research Salary: $90-110,000 Posted: 06/12/24 Job ID: 330749-0_1 Title: Senior Research ManagerLocation: Philadelphia, PACompensation: $90-110, 000Contact: Daniel Wilberschied- dwilberschied@smithhanley.comA growing pharmaceutical custom research consultancy is looking for a new Senior Research Manager to join their… More Information apply refer ACTUARIAL PRICING - DIRECTOR ( PERSONAL LINES) Salary: 195,000-$260,000 + Bonus Posted 06/10/24 Lincoln, NE Lincoln, NE Category: Actuarial Science Salary: 195,000-$260,000 + Bonus Posted: 06/10/24 Job ID: 330748-0_1 Title: Actuarial Pricing - Director ( Personal Lines) Location: Midwest / HybridSalary: 195, 000-$260, 000 + BonusActuarial Summary: We are seeking a skilled Actuary to monitor rate adequacy across all lines of business, advise management on pricing proposals,… More Information apply refer MARKETING SENIOR MANAGER Salary: $75,000-85,0000 + bonus Posted 06/06/24 Los Angeles, CA Los Angeles, CA Category: Market Research Salary: $75,000-85,0000 + bonus Posted: 06/06/24 Job ID: 330746-0_1 Title: Senior Marketing ManagerLocation: Los AngelesCompensation: $75-85, 000 + BonusContact: Daniel Wilberschied: dwilberschied@smithhanley.comA top tier market research supplier is on the hunt for talented Senior Marketing Manager to join their growing… More Information apply refer SENIOR MANAGER, LIFE ACTUARY Salary: 145,000-$170,000 + 25% Bonus Posted 06/05/24 New York, NY New York, NY Category: Actuarial Science Salary: 145,000-$170,000 + 25% Bonus Posted: 06/05/24 Job ID: 330745-0_1 Title: Senior Manager, Life ActuaryLocation: RemoteSalary: 145, 000-$170, 000 + 25% BonusActuarial Summary: We are seeking a Life Actuary who will manage key projection processes for Traditional and Universal Life business blocks, ensuring timely completion… More Information apply refer SENIOR MANAGER HEALTH ACTUARY Salary: 165,000-$210,000 + Bonus Posted 05/30/24 New York, NY New York, NY Category: Actuarial Science Salary: 165,000-$210,000 + Bonus Posted: 05/30/24 Job ID: 330742-0_1 Title: Senior Manager Health ActuaryLocation: RemoteSalary: 165, 000-$210, 000 + BonusActuarial Summary: An established leader in the Payer & Provider Health Consulting industry is seeking a Senior Manager Health Actuary to join their expanding team.… More Information apply refer CONSULTING ACTUARY LIFE - AXIS MODELING Salary: 155,000-$195,000 + Bonus Posted 05/21/24 New York, NY New York, NY Category: Actuarial Science Salary: 155,000-$195,000 + Bonus Posted: 05/21/24 Job ID: 330737-0_1 Title: Consulting Actuary Life - AXIS Modeling Location: HybridSalary: 155, 000-$195, 000 + BonusActuarial Summary: We are seeking a consulting actuary with ASA or FSA designation specializing in fixed index annuity modeling using AXIS. Responsibilities… More Information apply refer Load More Results There are currently no jobs posted that match your search criteria, but new jobs are added all the time. Please sign up for job alerts and we will let you know when new jobs are posted. Or, please search again. Setup an Alert Search Again Loading... Posted Category: Posted: Job ID: More Information apply refer × MY SAVED SEARCHES No Saved Searches Keywords Category Location Radius Actions SEARCH JOBS LocationAtlanta, GA Atlanta , GA Boston, MA Bridgewater, NJ Charlotte, NC Chicago, IL Chicago , IL Dallas , TX Denver, CO Greater Los Angeles, CA Greater Los Angeles Area, CA Greater Philadelphai, PA Houston, TX Indianapolis, IN Lincoln, NE Los Angeles, CA Los Angeles , CA McLean, VA New York, NY New York, VA New York , NY New York City, NY Orlando, FL Philadelphia, PA Princeton, NJ Remote, CA Remote, NA Remote, NJ Remote, PA Remote, US San Francisco, CA Stamford, CT Tampa, FL Teaneck, NJ Thousand Oaks, CA Tullahoma, TN CategoryActuarial ScienceBiostatisticsCreditData ScienceMarket ResearchMarketingMarketing AnalyticsMedical AffairsPharma Commercial AnalyticsPharmaceutical Search Jobs CONTACT WINSEARCH AT HELP@WINSEARCH.COM NEWS News HAPPY 4TH OF JULY! Smith Hanley Associates’ Recruiters Wish You a Happy 4th of July Pharmaceutical Commercial Analytics Eda Zullo ezullo@smithhanley.com Biostatistics and Clinical Data Management Nihar Parikh nparikh@smithhanley.com Read More July 4, 2024 Data Science & Analytics NLP IN CONTENT CURATION In today’s digital era, where information is abundant and attention spans are short, effective content curation has become essential for businesses and individuals alike. Natural Read More July 2, 2024 Market Research & Consumer Insights HOW TO STAY POSITIVE IN YOUR JOB HUNT Great domestic job growth. Lowest unemployment rates in twenty years. Yet you are having trouble finding a new job. Here is how to stay positive Read More June 27, 2024 Smith Hanley Associates, LLC 107 John Street, Second Floor Southport, CT 06890 203.319.4300 Twitter Linkedin * Home * Our Specialties * Search Jobs * About Us * News * Contact Us 2024 Smith Hanley Associates LLC | Privacy | | Site Credits Staffing Websites by Haley Marketing Search Jobs News Contact Us