www.jobhat.com Open in urlscan Pro
104.18.9.35  Public Scan

Submitted URL: http://zmail.jobhat.com/pcp40/c2.php?yETO1kDO3IzX3ATO1kDO3IzX90mclR3XtRXdmQXYIJ2bK1TZjJXdvN3XtRXdmcDM5UTO4cjMfRnclxWQrI2...
Effective URL: https://www.jobhat.com/jl/job_results
Submission Tags: falconsandbox
Submission: On October 07 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /jl/ajax_load_jobs

<form id="search-form" class="navbar-form" role="search" itemprop="potentialAction" itemscope="itemscope" itemtype="http://schema.org/SearchAction" action="/jl/ajax_load_jobs" accept-charset="UTF-8" data-remote="true" method="post"><input name="utf8"
    type="hidden" value="✓">
  <meta itemprop="target" content="http://JobHat.com/jl/job_results?q={q}&amp;l={l}">
  <div class="row">
    <div class="col-xs-3 pad-left-0 hidden-xs">
      <img class="logo img-responsive center-block logo_jh" caption="JobHat.com" itemprop="logo" src="https://prod-assets.jobhat.com/assets/logo_lg_new_jh-2524823e5c059d5f24c7ead67306920c465fb093c3473486f2a2d1e475df08f4.png">
      <meta itemprop="name" content="JobHat.com">
    </div>
    <div class="form-group col-xs-4 col-sm-3 pad-left-0">
      <label for="headerSearchField_job" class="">What:</label><br>
      <input type="text" name="q" id="headerSearchField_job" value="" class="form-control top-nav-search-input" placeholder="Keyword" itemprop="query-input" aria-describedby="jobQuerySearchInput">
      <span id="jobQuerySearchInput" class="help-block hidden-xs">job title, company or keyword</span>
    </div>
    <div class="form-group col-xs-4 col-sm-3 pad-left-5">
      <label for="headerSearchField_location" class="">Where:</label><br>
      <input type="text" name="l" id="headerSearchField_location" value="Hamburg" class="form-control top-nav-search-input" placeholder="Location" aria-describedby="jobLocationSearchInput">
      <input type="hidden" name="days_back" id="days_back" value="">
      <input type="hidden" name="is_user_requested" id="is_user_requested" value="true">
      <span id="jobLocationSearchInput" class="help-block hidden-xs">enter zip code or city</span>
    </div>
    <div class="form-group col-xs-4 col-sm-3 pad-left-5">
      <br>
      <button class="btn btn-info navbar-btn navbar-left search-submit-button" id="search-submit" type="submit" value="SEARCH JOBS »">SEARCH</button>
      <span id="search-submit" class="help-block hidden-xs"><a href="" class="advanced-search-header">Advanced Search</a></span>
    </div>
  </div>
</form>

POST /jl/ajax_load_jobs

<form id="search-filter" class="search-filter" role="search" itemprop="potentialAction" itemscope="itemscope" itemtype="http://schema.org/SearchAction" action="/jl/ajax_load_jobs" accept-charset="UTF-8" data-remote="true" method="post"><input
    name="utf8" type="hidden" value="✓">
  <input type="hidden" name="q" id="q" value="" class="search-filter-q">
  <input type="hidden" name="l" id="l" value="Hamburg" class="search-filter-l">
  <input type="hidden" name="days_back" id="days_back" value="">
  <input type="hidden" name="is_user_requested" id="is_user_requested" value="true">
  <select id="search-filter-select" name="r" class="form-control input-sm">
    <option value="5">5 Miles</option>
    <option value="10">10 Miles</option>
    <option value="25" selected="selected">25 Miles</option>
    <option value="">25+ Miles</option>
  </select>
</form>

POST /reg/profile-forklift-update

