www.hudsonpreowned.com Open in urlscan Pro
108.138.7.26  Public Scan

Submitted URL: https://www.hudsoncjdr.com/
Effective URL: https://www.hudsonpreowned.com/
Submission: On September 13 via api from US — Scanned from DE

Form analysis 9 forms found in the DOM

GET /inventory.aspx

<form class="ebiz-search-inventory-form" action="/inventory.aspx" method="get" autocomplete="on">
  <div class="row">
    <div class="col-md-10">
      <div class="input">
        <input class="search-flyout-input" type="text" name="_search" aria-label="Search Our Inventory" value="" placeholder="Search Inventory">
      </div>
    </div>
    <div class="col-md-2">
      <button name="submit" id="submit-button" class="button btn-block m-0 ebiz-search-submit">GO</button>
    </div>
  </div>
</form>

GET /inventory.aspx

<form class="ebiz-search-inventory-form form-inline m-0 h-100" action="/inventory.aspx" method="get" autocomplete="on">
  <div class="form-group input">
    <input type="text" id="_topbarv2search" name="_search" aria-label="Search Inventory" value="" placeholder="Search Inventory">
  </div>
  <button type="submit" class="button  button-small m-0 h-100" aria-label="Search"><i class="icon-search3"></i> Search</button>
</form>

GET /inventory.aspx

<form class="ebiz-search-inventory-form m-0" action="/inventory.aspx" method="get" autocomplete="on">
  <div class="wrapper clearfix">
    <div class="col-xs-10 col-sm-10">
      <div class="input m-0">
        <input type="text" name="_search" class="form-control" aria-label="Search Inventory" placeholder="Search Inventory">
      </div>
    </div>
    <div class="col-xs-2 col-sm-2 pl-0">
      <button type="submit" class="button btn-block py-0 px-2 m-0">Go</button>
    </div>
  </div>
</form>

GET /inventory.aspx

<form class="ebiz-search-inventory-form m-0" action="/inventory.aspx" method="get" autocomplete="on">
  <div class="row">
    <div class="col-sm-9">
      <div class="input m-0">
        <input type="text" name="_search" class="form-control" aria-label="Search" value="" placeholder="Search Inventory" data-class-lg="" data-class-md="" data-class-sm="" data-class-xs="text-center" data-class-xxs="text-center">
      </div>
    </div>
    <div class="mt-3 d-block d-sm-none"></div>
    <div class="col-sm-3">
      <button type="submit" class="button  fright btn-block text-center mx-0 px-2 mt-0"><i class="icon-search3"></i> Search</button>
    </div>
  </div>
</form>

Name: quick-browse-formGET inventory.aspx

<form id="quick-browse-form" class="m-0" name="quick-browse-form" method="get" action="inventory.aspx">
  <div class="row">
    <div class="col-sm-6 col-md-15">
      <div class="select">
        <select id="quick-browse-condition" class="ebiz-condition-dd" aria-label="Select Vehicle Condition" role="listbox">
          <option value="">Select Vehicle Condition</option>
          <option value="Used">Used</option>
          <option value="Certified Pre-Owned">Certified Pre-Owned</option>
        </select>
        <i class="icon-angle-down"></i>
      </div>
    </div>
    <div class="col-sm-6 col-md-15">
      <div class="select">
        <select id="quick-browse-make" class="ebiz-make-dd" aria-label="Select Vehicle Make" role="listbox">
          <option value="">Select Vehicle Make</option>
        </select>
        <i class="icon-angle-down"></i>
      </div>
    </div>
    <div class="col-sm-6 col-md-15">
      <div class="select">
        <select id="quick-browse-model" class="ebiz-model-dd" aria-label="Select Vehicle Model" role="listbox">
          <option value="">Select Vehicle Model</option>
        </select>
        <i class="icon-angle-down"></i>
      </div>
    </div>
    <div class="col-sm-6 col-md-15">
      <div class="select">
        <select id="quick-browse-bodystyle" class="ebiz-bodystyle-dd" aria-label="Select Body Style" role="listbox">
          <option value="">Select Body Style</option>
        </select>
        <i class="icon-angle-down"></i>
      </div>
    </div>
    <div class="col-sm-12 col-md-15">
      <button name="submit" id="quick-browse-submit-button" class="button btn-block  m-0 ebiz-search-submit">Search Inventory</button>
    </div>
  </div>
