www.exoticmotorsatlanta.com Open in urlscan Pro
18.66.122.13  Public Scan

Submitted URL: http://www.exoticmotorsatlanta.com/
Effective URL: https://www.exoticmotorsatlanta.com/
Submission: On October 17 via api from US — Scanned from DE

Form analysis 6 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 row d-none d-md-flex align-items-center with-search" action="/inventory.aspx" method="get">
  <input type="text" name="_search" aria-label="_search" class="form-control justify-content-start" value="" placeholder="Type &amp; Hit Enter..">
  <button type="submit" class="button justify-content-end" aria-label="Search"><i class="icon-search3 my-0 mr-1"></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 m-0 p-0">Go</button>
    </div>
  </div>
</form>

Name: quick-browse-formGET inventory.aspx

<form id="quick-browse-form" class="nomargin" name="quick-browse-form" method="get" action="inventory.aspx">
  <div class="row">
    <input type="hidden" id="quick-browse-condition" class="ebiz-condition-dd" value="Used">
    <div class="col-sm-6 col-md-4">
      <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>
          <option value="Acura">Acura</option>
          <option value="Audi">Audi</option>
          <option value="BMW">BMW</option>
          <option value="Cadillac">Cadillac</option>
          <option value="Chevrolet">Chevrolet</option>
          <option value="Dodge">Dodge</option>
          <option value="Ford">Ford</option>
          <option value="Honda">Honda</option>
          <option value="Hyundai">Hyundai</option>
          <option value="INFINITI">INFINITI</option>
          <option value="Land Rover">Land Rover</option>
          <option value="Lexus">Lexus</option>
          <option value="Lotus">Lotus</option>
          <option value="Mazda">Mazda</option>
          <option value="Mercedes-Benz">Mercedes-Benz</option>
          <option value="Mitsubishi">Mitsubishi</option>
          <option value="Nissan">Nissan</option>
          <option value="Porsche">Porsche</option>
          <option value="Toyota">Toyota</option>
        </select>
        <i class="icon-angle-down"></i>
      </div>
    </div>
    <div class="col-sm-6 col-md-4">
      <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-12 col-md-4">
      <button name="submit" id="quick-browse-submit-button" class="button  btn-block nomargin ebiz-search-submit">Search Inventory</button>
    </div>
  </div>
</form>

GET //maps.google.com/maps

<form action="//maps.google.com/maps" method="get" target="_blank" class="m-0 ebiz-driving-directions-form" aria-label="Get Directions Form">
  <input type="text" name="saddr" aria-label="Type in your address" placeholder="Type in your address" class="search-input">
  <input type="hidden" name="daddr" aria-hidden="true" value="Exotic Motors Atlanta 2128 Athens Hwy, Gainesville, GA 30507">
  <button type="submit" aria-label="Get Directions" class="search-btn ebiz-driving-directions-button"><i class="icon-search3"></i></button>
</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
 * View Inventory
 * Financing
 * Sell Or Trade
 * Out of State Customers
 * Service Center
 * About Us
   * About Us
   * Testimonials
   * Our Dealership
   * Our Team
 * Locations
   * Locations
   * Exotic Athens Hwy
   * Exotic Browns Bridge
 * Contact Us






SEARCH INVENTORY

GO

2128 Athens Hwy, Gainesville, GA 30507

Sales: 678-696-5032 | Service: 678-696-5032

Tuesday Sales Hours: 9 a.m. - 6:30 p.m.

Service Hours: 8 a.m. - 6 p.m.

Schedule Service Apply for Financing

 * Home
 * View Inventory
 * Financing
 * Sell Or Trade
 * Out of State Customers
 * Service Center
 * About Us
   * Testimonials
   * Our Dealership
   * Our Team
 * Locations
   * Exotic Athens Hwy
   * Exotic Browns Bridge
 * Contact Us
 * 678-696-5032

Search

 * Call Us
 * Map
 * Search
   
 * Login

Sales Dept.
678-696-5032
Go


BUY YOUR NEXT CAR ONLINE

Pick It Up In Store or Get It Delivered. Money Back Guarantee.

SEARCH ALL VEHICLESORGET PRE-QUALIFIED


BUY YOUR NEXT CAR ONLINE

Pick It Up In Store or Get It Delivered. Money Back Guarantee.

SEARCH ALL VEHICLESORGET PRE-QUALIFIED

Select Vehicle
MakeAcuraAudiBMWCadillacChevroletDodgeFordHondaHyundaiINFINITILand
RoverLexusLotusMazdaMercedes-BenzMitsubishiNissanPorscheToyota
Select Vehicle Model
Search Inventory
View Inventory
Trade Appraisal
Financing
About Us


FEATURED VEHICLES


2014 BMW

2 SERIES

$27,900


2016 FORD

MUSTANG

$29,900


2009 MERCEDES-BENZ

SL-CLASS

$27,900


2013 LOTUS

EVORA

$56,990


2007 CHEVROLET

TRAILBLAZER

$18,900


2012 BMW

X5

$14,900


2015 LEXUS

ES 350

$20,900


2012 MERCEDES-BENZ

C-CLASS

$34,900


2011 MAZDA

RX-8

$16,900


2003 HONDA

S2000

$29,900


2018 BMW

4 SERIES

$30,900


2015 FORD

MUSTANG

$20,900


2002 LEXUS

GS 430

$9,900


2009 NISSAN

370Z

$24,900


2016 BMW

7 SERIES

$33,900


2018 BMW

7 SERIES

$40,900





FINANCING

Contact us at  678-696-5032  for more information or you can start the
pre-approval process by using our online credit application

Apply Now
View Service Specials


GET IN TOUCH




GET DIRECTIONS




EXOTIC MOTORS ATLANTA


GAINESVILLE, GA

We would like to thank you for visiting our website and considering our
dealership for the purchase of your next pre-owned vehicle. It is our goal to
provide you with an excellent purchase and ownership experience.

If you are searching for the best price on a quality pre-owned vehicle, look no
further. Our no-pressure, professional, certified sales staff is eager to assist
you.

2128 Athens Hwy, Gainesville, GA 30507

Sales: 678-696-5032 | Service: 678-696-5032


Pre-Owned Inventory| Sell or Trade| Financing| Service Center| About Us| Contact
Us
Terms of Use | Privacy Policy | Site Map
Exotic Motors Atlanta Website by eBizAutos © Copyright 2023
   
 * 
   
 * 
 * 
   
 * 
   
 * 


SEND ME A TEXT





CONTACT US





SCHEDULE TEST DRIVE





CONTACT US



 * Login
   Welcome
   
 * 0 Saved Vehicles
 * 0 Price Alerts
 * 0 Recently Viewed

   
 * Contact Info.
   
 * Text Me


WELCOME TO EXOTIC MOTORS ATLANTA

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


EXOTIC MOTORS ATLANTA

2128 Athens Hwy
Gainesville, GA 30507
View Map & Directions

Sales: 678-696-5032
sales@exoticmotorsatlanta.com


HOURS OF OPERATION

Monday: 9 a.m. - 6:30 p.m. Tuesday: 9 a.m. - 6:30 p.m. Wednesday: 9 a.m. - 6:30
p.m. Thursday: 9 a.m. - 6:30 p.m. Friday: 9 a.m. - 6:30 p.m. Saturday: 9 a.m. -
6:30 p.m. Sunday: APPOINTMENT ONLY


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

Opt-in for price alerts and to be contacted about other special offers.

I have read and agree to the Terms of Use and 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.