jobs.integritystaffing.net Open in urlscan Pro
198.101.129.156  Public Scan

Submitted URL: http://jobs.integritystaffing.net/
Effective URL: https://jobs.integritystaffing.net/
Submission: On March 20 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /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="1710947776">
</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="7244002352bf27d2f0babb90d08ce6ca">
    <input type="hidden" name="t" value="1710947776">
    <input type="hidden" name="first" id="first" value="20">
    <input type="hidden" name="total" id="total" value="84">
    <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="rawcats" id="rawcats" value="">
    <input type="hidden" name="action" value="1">
    <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');">
          <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">
                  </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">
                    </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: '847321645598f46069d2a8aa66448221',
                            t: '1710947776'
                          },
                          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;">
                    <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]));
                        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">Industry</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 Industry" role="combobox" aria-owns="hgt7iVVI"
                        aria-autocomplete="list" aria-expanded="false">
                      <div class="category_listbox listbox" id="hgt7iVVI" role="listbox">
                        <div class="option " my-data="C90295" aria-selected="false" role="option" id="vetrJDOK">Accounting</div>
                        <div class="option " my-data="C88335" aria-selected="false" role="option" id="gPo3sWBK">Admin / Clerical</div>
                        <div class="option " my-data="C90179" aria-selected="false" role="option" id="WQ5EZn1o">Application Engineer</div>
                        <div class="option " my-data="C88337" aria-selected="false" role="option" id="zhf1tu9i">Construction</div>
                        <div class="option " my-data="C89260" aria-selected="false" role="option" id="gjSDStSj">Forklift</div>
                        <div class="option " my-data="C89597" aria-selected="false" role="option" id="AImPn0zM">General Labor</div>
                        <div class="option " my-data="C88338" aria-selected="false" role="option" id="ZGfZbofA">Hospitality / Food Service</div>
                        <div class="option " my-data="C88334" aria-selected="false" role="option" id="zNtpzmAl">Light Industrial</div>
                        <div class="option " my-data="C89265" aria-selected="false" role="option" id="1u7n4Dxo">Machine Operator</div>
                        <div class="option " my-data="C88730" aria-selected="false" role="option" id="IfxATxwI">Ship Repair / Shipyard</div>
                        <div class="option " my-data="C89662" aria-selected="false" role="option" id="shACbsHX">Specific</div>
                        <div class="option " my-data="C89450" aria-selected="false" role="option" id="a2wVY7tl">Supervisory / Mgmt</div>
                        <div class="option " my-data="C89120" aria-selected="false" role="option" id="AzRo7NjM">Technical</div>
                        <div class="option " my-data="C88336" aria-selected="false" role="option" id="l5coCMXR">Warehouse</div>
                        <div class="option " my-data="C90080" aria-selected="false" role="option" id="gQHxpTOr">Welding</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: applyformPOST /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="1710947776">
  <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">
        <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">Email Address</label>
  <div class="hmg-jb-input-group">
    <input type="email" placeholder="email address" class="hmg-jb-form-control apply-later-input" required="">
    <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>

Text Content

Skip to content
Current Associates
Apply Now
 * Home
 * Job Seekers
   * Search Jobs
 * Job Providers
   * Request Talent
 * Specialties
   * Shipbuilding & Repair
   * Heavy Industrial
   * Light Industrial
   * Hospitality
   * Professional
 * About Us
 * Resources
   * Blog
 * Contact
   * Virginia Beach
   * Newport News
   * Winchester

Menu
 * Home
 * Job Seekers
   * Search Jobs
 * Job Providers
   * Request Talent
 * Specialties
   * Shipbuilding & Repair
   * Heavy Industrial
   * Light Industrial
   * Hospitality
   * Professional
 * About Us
 * Resources
   * Blog
 * Contact
   * Virginia Beach
   * Newport News
   * Winchester

 * Current Associates
 * Apply Now
 * Home
 * Job Seekers
   * Search Jobs
 * Job Providers
   * Request Talent
 * Specialties
   * Shipbuilding & Repair
   * Heavy Industrial
   * Light Industrial
   * Hospitality
   * Professional
 * About Us
 * Resources
   * Blog
 * Contact
   * Virginia Beach
   * Newport News
   * Winchester