</form>

POST

<form method="post" id="text-request" class="mb-0 ebiz-textrequest-form" autocomplete="on" novalidate="novalidate" validation-binded="true">
  <fieldset class="px-0">
    <section class="m-0">
      <div class="row">
        <section class="col-xs-12 mb-4">
          <label class="label" for="ctlContactDepartment">Select Department</label>
          <div class="select">
            <select name="ctlContactDepartment" id="ctlContactDepartment" role="listbox">
              <option value="Sales">Text From Sales</option>
              <option value="Service">Text From Service</option>
              <option value="Parts">Text From Parts</option>
            </select>
            <i class="icon-angle-down"></i>
          </div>
        </section>
        <section class="col-xs-6 col-sm-6 mb-4">
          <div class="input">
            <label id="ctlFirstNameLabel" class="label" for="ctlFirstName">First Name <span class="req">*</span></label>
            <input type="text" aria-labelledby="ctlFirstNameLabel" name="ctlFirstName" placeholder="" required="" data-msg="Enter your first name." aria-required="true">
          </div>
        </section>
        <section class="col-xs-6 col-sm-6 mb-4">
          <div class="input">
            <label id="ctlLastNameLabel" class="label" for="ctlLastName">Last Name <span class="req">*</span></label>
            <input type="text" aria-labelledby="ctlLastNameLabel" name="ctlLastName" placeholder="" required="" data-msg="Enter your last name." aria-required="true">
          </div>
        </section>
        <section class="col-xs-12 mb-4">
          <label class="label" for="ctlPhone">Mobile Phone <span class="req">*</span></label>
          <div class="input">
            <input type="tel" name="ctlPhone" id="ctlPhone" required="" data-msg="Enter a mobile number." pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" class="phone-mask" data-rule-minlength="12" data-msg-minlength="Enter a valid mobile number."
              placeholder="" aria-required="true" maxlength="12">
          </div>
          <span class="note">Example: 999-999-9999</span>
          <div class="mt-4 mb-0"><a role="button" class="" data-toggle="collapse" href="#commentsSection" aria-expanded="true" aria-controls="contentCollapse"><i class="icon-caret-right"></i> Add Comments</a></div>
        </section>
        <section id="commentsSection" class="col-xs-12 collapse" aria-expanded="false" style="height: 0px;">
          <div class="textarea">
            <label id="ctlCommentsLabel" class="label" for="ctlComments">Comments</label>
            <textarea aria-labelledby="ctlCommentsLabel" name="ctlComments" rows="6" placeholder=""></textarea>
          </div>
        </section>
        <section class="col-xs-12">
          <label class="checkbox">
            <input type="checkbox" name="ctlChkPermissionCCPA" required="" data-msg="Please agree to our terms and conditions" aria-required="true"><i></i>
            <span class="small ccpa-text">By submitting this form I understand that Hudson Pre-Owned may contact me with offers or information about their products and service.</span>
          </label>
        </section>
      </div>
    </section>
  </fieldset>
  <section class="m-0">
    <p class="small text-muted">* Denotes a Required Field.</p>
    <div class="row formButtonRow">
      <div class="col-xs-12 col-sm-4 col-md-3 divcenter nomargin">
        <button type="submit" class="button btn-block m-0 p-0">Submit</button>
      </div>
    </div>
  </section>
</form>

POST