<form id="forklift-reg-form" class="form" role="form" data-abide="true" autocomplete="on" itemprop="potentialAction" itemscope="itemscope" itemtype="http://schema.org/SearchAction" action="/reg/profile-forklift-update" accept-charset="UTF-8"
  data-remote="true" method="post" novalidate="novalidate"><input name="utf8" type="hidden" value="✓">
  <meta itemprop="target" content="http://JobHat.com/reg/job-apply">
  <meta itemprop="name" content="Registration Form">
  <meta itemprop="description" content="Register to create your employer profile and be able to search and apply to jobs in your area">
  <div class="row">
    <div class="col-xs-12">
      <style type="text/css">
        .radio {
          font-size: 14px;
        }

        .margin-btm-5 {
          margin-bottom: 5px !important;
        }

        .margin-top-15 {
          margin-top: 15px !important;
        }

        .contact_label {
          font-weight: 700;
          font-size: 1.0em;
          width: 100%;
          text-align: center;
          color: #333;
          text-rendering: optimizeLegibility;
          text-rendering: geometricPrecision;
          font-smooth: always;
          font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -webkit-font-smoothing: antialiased;
        }
      </style>
      <div class="row-fluid margin-top-15">
        <div class="text-center margin-btm-5">
          <div><label class="contact_label"><strong class="legend clean-text-render">Are you a certified forklift operator?</strong></label></div>
          <label class="radio-inline">
            <input type="radio" name="forklift_license" id="forklift_license_yes" value="yes" required="required" class="forklift_license reqRadio1 required margin-left-neg-5" itemprop="query-input"> Yes </label>
          <label class="radio-inline reqRadioWrapper1">
            <input type="radio" name="forklift_license" id="forklift_license_no" value="no" required="required" class="forklift_license reqRadio1 required" itemprop="query-input"> No </label>
        </div>
      </div>
      <script type="text/javascript">
        (function($) {
          $(function() {
            var event_name = "forklift_question_job_listing_trigger";
            // Client-side events
            $('.forklift_license').on('click', function() {
              if ($("#forklift_license_no").is(":checked")) {
                recordEvent(event_name, 'action', "no");
              } else if ($("#forklift_license_yes").is(":checked")) {
                recordEvent(event_name, 'action', "yes");
              }
            });
          });
        })(jQuery);
      </script>
    </div>
  </div>
  <button type="submit" id="forklift-reg-form-submit" class="btn btn-block btn-success margin-btm-10 margin-top-15">Submit</button>
</form>

Text Content

 * Job Search
 * Employers/Post A Job
 * Resources
   * Career Quiz
   * Job Options
   * Career News
 * My Profile

What:
job title, company or keyword
Where:
enter zip code or city

SEARCH Advanced Search

SHOWING 1 - 95 OF 45 JOBS WITHIN
5 MILES 10 MILES 25 MILES 25+ MILES
OF HAMBURG

Recent Searches:
 * Hamburg


Warehouse Package Handler
FedEx Ground PH US- Hamburg, NJ
0d
View Description
Apply
DoorDash Delivery Driver in North Jersey
DoorDash- FRANKLIN, NJ
0d
View Description
Apply
Lyft Driver - Earn up to $34/hr in New Jersey
Lyft- Hamburg, NJ
0d
View Description
Apply
Amazon Work From Home Program NOW OPEN: $16-$40/Hr (Apply)
AmazonHiring.OnlyGreatJobs.com
Sponsored
View Description
View
Earn $1100, guaranteed - Uber Driver
Uber- Franklin, NJ