Menu
 * Current Associates
 * Apply Now
 * Home
 * Job Seekers
   * Search Jobs
 * Job Providers
   * Request Talent
 * Specialties
   * Shipbuilding & Repair
   * Heavy Industrial
   * Light Industrial
   * Hospitality
   * Professional
 * About Us
 * Resources
   * Blog
 * Contact
   * Virginia Beach
   * Newport News
   * Winchester

Current Associates
Apply Now
 * Home
 * Job Seekers
   * Search Jobs
 * Job Providers
   * Request Talent
 * Specialties
   * Shipbuilding & Repair
   * Heavy Industrial
   * Light Industrial
   * Hospitality
   * Professional
 * About Us
 * Resources
   * Blog
 * Contact
   * Virginia Beach
   * Newport News
   * Winchester

Menu
 * Home
 * Job Seekers
   * Search Jobs
 * Job Providers
   * Request Talent
 * Specialties
   * Shipbuilding & Repair
   * Heavy Industrial
   * Light Industrial
   * Hospitality
   * Professional
 * About Us
 * Resources
   * Blog
 * Contact
   * Virginia Beach
   * Newport News
   * Winchester

 * Current Associates
 * Apply Now
 * Home
 * Job Seekers
   * Search Jobs
 * Job Providers
   * Request Talent
 * Specialties
   * Shipbuilding & Repair
   * Heavy Industrial
   * Light Industrial
   * Hospitality
   * Professional
 * About Us
 * Resources
   * Blog
 * Contact
   * Virginia Beach
   * Newport News
   * Winchester

Menu
 * Current Associates
 * Apply Now
 * Home
 * Job Seekers
   * Search Jobs
 * Job Providers
   * Request Talent
 * Specialties
   * Shipbuilding & Repair
   * Heavy Industrial
   * Light Industrial
   * Hospitality
   * Professional
 * About Us
 * Resources
   * Blog
 * Contact
   * Virginia Beach
   * Newport News
   * Winchester


SEARCH JOBS

Toggle navigation
 * Search Jobs
 * Sign Up
 * Login




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


INDUSTRY

Accounting
Admin / Clerical
Application Engineer
Construction
Forklift
General Labor
Hospitality / Food Service
Light Industrial
Machine Operator
Ship Repair / Shipyard
Specific
Supervisory / Mgmt
Technical
Warehouse
Welding
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
Apply Now Apply Later

Send an email reminder to:

Email Address

Refer a Friend

--------------------------------------------------------------------------------


More Information »
Filter Jobs

Sort By: Date Job Title Location


RIGGER

Pay Rate: $25.00 / hour Posted 03/18/24
Norfolk, VA
Norfolk, VA Industry: Ship Repair / Shipyard Pay Rate: $25.00 / hour Posted:
03/18/24 Job ID: MC780412245
Must have  LEVEL 1 Rigger Certification  from NCCCOMust have 2-5 years’
experience in heavy shipboard riggingFabricates, installs and repairs rigging
and weight handling gear on ships.  Attaches hoists and pulling gear to lift,
move,…
More Information apply refer


DIESEL MECHANIC

Pay Rate: $29.00 / hour Posted 03/18/24
Norfolk, VA
Norfolk, VA Industry: Ship Repair / Shipyard Pay Rate: $29.00 / hour Posted:
03/18/24 Job ID: CC601981825
Must be able to set up and break down equipment, including helping Journeymen
run hoses; operate power tools; clean the work area and properly dispose of
garbage, scrap and other material. In the applicable departments, must be able
to ensure that a Work…
More Information apply refer


LABOR

Pay Rate: $12.75 / hour Posted 03/15/24
Hampton, VA
Hampton, VA Industry: Construction Pay Rate: $12.75 / hour Posted: 03/15/24 Job
ID: MC760679315
Responsibilities: Assist the drainage ditch crew  Must be able to use a shovel
to dig ditches, carry trash to  containersMust be able to bend, squat, and kneel
on a continual  basisShould be able to lift and move objects that are between…
More Information apply refer


MANUFACTURING OPERATOR

Pay Rate: $17.50 / hour Posted 03/15/24
Middletown, VA
Middletown, VA Industry: Pay Rate: $17.50 / hour Posted: 03/15/24 Job ID:
INT22600154

Integrity Staffing has an immediate need for a  Manufacturing Operators! This is
a full-time, contract-to-hire position with competitive pay. This opportunity is
with a local manufacturer. If you are interested and meet the following
qualifications,…