<form method="post" id="VDP-Contact" class="inputbottommargin ebiz-contactus-form" autocomplete="on" novalidate="novalidate" validation-binded="true">
  <div class="row">
    <section id="firstNameSection" class="col-xs-6 col-sm-6 mb-4">
      <div class="input">
        <label id="ctlFirstNameLabel" class="label" for="ctlFirstName">First Name <span class="req">*</span></label>
        <input type="text" aria-labelledby="ctlFirstNameLabel" name="ctlFirstName" placeholder="" required="" data-msg="Enter your first name." aria-required="true">
      </div>
    </section>
    <section id="lastNameSection" class="col-xs-6 col-sm-6 mb-4">
      <div class="input">
        <label id="ctlLastNameLabel" class="label" for="ctlLastName">Last Name <span class="req">*</span></label>
        <input type="text" aria-labelledby="ctlLastNameLabel" name="ctlLastName" placeholder="" required="" data-msg="Enter your last name." aria-required="true">
      </div>
    </section>
    <section id="emailSection" class="col-xs-6 col-sm-6 mb-4">
      <div class="input">
        <label class="label" id="ctlEmailLabel" for="ctlEmail">Email <span class="req">*</span></label>
        <input type="email" aria-labelledby="ctlEmailLabel" name="ctlEmail" placeholder="" required="" data-msg="Enter a valid email." data-rule-email="true" aria-required="true">
        <span class="note">Example: name@domain.com</span>
      </div>
    </section>
    <section id="phoneSection" class="col-xs-6 col-sm-6 mb-4">
      <div class="input">
        <label id="ctlPhoneLabel" class="label" for="ctlPhone">Phone</label>
        <input aria-labelledby="ctlPhoneLabel" type="tel" name="ctlPhone" placeholder="" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" class="phone-mask" data-msg="Enter a phone number." data-rule-minlength="12"
          data-msg-minlength="Enter a valid phone number." maxlength="12">
        <span class="note">Example: 999-999-9999</span>
      </div>
    </section>
    <section id="commentsSection" class="col-xs-12">
      <div class="textarea">
        <label id="ctlCommentsLabel" class="label" for="ctlComments">Comments</label>
        <textarea aria-labelledby="ctlCommentsLabel" name="ctlComments" rows="6" placeholder=""></textarea>
      </div>
    </section>
    <section class="col-xs-12">
      <label class="checkbox">
        <input type="checkbox" name="ctlChkPermissionCCPA" required="" data-msg="Please agree to our terms and conditions" aria-required="true"><i></i>
        <span class="small ccpa-text">By submitting this form I understand that Hudson Pre-Owned may contact me with offers or information about their products and service.</span>
      </label>
    </section>
    <section class="col-xs-12">
      <div class="small text-muted"><span>*</span> Denotes a required field.</div>
    </section>
  </div>
  <div class="row formButtonRow">
    <section class="col-xs-12 col-sm-4 col-md-3 divcenter nomargin">
      <button type="submit" class="button btn-block m-0 p-0">Send</button>
    </section>
  </div>
</form>

POST

