www.audishreveport.com Open in urlscan Pro
2a02:26f0:3500:1b::1724:a39d  Public Scan

Submitted URL: http://www.audishreveport.com/
Effective URL: https://www.audishreveport.com/
Submission Tags: falconsandbox
Submission: On August 17 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form>
  <div class="nlpop-stage-container active">
    <div class="nl-form-desc">
    </div>
    <!--nl-form-desc-->
    <div class="nlpop-stage-container-inner clearfix">
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <select id="nl-type" name="type" required="">
            <option value="new">New</option>
          </select>
        </div>
        <div class="nl-form-field col-half">
          <select id="nl-year" name="year" required="">
            <option value="2024">2024</option>
          </select>
        </div>
      </div>
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <select id="nl-make" name="make" required="">
            <option value="4">Audi</option>
          </select>
        </div>
        <div class="nl-form-field col-half">
          <select id="nl-model" name="model" required="">
            <option value="215">Q3</option>
          </select>
        </div>
      </div>
    </div>
    <!--nl-form-field-group-->
    <div class="message-wrapper"></div>
    <div class="nlpop-button">
      <input type="button" id="nlpop-vehicle-selection" value="CONFIRM TEST DRIVE">
    </div>
  </div>
  <div class="nlpop-stage-container ">
    <div class="nlpop-stage-container-inner clearfix">
      <div class="nl-form-desc">
        <h3 class="nlpop-stage-heading contact-info">Verify your Details</h3>
      </div>
      <!--nl-form-desc-->
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" pattern="^[a-zA-Z ,.'-]+$" type="text" value="" name="first_name" placeholder="First Name" oninvalid="this.setCustomValidity('Please provide your first name.')" oninput="this.setCustomValidity('')"
            required="" maxlength="60" autocomplete="given-name" aria-label="First Name">
        </div>
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" pattern="^[a-zA-Z ,.'-]+$" type="text" value="" name="last_name" placeholder="Last Name" oninvalid="this.setCustomValidity('Please provide your last name.')" oninput="this.setCustomValidity('')" required=""
            maxlength="60" autocomplete="family-name">
        </div>
      </div>
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" pattern="[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-z]{2,}$" type="email" value="" name="email" placeholder="Email Address" oninvalid="this.setCustomValidity('Email must be valid: email@test.com')"
            oninput="this.setCustomValidity('')" required="" maxlength="100" autocomplete="email">
        </div>
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" pattern="\d{3}[\-]\d{3}[\-]\d{4}" type="tel" value="" name="phone" placeholder="Phone Number" oninvalid="this.setCustomValidity('Phone number must be valid 123-850-4431')"
            oninput="this.setCustomValidity('')" required="" autocomplete="tel">
        </div>
      </div>
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" type="text" value="" name="address" placeholder="Street Address" oninvalid="this.setCustomValidity('Please provide an address.')" oninput="this.setCustomValidity('')" required="" maxlength="60">
        </div>
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" type="text" pattern="^[a-zA-Z_., ]*$" value="" name="city" placeholder="City" oninvalid="this.setCustomValidity('Please provide your city.')" oninput="this.setCustomValidity('')" required="" maxlength="60"
            autocomplete="address-level2">
        </div>
      </div>
      <div class="nl-form-field-group">
        <div class="nl-form-field col-half">
          <select class="us-state nl-form-info-input" name="state" id="state" required="">
            <option value="" disabled="" hidden="" selected="">Select State</option>
            <option value="AL">Alabama</option>
            <option value="AK">Alaska</option>
            <option value="AS">American Samoa</option>
            <option value="AZ">Arizona</option>
            <option value="AR">Arkansas</option>
            <option value="CA">California</option>
            <option value="CO">Colorado</option>
            <option value="CT">Connecticut</option>
            <option value="DE">Delaware</option>
            <option value="DC">District of Columbia</option>
            <option value="FL">Florida</option>
            <option value="GA">Georgia</option>
            <option value="GU">Guam</option>
            <option value="HI">Hawaii</option>
            <option value="ID">Idaho</option>
            <option value="IL">Illinois</option>
            <option value="IN">Indiana</option>
            <option value="IA">Iowa</option>
            <option value="KS">Kansas</option>
            <option value="KY">Kentucky</option>
            <option value="LA">Louisiana</option>
            <option value="ME">Maine</option>
            <option value="MD">Maryland</option>
            <option value="MA">Massachusetts</option>
            <option value="MI">Michigan</option>
            <option value="MN">Minnesota</option>
            <option value="MS">Mississippi</option>
            <option value="MO">Missouri</option>
            <option value="MT">Montana</option>
            <option value="NE">Nebraska</option>
            <option value="NV">Nevada</option>
            <option value="NH">New Hampshire</option>
            <option value="NJ">New Jersey</option>
            <option value="NM">New Mexico</option>
            <option value="NY">New York</option>
            <option value="NC">North Carolina</option>
            <option value="ND">North Dakota</option>
            <option value="MP">Northern Mariana Islands</option>
            <option value="OH">Ohio</option>
            <option value="OK">Oklahoma</option>
            <option value="OR">Oregon</option>
            <option value="PA">Pennsylvania</option>
            <option value="PR">Puerto Rico</option>
            <option value="RI">Rhode Island</option>
            <option value="SC">South Carolina</option>
            <option value="SD">South Dakota</option>
            <option value="TN">Tennessee</option>
            <option value="TX">Texas</option>
            <option value="UT">Utah</option>
            <option value="VT">Vermont</option>
            <option value="VA">Virginia</option>
            <option value="VI">Virgin Islands</option>
            <option value="WA">Washington</option>
            <option value="WV">West Virginia</option>
            <option value="WI">Wisconsin</option>
            <option value="WY">Wyoming</option>
          </select>
        </div>
        <div class="nl-form-field col-half">
          <input class="nl-form-info-input" type="text" pattern="^\d{5,5}$" value="" name="zip" placeholder="Zip" oninvalid="this.setCustomValidity('Please provide zipcode')" oninput="this.setCustomValidity('')" required="" maxlength="60"
            autocomplete="postal-code" aria-label="Zip">
        </div>
      </div>
      <!--nl-form-field-group-->
    </div>
    <div class="sms-confirm">
      <input class="nl-form-info-input" name="sms_inform_opt_in" type="checkbox" oninvalid="this.setCustomValidity('Required Selection')" oninput="this.setCustomValidity('')" required="">
      <span>By selecting this box, you consent to receiving promotion information from Audi Shreveport through written communications and/or by calling at the phone number provided. Consent is not a condition of purchase. A one-time SMS message with
        a link to your coupon will be provided to this number. Messaging and data rates may apply. See
        <a href="https://www.fullthrottle.ai/terms-of-use/sms/" target="_blank" aria-describedby="audioeye_new_window_message">SMS Terms &amp; Conditions</a> and <a href="https://www.fullthrottle.ai/privacy-policy/" target="_blank">Privacy Policy</a>
        for more info.</span>
    </div>
    <div class="message-wrapper"></div>
    <div class="nlpop-button">
      <input type="button" id="nlpop-user-info" class="nl-mitsu-google-analytics" value="GET YOUR CODE">
    </div>
  </div>
  <div class="nlpop-stage-container response">
    <div class="nlpop-stage-header">You can screenshot or print the code below</div>
    <div class="nlpop-stage-banner nlpop-stage-banner-info"> For your convenience, a copy of your code will also be sent to the email address you provided. </div>
    <div class="nlpop-stage-banner">
      <h2 class="nlpop-stage-banner-heading">Here's your code:</h2>
      <span id="redemption-code">Loading ...</span>
    </div>
    <div class="nlpop-stage-container-inner nlpop-redeem-info clearfix">
      <div class="nl-form-desc">
        <h3 class="nlpop-stage-heading">EASILY REDEEM YOUR CODE</h3>
      </div><!--nl-form-desc-->
      <div class="response-flex">
        <div class="nl-one-third">
          <div class="nl-one-third-inner">
            <img class="nl-print-icon" src="https://data.nitroleads.ai/images/printer.png" alt="Print Icon">
            <span>Keep your unique code safe with you.</span>
          </div>
        </div>
        <div class="nl-one-third">
          <div class="nl-one-third-inner">
            <img class="nl-clipboard-icon" src="https://data.nitroleads.ai/images/clipboard.png" alt="Clipboard Icon">
            <span>Visit by <span id="redemption-date"></span></span>
          </div>
        </div>
        <div class="nl-one-third">
          <div class="nl-one-third-inner">
            <img class="nl-person-icon" src="https://data.nitroleads.ai/images/icon-step3.png" alt="Person Icon">
            <span>Connect with a Representative.</span>
          </div>
        </div>
      </div>
    </div>
    <div class="nlpop-button">
      <a href="" id="nlpop-print-code" target="_blank">PRINT YOUR CODE</a>
    </div>
  </div>
</form>

Text Content

Skip to main content


AUDI SHREVEPORT

 * Sales: 318-405-6138
 * Service: 318-421-3439
 * Parts: 318-414-8866

102 Bert Kouns Industrial Loop Directions Shreveport, LA 71106-8130


Audi Shreveport
 * New
   
   * NEW INVENTORY
     
     * New Vehicles
     * New Specials
     * Model Research
     * Schedule Test Drive
     * KBB Trade-In Value
   
   * SHOP BY MODEL
     
     * 
 * Used
   
   * PRE-OWNED INVENTORY
     
     * Pre-Owned Vehicles
     * Certified Pre-Owned Vehicles
     * Pre-Owned Vehicle Specials
     * Used Car Advantage
     * Schedule Test Drive
     * KBB Trade-In Value
   
   * FEATURED VEHICLES
     
     * 
 * Specials
   
   * SPECIALS
     
     * New Specials
     * Pre-Owned Specials
     * Service Specials
     * Parts & Accessories Specials
     * Manufacturer Specials
 * Finance
   
   * FINANCE CENTER
     
     * Get Pre-Qualified
     * Buying vs Leasing
     * Payment Calculator
     * KBB Trade-In Value
 * Service
   
   * SERVICE
     
     * Schedule Service
     * Service Center
     * Service Specials
   
   * SERVICE HOURS
     
     * 
 * Schedule Service
 * Parts
   
   * PARTS CENTER
     
     * Order Parts and Accessories
     * Parts Specials
   
   * PARTS HOURS
     
     * 
 * About
   
   * OUR DEALERSHIP
     
     * Why Buy Here
     * Meet The Staff
     * Hours and Directions
     * Contact Us
     * Career Opportunities
     * Audi Dealer near Me
     * Family Car Group – Louisiana
   
   * SHOWROOM HOURS
     
     * 
   
   * CONTACT US
     
     * 





SHOP


New58Results




Any Model




All Filters



Search



SHOP


SERVICE


Schedule Service Service Specials Our Service Center
 



BROWSE NEW MODELS

 * Popular Models
 * Coupes and Convertibles
 * SUVs crossovers and wagons
 * Sedans and Sportbacks
 * Sport


Q5




Q7




Q3




A6




A5




A5




RS 5




S5




S5




Q7




SQ7




A4 ALLROAD




A6 ALLROAD




Q3




Q4 E-TRON




Q4 SPORTBACK E-TRON




Q5




Q5 E




Q5 SPORTBACK




Q8




Q8 E-TRON




Q8 SPORTBACK E-TRON




RS 6 AVANT




RS Q8




SQ5




SQ8




SQ8 E-TRON




SQ8 SPORTBACK E-TRON




A3




A4




A5




A6




A7




A8




E-TRON GT




RS 3




RS 5




RS 7




RS E-TRON GT




S3




S4




S5




S6




S7




S8




RS 3




RS 5




RS 7


View All Inventory
What's Your Trade‑In Worth?
Get your Kelley Blue Book® Trade‑In Value.
 * Make/Model
 * VIN
 * License Plate

Make/Model
VINGo Where is my VIN?
License Plate
StateStateSelectALAKAZARCACOCTDEDCFLGAHIIDILINIAKSKYLAMEMDMAMIMNMSMOMTNENVNHNJNMNYNCNDOHOKORPARISCSDTNTXUTVTVAWAWVWIWY
Go
Searching




FEATURED SPECIALS AND EVENTS


Previous

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

$7500 EV LEASE BONUS ASSETS & PROGRAM

Offer valid on 01/04/2024 through 01/02/2025

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

$7,000

Offer valid on 08/06/2024 through 09/03/2024

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

$5,500

Offer valid on 08/06/2024 through 09/03/2024

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

Costco Select Program T3

Offer valid on 08/01/2024 through 09/30/2024

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

Grand Opening

Offer valid on 05/28/2024. Never Expires

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

$7500 EV LEASE BONUS ASSETS & PROGRAM

Offer valid on 01/04/2024 through 01/02/2025

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

$7,000

Offer valid on 08/06/2024 through 09/03/2024

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

$5,500

Offer valid on 08/06/2024 through 09/03/2024

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

Costco Select Program T3

Offer valid on 08/01/2024 through 09/30/2024

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

Grand Opening

Offer valid on 05/28/2024. Never Expires

open in same tab


Audi Shreveport
102 Bert Kouns Industrial Loop. Shreveport, LA 71106-8130
Sales: 318-841-2834
Service: 318-841-2834
Parts: 318-841-2834

$7500 EV LEASE BONUS ASSETS & PROGRAM

Offer valid on 01/04/2024 through 01/02/2025

Next
 * 
 * 
 * 
 * 
 * 

Previous OfferNext Offer
View All Specials


WHY CHOOSE US?




FAST TRADE-IN VALUE

Tell us about your car and we’ll give you an accurate value today!

Value Your Trade


NO HASSLE FINANCING

We’ll work with you to design a plan for your lifestyle & budget.

Learn about financing


COMPETITIVE SPECIALS

Browse our latest offers and save big on your next car!

View Specials



WELCOME TO AUDI SHREVEPORT

You’ve dreamed of driving a luxurious, sophisticated Audi for a while and now
the time has come for you to get behind the wheel in Shreveport, LA. Audi
Shreveport is here to provide you with the Audi you’ve always wanted! Check out
our selection and talk to our sales and finance teams about your needs today! 


THERE’S AN AUDI HERE FOR YOU 

It’s an exciting time in your life, as you’re gearing up to get behind the wheel
of an amazing Audi. Whether you want something compact like the Audi A3 or the
electrified Audi e-tron, our extensive inventory will have something you’ll
love. There are also many pre-owned Audis available at our pre-owned car lot! 

When you walk through our doors, you’ll be greeted by one of our friendly,
knowledgeable sales team members. They’ll learn about your needs and make
suggestions if you need them. They can also take you out for on-road test
drives! 

While you’re on our website, feel free to visit our inventory pages and search
for your next Audi today! 


MEET WITH OUR FINANCE TEAM 

Regardless of whether you plan to lease or finance your Audi, our finance team
can help. They’ll point you in the right direction and review all your
pre-approved options with you once you complete a finance application. With
flexible terms available, we’re confident you’ll leave with a payment plan
you’ll be happy with. 


OUR SERVICE TEAM CAN MAINTAIN YOUR AUDI 

Our Audi service team wants to prepare your Audi for the long road ahead. They
can complete a bevy of routine maintenance and repair services including but not
limited to: 

 * Oil changes 
 * Transmission repairs 
 * Shocks and struts 
 * Alignments 
 * Brake inspections and repairs 

All Audi services will include Audi Genuine Parts designed by the manufacturer
to ensure a seamless fit. These parts can help your Audi last longer between
service appointments. If you want to take them home to work on your Audi on your
schedule, visit our parts center! 


I WANT TO TEST DRIVE AN AUDI 

A luxurious Audi awaits at Audi Shreveport, serving Shreveport, LA, and beyond.
If it’s time to get behind the wheel of something new, contact us today! 


 1. Audi Shreveport
    
    102 Bert Kouns Industrial Loop
    Shreveport, LA 71106-8130
    
    
     * Sales: 318-405-6138

Visit us at: 102 Bert Kouns Industrial Loop Shreveport, LA 71106-8130
Loading Map...


GET IN TOUCH

 * Contact our Sales Department at: 318-405-6138

 * Monday9:00AM-7:00PM
 * Tuesday9:00AM-7:00PM
 * Wednesday9:00AM-7:00PM
 * Thursday9:00AM-7:00PM
 * Friday9:00AM-7:00PM
 * Saturday9:00AM-7:00PM
 * SundayClosed

See All Department Hours


Due to ongoing industry supply challenges impacting production, the availability
of some equipment, options or features may be limited. Please review the
Monroney Label on the vehicle prior to purchase to verify the vehicle includes
all expected features and equipment.



Ad Choices

   
 * Contact
 * About Us
 * Privacy
 * Sitemap
 * Accessibility

 * 
 * 
 * 
 * 






X Claim Exclusive Offer

X


SELECT VEHICLE


CONFIRM INFO

New
2024
Audi
Q3




VERIFY YOUR DETAILS




Select State Alabama Alaska American Samoa Arizona Arkansas California Colorado
Connecticut Delaware District of Columbia Florida Georgia Guam Hawaii Idaho
Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland Massachusetts
Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire
New Jersey New Mexico New York North Carolina North Dakota Northern Mariana
Islands Ohio Oklahoma Oregon Pennsylvania Puerto Rico Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Virgin Islands
Washington West Virginia Wisconsin Wyoming

By selecting this box, you consent to receiving promotion information from Audi
Shreveport through written communications and/or by calling at the phone number
provided. Consent is not a condition of purchase. A one-time SMS message with a
link to your coupon will be provided to this number. Messaging and data rates
may apply. See SMS Terms & Conditions and Privacy Policy for more info.


You can screenshot or print the code below
For your convenience, a copy of your code will also be sent to the email address
you provided.


HERE'S YOUR CODE:

Loading ...


EASILY REDEEM YOUR CODE

Keep your unique code safe with you.
Visit by
Connect with a Representative.
PRINT YOUR CODE

 * Privacy Policy
 * Terms & Conditions
 * SMS Terms & Conditions
 * Brand Disclaimers

Where is my VIN?

Close


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

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


Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download

close carousel