View Description
Apply
Remote Customer Service Rep
SelectQuote- Hamburg, NJ
10d
View Description
Apply
Lead Pharmacy Technician
CVS Health- Hardyston, NJ
0d
View Description
Apply
Hiring Now: Job For Seniors & Retirees $18-$39+/hr
Seniors&Retirees.CareersandJobs.co
Sponsored
View Description
View
Earn up to $31 /hr - Grubhub Delivery Driver!
Grubhub- Hewitt, NJ
0d
View Description
Apply
Now Hiring - Host Server Barista/Dessert Finisher Busser
The Cheesecake Factory- Rockaway, NJ
6d
View Description
Apply
USPS Postal Workers - Mail Carrier/Assistant
USPS- Hamburg, NJ
2d
View Description
Apply
CDL-A Truck Driver Jobs: Guaranteed $65,000/yr minimum pay. Top Drivers earn up
to $100,000.
Marten Transport- Hamburg, NJ
0d
View Description
Apply
Dedicated Truck Drivers, $10,000 Sign-On Bonus!
C.R. England- Hardyston, NJ
0d
View Description
Apply
Pizza Hut is hiring essential workers - Delivery Driver
Pizza Hut- McAfee, NJ
0d
View Description
Apply
Hospitality Job Openings at Four Seasons
www.FourSeasons.MyJobsCorner.com
Sponsored
View Description
View
Package Handler (FT)
FedEx- Hamburg, NJ
10d
View Description
Apply
Hamburg Amazon (Work From Home) Jobs - $16-$35+/Hr: Positions Open
Amazon-From-Home.FindDreamJobs.com
Sponsored
View Description
View
Warehouse Package Handler (FT)
UPS- Hamburg, NJ
10d
View Description
Apply
Seasonal Cosmetics Stock - Estee Lauder, Willowbrook - Part Time
Macy's- Stockholm, NJ
2d
View Description
Apply
Beverage Cart Attendant
Crystal Springs Resort- Hamburg, NJ
44d
View Description
Apply
Marriott Reservations Agent - Work From Home $17-$31/Hr
JobsAtHomeStaffing.com/Marriott
Sponsored
View Description
View
Stocker
PepsiCo- Hamburg, NJ
10d
View Description
Apply
Stocker (Overnight)
Walmart- Hamburg, NJ
10d
View Description
Apply
Stocker
ALDI- Hamburg, NJ
10d
View Description
Apply
Stocker
Costco- Hamburg, NJ
10d
View Description
Apply
Walmart Jobs $18 - $42/Hour (Apply Now)
ExpertJobMatch.com/Walmart
Sponsored
View Description
View
Amazon Warehouse - Shopper Team Member
Amazon- Hamburg, NJ
12d
View Description
Apply
Packer
Frito-Lay- Hamburg, NJ
10d
View Description
Apply
Teams with Doubles Endorsement: NEW $30,000 SIGN ON BONUS/SPLIT & Earn Up to 75
CPM
U.S. Xpress- Lafayette, NJ
0d
View Description
Apply
Earn $100 (this) Hour Taking Surveys, Takes Only Minutes Long
FlashRewards.co/$100-Job-Assistance
Sponsored
View Description
View
COVID19 Vaccine Immunizer Temporary
Rite Aid- Hamburg, NJ
33d
View Description
Apply
Covid-19 Vaccinators wanted!
Medtrust, LLC- Hamburg, NJ
33d
View Description
Apply
Medical Biller - Full Time
Key Autism Services- Hamburg, NJ
5d
View Description
Apply
Full Time Teller (Float), Northern NJ Central Area, NJ
Santander US- Hamburg, NJ
16d
View Description
Apply
Warehouse Worker - Forklift Operator - $17.25 Per Hour - $1,500 Sign On Bonus
Penske Truck Leasing- Vernon, NJ
3d
View Description
Apply
Concierge
The Oscar and Ella Wilf Campus for Senior Living- Hamburg, NJ
33d
View Description
Apply
CDL (Class A ) Driver- Trailer Technician- $5,000 Sign On Bonus
Wind River Environmental- Vernon, NJ
11d
View Description
Apply
Guest Advocate (Cashier or Front of Store Attendant/ Cart Attendant) (T1365)
Target- Hamburg, NJ
21d
View Description
Apply
FT Data Entry - Work From Home
Family Wealth Advisors LLC- Sparta, NJ
17d
View Description
Apply
Emergency Screener
Acenda Health Jobs- Hamburg, NJ
33d
View Description
Apply
Lowe's - Receiver/Stocker
Lowes- Hamburg, NJ
12d
View Description
Apply
Shift Supervisor
Wendy's- Hardyston, NJ
0d
View Description
Apply
Pharmacy Clerk (1st Shift) - $1,000 Sign On Bonus - Pine Brook, NJ
UnitedHealth Group- Pine Brook, NJ

View Description
Apply
Groundperson with DL - Union
Utilities Service, LLC- Sussex, NJ
12d
View Description
Apply
Part Time Event Specialist
Advantage Sales & Marketing LLC dba Advantage Solutions- Sparta, NJ
4d
View Description
Apply
 * «
 * 1
 * »

Search Suggestions »
Part Time Jobs
Accounting Jobs
Government Jobs
Full Time Jobs
Sales Jobs
Management Jobs
Airport Jobs
Warehouse Jobs
Cleaning Jobs
Internet Jobs
Medical Jobs
jobs by
45 Jobs Found


JOB SEEKERS

 * Job Search
 * Browse Jobs
 * My Profile
 * Login
 * Sign-Up

EMPLOYERS

 * Post a Job

COMPANY

 * About Us
 * Privacy Policy
 * Terms of Use
 * FAQ

RESOURCES

 * Salary Info
 * Career Types
 * Education Center
 * Career Quiz
 * Career News
 * Career Blog
 * Career Videos
 * Career Tips
 * Military Skills

© 2021 JobHat.com. All rights reserved.

JobHat is a job search engine, we are not an employer.

×Close Help us find you the most relevant jobs!
Are you a certified forklift operator?
Yes No
Submit
×

OOPS! THAT JOB IS EXPIRED, BUT HERE'S ONE YOU MAY BE INTERESTED IN!

Remote Customer Service Rep
SelectQuote  Hamburg, NJ
Continue to Job » continue to job results