<form method="post" id="VDP-Contact" class="inputbottommargin ebiz-rmi-form" autocomplete="on" novalidate="novalidate" validation-binded="true">
  <div class="row">
    <section id="firstNameSection" class="col-xs-6 col-sm-6 mb-4">
      <div class="input">
        <label id="ctlFirstNameLabel" class="label" for="ctlFirstName">First Name <span class="req">*</span></label>
        <input type="text" aria-labelledby="ctlFirstNameLabel" name="ctlFirstName" placeholder="" required="" data-msg="Enter your first name." aria-required="true">
      </div>
    </section>
    <section id="lastNameSection" class="col-xs-6 col-sm-6 mb-4">
      <div class="input">
        <label id="ctlLastNameLabel" class="label" for="ctlLastName">Last Name <span class="req">*</span></label>
        <input type="text" aria-labelledby="ctlLastNameLabel" name="ctlLastName" placeholder="" required="" data-msg="Enter your last name." aria-required="true">
      </div>
    </section>
    <section id="emailSection" class="col-xs-6 col-sm-6 mb-4">
      <div class="input">
        <label class="label" id="ctlEmailLabel" for="ctlEmail">Email <span class="req">*</span></label>
        <input type="email" aria-labelledby="ctlEmailLabel" name="ctlEmail" placeholder="" required="" data-msg="Enter a valid email." data-rule-email="true" aria-required="true">
        <span class="note">Example: name@domain.com</span>
      </div>
    </section>
    <section id="phoneSection" class="col-xs-6 col-sm-6 mb-4">
      <div class="input">
        <label id="ctlPhoneLabel" class="label" for="ctlPhone">Phone</label>
        <input aria-labelledby="ctlPhoneLabel" type="tel" name="ctlPhone" placeholder="" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" class="phone-mask" data-msg="Enter a phone number." data-rule-minlength="12"
          data-msg-minlength="Enter a valid phone number." maxlength="12">
        <span class="note">Example: 999-999-9999</span>
      </div>
    </section>
    <section id="commentsSection" class="col-xs-12">
      <div class="textarea">
        <label id="ctlCommentsLabel" class="label" for="ctlComments">Comments</label>
        <textarea aria-labelledby="ctlCommentsLabel" name="ctlComments" rows="6" placeholder=""></textarea>
      </div>
    </section>
    <section class="col-xs-12">
      <label class="checkbox">
        <input type="checkbox" name="ctlChkPermissionCCPA" required="" data-msg="Please agree to our terms and conditions" aria-required="true"><i></i>
        <span class="small ccpa-text">By submitting this form I understand that Hudson Pre-Owned may contact me with offers or information about their products and service.</span>
      </label>
    </section>
    <section class="col-xs-12">
      <div class="small text-muted"><span>*</span> Denotes a required field.</div>
    </section>
  </div>
  <div class="row formButtonRow">
    <section class="col-xs-12 col-sm-4 col-md-3 divcenter nomargin">
      <button type="submit" class="button btn-block m-0 p-0">Send</button>
    </section>
  </div>
</form>

POST

<form id="notifyMePriceAlert-dashboardForm_alert" class="notifyMePriceAlert-dashboardForm mb-0 ebiz-pas-login-form" method="post" autocomplete="on" onsubmit="javascript: UserPanelLogin(this); return false;" novalidate="novalidate">
  <fieldset>
    <div class="row">
      <section class="col-sm-3 col-md-6 col-lg-15">
        <div class="input">
          <label class="label" for="ctlEmail">Email <span class="req">*</span></label>
          <input type="email" name="ctlEmail" id="ctlEmail" placeholder="" required="" data-msg="Enter a valid email." data-rule-email="true" aria-required="true">
          <span class="note">Example: name@domain.com</span>
        </div>
      </section>
      <section class="col-sm-3 col-md-6 col-lg-15">
        <div class="input">
          <label class="label" for="ctlFirstName">First Name <span class="req">*</span></label>
          <input type="text" name="ctlFirstName" id="ctlFirstName" placeholder="" required="" data-msg="Enter your first name." aria-required="true">
        </div>
      </section>
      <section class="col-sm-3 col-md-6 col-lg-15">
        <div class="input">
          <label class="label" for="ctlLastName">Last Name <span class="req">*</span></label>
          <input type="text" name="ctlLastName" id="ctlLastName" placeholder="" required="" data-msg="Enter your last name." aria-required="true">
        </div>
      </section>
      <section class="col-sm-3 col-md-6 col-lg-15">
        <div class="input">
          <label class="label" for="ctlPhone">Phone</label>
          <input type="tel" name="ctlPhone" id="ctlPhone" placeholder="" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" class="phone-mask" data-msg="Enter a phone number." data-rule-minlength="12" data-msg-minlength="Enter a valid phone number."
            maxlength="12">
          <span class="note">Example: 999-999-9999</span>
        </div>
      </section>
      <section class="col-sm-12 col-md-12 col-lg-15 submit-button">
        <button type="submit" class="button btn-block m-0 p-0">Submit</button>
      </section>
    </div>
    <span class="small text-muted">* Denotes a required field.</span>
  </fieldset>