More Information apply refer


PACKAGING OPERATOR

Pay Rate: $18.50 / hour Posted 03/15/24
Winchester, VA
Winchester, VA Industry: Pay Rate: $18.50 / hour Posted: 03/15/24 Job ID:
INT22600789

Integrity Staffing has an immediate need for  Packaging  Operators! This is a
full-time, contract-to-hire position with competitive pay. This opportunity is
with a manufacturer  in  Winchester, VA. If you are interested and meet…

More Information apply refer


GROUND MAINTENANCE

Pay Rate: $15.00 / hour Posted 03/15/24
Summit Point, WV
Summit Point, WV Industry: Light Industrial Pay Rate: $15.00 / hour Posted:
03/15/24 Job ID: JF769627428

Integrity Staffing has an immediate need for  a Grounds Crew! This is a
full-time, contract-to-hire position with competitive pay. This opportunity is
with a local  Motorsports Park. If you are interested and meet the following
qualifications,…

More Information apply refer


ASSEMBLER

Pay Rate: $17.00 / hour Posted 03/15/24
Newport News, VA
Newport News, VA Industry: Pay Rate: $17.00 / hour Posted: 03/15/24 Job ID:
MC4826953313
Job Description for Crating: Must have wood working  experienceMust know how to
read a tape measure and use power  toolsMust be able to lift  50lbsMust be able
to stand for long periods of  timeHours: M-F 8-5PMPay:$17.00 & up based…
More Information apply refer


PAINTER/BLASTER

Pay Rate: $16.50-21.50 / hour Posted 03/13/24
Channelview, TX
Channelview, TX Industry: Ship Repair / Shipyard Pay Rate: $16.50-21.50 / hour
Posted: 03/13/24 Job ID: KL490188313
Integrity Staffing has exciting new opportunities for Shipyard
Sandblaster/Painters in the Houston, TX area! Roles & Responsibilities: The
labor/helper performs tasks involving physical labor at work sites. The position
is mainly responsible for performing…
More Information apply refer


COST ESTIMATOR

Pay Rate: $90000-110000 / year Posted 03/13/24
Houston, TX
Houston, TX Industry: Pay Rate: $90000-110000 / year Posted: 03/13/24 Job ID:
KS44947619
Cost Estimator  Integrity Staffing Services is currently looking for a
qualified  Cost Estimator!   Cost estimators serve a pivotal role in planning,
design, and pricing of bids for future work. We believe a successful team is
comprised…
More Information apply refer


ELECTRICAL ENGINEER (INDUSTRIAL)

Pay Rate: $95000-105000 / year Posted 03/13/24
Houston, TX
Houston, TX Industry: Specific Pay Rate: $95000-105000 / year Posted: 03/13/24
Job ID: KS40755119
The Electrical Engineer is part of the Plant and Equipment Department reporting
to the Electrical Engineering Manager.  The position is located at our  client’
s  corporate office  in Houston, TX  and will require approximately…
More Information apply refer


STRUCTURAL WELDER 1ST CLASS- STEEL

Pay Rate: $15.00 / hour Posted 03/13/24
FL
FL Industry: Ship Repair / Shipyard Pay Rate: $15.00 / hour Posted: 03/13/24 Job
ID: KL730038129
We have an exciting opportunity for a Structural Welder in  Florida. This is a
long-term contract position that comes with great benefits. If you are
interested and meet the requirements below, we would love to hear from you. 
Per  diem …
More Information apply refer


1ST CLASS SHIPFITTER (STEEL-INCLUDES ELECTRICAL)

Pay Rate: $15.00 / hour Posted 03/13/24
FL
FL Industry: Ship Repair / Shipyard Pay Rate: $15.00 / hour Posted: 03/13/24 Job
ID: KL608574129
We have an exciting opportunity for a  Shipfitter  in Florida. This is a
long-term contract position that comes with great benefits. If you are
interested and meet the requirements below, we would love to hear from you.  Per
diem offered! …
More Information apply refer


PIPEFITTER 1ST CLASS

Pay Rate: $15.00 / hour Posted 03/13/24
FL
FL Industry: Ship Repair / Shipyard Pay Rate: $15.00 / hour Posted: 03/13/24 Job
ID: KL817656129
We have an exciting opportunity for a Pipe Fitter in  Florida. This is a
long-term contract position that comes with great benefits. If you are
interested and meet the requirements below, we would love to hear from you. Per 
diem  offered!…
More Information apply refer