</form>

Text Content

Skip to main content

 * Home
 * Used Cars
 * Financing
   * Financing
   * Finance and Insurance
 * About Us





SEARCH INVENTORY

GO

Hudson Pre-Owned

  625 NJ Route 440, Jersey City, NJ 07304   201-324-2000


Search
Español

 * Home
 * Used Cars
 * Financing
   * Finance and Insurance
 * About Us


Saved
Sales Dept.
201-324-2000
Service Dept.
201-324-2000
Parts Dept.
201-324-2000
Go
Search


BROWSE INVENTORY

Select Vehicle Condition Used Certified Pre-Owned
Select Vehicle Make
Select Vehicle Model
Select Body Style
Search Inventory


FEATURED VEHICLES


2020 JEEP

WRANGLER UNLIMITED

$32,995


2023 KIA

FORTE

$18,995


2023 JEEP

CHEROKEE

$28,995


2024 JEEP

COMPASS

$32,159


2022 JEEP

GRAND CHEROKEE WK

$31,995


2022 JEEP

GRAND WAGONEER

$67,995


2020 JEEP

GRAND CHEROKEE

$23,995


2021 JEEP

COMPASS

$20,495


2020 DODGE

DURANGO

$26,995


2018 MAZDA

CX-5

$17,995


2021 BMW

2 SERIES

$25,495


2022 HONDA

CR-V

$27,495


2023 JEEP

GRAND CHEROKEE

$35,895


2018 BMW

X1

$15,995


2022 JEEP

GLADIATOR

$44,995


2021 JEEP

COMPASS

$18,995





GET IN TOUCH

Hudson Pre-Owned
625 NJ Route 440
Jersey City, NJ 07304
201-324-2000 Get Directions

Hudson Toyota
599 Route 440
Jersey City, NJ 07305
866-956-2784 Get Directions

Hudson Nissan
585 Route 440
Jersey City, NJ 07305
866-601-9938 Get Directions


Hudson Pre-Owned
625 NJ Route 440
Jersey City, NJ 07304
Sales: 201-324-2000

Hudson Toyota
599 Route 440
Jersey City, NJ 07305
Sales: 866-956-2784

Hudson Nissan
585 Route 440
Jersey City, NJ 07305
Sales: 866-601-9938


ABOUT US

We would like to thank you for visiting Hudson Pre-Owned and for considering our
dealership for the purchase of your next vehicle. Our goal is to provide you
with an excellent shopping and property experience.

If you are looking for the BEST PRICE on a great pre-owned vehicle, look no
further. Our professional sales staff is willing to help you.


HOURS OF OPERATION

Monday: 9 a.m. - 8 p.m. Tuesday: 9 a.m. - 8 p.m. Wednesday: 9 a.m. - 8 p.m.
Thursday: 9 a.m. - 8 p.m. Friday: 9 a.m. - 8 p.m. Saturday: 9 a.m. - 8 p.m.
Sunday: Closed

Accessibility | Privacy Policy | Site Map | Terms of Use
Hudson Pre-Owned Website by eBizAutos © Copyright 2024


SEND ME A TEXT


Enter your mobile phone number below and someone from Hudson Pre-Owned will
respond with a text to your phone right away.
Select Department
Text From Sales Text From Service Text From Parts
First Name *
Last Name *
Mobile Phone *

Example: 999-999-9999
Add Comments
Comments
By submitting this form I understand that Hudson Pre-Owned may contact me with
offers or information about their products and service.

* Denotes a Required Field.

Submit


CONTACT US


First Name *
Last Name *
Email * Example: name@domain.com
Phone Example: 999-999-9999
Comments
By submitting this form I understand that Hudson Pre-Owned may contact me with
offers or information about their products and service.
* Denotes a required field.
Send


SCHEDULE TEST DRIVE





CONTACT US