TIG PIPE WELDER 1ST CLASS (ALUMINUM)

Pay Rate: $15.00 / hour Posted 03/13/24
FL
FL Industry: Ship Repair / Shipyard Pay Rate: $15.00 / hour Posted: 03/13/24 Job
ID: KL268686129
We have an exciting opportunity for a Pipe Welder in  Florida. This is a
long-term contract position that comes with great benefits. If you are
interested and meet the requirements below, we would love to hear from you. Per 
diem  offered!…
More Information apply refer


MILLWRIGHT MACHINIST

Pay Rate: $15.00 / hour Posted 03/13/24
FL
FL Industry: Ship Repair / Shipyard Pay Rate: $15.00 / hour Posted: 03/13/24 Job
ID: AD495308131
We have an exciting opportunity for a Millwright Machinist in  Florida. This is
a long-term contract position that comes with great benefits. If you are
interested and meet the requirements below, we would love to hear from
you.Position Summary:…
More Information apply refer


CONTRACT MANAGER

Pay Rate: $100000-130000 / year Posted 03/13/24
Houston, TX
Houston, TX Industry: Supervisory / Mgmt Pay Rate: $100000-130000 / year Posted:
03/13/24 Job ID: KL24465122
Integrity Staffing is hiring a Contract Manager for our client in Houston, TX! 
The Contract Manager will work on both contractual and commercial matters, as
well as analyzing and advising on contractual risks and opportunities. The
position will…
More Information apply refer


MAINTENANCE TECHNICIAN

Pay Rate: $28.00 / hour Posted 03/13/24
Winchester, VA
Winchester, VA Industry: Forklift Pay Rate: $28.00 / hour Posted: 03/13/24 Job
ID: MT527723313
Integrity Staffing has an immediate need for  a Maintenance Technician! This is
a full-time, contract-to-hire position with competitive pay. This opportunity is
with a manufacturer  in  Winchester, VA. If you are interested and meet the…
More Information apply refer


1ST CLASS STRUCTURAL WELDER (ALUMINUM)

Pay Rate: $15.00 / hour Posted 03/13/24
FL
FL Industry: Ship Repair / Shipyard Pay Rate: $15.00 / hour Posted: 03/13/24 Job
ID: KL625435129
We have an exciting opportunity for a Structural Welder in  Florida. This is a
long-term contract position that comes with great benefits. If you are
interested and meet the requirements below, we would love to hear from you. 
Per  diem …
More Information apply refer


PIPE WELDER 1ST CLASS (STEEL)

Pay Rate: $15.00 / hour Posted 03/13/24
FL
FL Industry: Ship Repair / Shipyard Pay Rate: $15.00 / hour Posted: 03/13/24 Job
ID: KL542010129
We have an exciting opportunity for a Pipe Welder in  Florida. This is a
long-term contract position that comes with great benefits. If you are
interested and meet the requirements below, we would love to hear from you. Per 
diem  offered!…
More Information apply refer


SHIPFITTER 1ST CLASS- ALUMINUM

Pay Rate: $15.00 / hour Posted 03/13/24
FL
FL Industry: Ship Repair / Shipyard Pay Rate: $15.00 / hour Posted: 03/13/24 Job
ID: KL493825129
We have an exciting opportunity for a  Shipfitter  in  Florida. This is a
long-term contract position that comes with great benefits. If you are
interested and meet the requirements below, we would love to hear from you. Per 
diem …
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

Industry: Posted: Job ID:

More Information apply refer
×

MY SAVED SEARCHES

No Saved Searches

Keywords Industry Location Radius Actions




VIRGINIA BEACH

615 Lynnhaven Parkway
Virginia Beach, VA 23452
800-766-2701


NEWPORT NEWS

11835 Canon Boulevard
B-105
Newport News, VA 23606
757-826-3066


WINCHESTER

22A Ricketts Drive
Winchester, VA 22601
540-722-0333


 * 
 * 
 * 

2024 Integrity Staffing Services, Inc.
|
Privacy
|
|
Site Credits Staffing Websites by Haley Marketing
Search Jobs
Request Talent
Blog
Contact Us