First Name *
Last Name *
Email * Example: name@domain.com
Phone Example: 999-999-9999
Comments
By submitting this form I understand that Hudson Pre-Owned may contact me with
offers or information about their products and service.
* Denotes a required field.
Send


WELCOME TO HUDSON PRE-OWNED

You are logged in as

 * Saved Vehicles
 * Price Alerts
 * Recently Viewed
   
 * Contact Us
   

Saved Vehicles


YOU HAVE NOT SAVED ANY VEHICLES.

Search Inventory

Clear all Saved Vehicles
Logout
or click to unsubscribe.
Price Alerts


YOU HAVE NO PRICE ALERTS.

Search Inventory

Clear all Price Alerts
Logout
or click to unsubscribe.
Recently Viewed


YOU HAVE NOT VIEWED ANY VEHICLES RECENTLY.


Clear All Recently Viewed
Logout
or click to unsubscribe.
Contact Us


HUDSON PRE-OWNED

625 NJ Route 440
Jersey City, NJ 07304
View Map & Directions
Sales: 201-324-2000
Service: 201-324-2000
Parts: 201-324-2000


HOURS OF OPERATION

Monday: 9 a.m. - 8 p.m. Tuesday: 9 a.m. - 8 p.m. Wednesday: 9 a.m. - 8 p.m.
Thursday: 9 a.m. - 8 p.m. Friday: 9 a.m. - 8 p.m. Saturday: 9 a.m. - 8 p.m.
Sunday: Closed


YOU ARE NOT LOGGED IN

Enter your email below to save vehicles and receive price alerts.

Email * Example: name@domain.com
First Name *
Last Name *
Phone Example: 999-999-9999
Submit
* Denotes a required field.

VERIFY YOUR EMAIL ADDRESS

Click "Confirm Email" from the welcome email sent to to verify you are the owner
of this email address.

Send Again

By submitting this form I understand that Hudson Pre-Owned may contact me with
offers or information about their products and service.

Terms of Use | Privacy Policy


YEAR MAKE
MODEL

HIGH PRICE

$0

LOW PRICE

$0



CALL FOR PRICE

SALE PENDING

SOLD

 * Share
 * Details
 * Delete


YEAR MAKE
MODEL

HIGH PRICE

$0

LOW PRICE

$0



CALL FOR PRICE

SALE PENDING

SOLD

 * Share
 * Details
 * Save


YEAR MAKE
MODEL

NEW PRICE

PRICE

$

 * Share
 * Details
 * Delete

Success!
The vehicle has been saved.
However, you are not logged in. Log in or Sign up to receive price alerts.

Please ensure Javascript is enabled for purposes of website accessibility

Your Privacy & Cookies
Language:
EnglishSpanish / EspañolKorean / 한국어Vietnamese / Tiếng Việt NamTagalog /
FilipinoChinese / 中文

This site deploys cookies and similar tracking technologies, including essential
cookies for necessary website features, accessibility, and cookie preferences
(which may interact directly with, or be shared with, third-party service
providers), functional cookies for error reporting and to remember settings and
deliver optional functionality (including live-chat and other tools, enabling
data collection and sharing with third parties), analytics cookies for measuring
website statistics and user interactions, and targeting cookies for cross-site
retargeted advertising. You can reject targeting cookies by pressing ‘Deny
targeting cookies’, but we still use essential, functional, and analytics
cookies. By pressing ‘Allow All Cookies’, you consent to the use of all cookies
and the sharing of information they collect with third parties. By continuing to
use this site, you agree to our Privacy Policy, which includes an Arbitration
Provision, and details the categories of personal information we collect, the
purposes for which the information is used, and how to exercise your California
privacy rights. To stop the sale or sharing of your personal information offline
or limit the use of your sensitive personal information, click the pill icon or
Your California Privacy Choices link at any time.

Your California Privacy Choices

Your California Privacy Choices

Allow all cookiesDeny targeting cookiesCustomize cookie settings
Powered by ComplyAuto
Your California Privacy Choices