www.guitarcenter.com Open in urlscan Pro
23.212.203.23  Public Scan

Submitted URL: http://guitarcenter.com/
Effective URL: https://www.guitarcenter.com/
Submission: On November 20 via manual from US — Scanned from CH

Form analysis 3 forms found in the DOM

<form id="emailForm" class="ant-form ant-form-horizontal footer-sign-up flex justify-center flex-col md:flex-row" tabindex="-1">
  <div class="jsx-ec799254fe5a7204">
    <div class="ant-form-item mb-3 text-center md:text-left">
      <div class="ant-row ant-form-item-row">
        <div class="ant-col ant-form-item-label"><label for="emailForm_email" class="ant-form-item-required ant-form-item-no-colon" title="Email">Email</label></div>
        <div class="ant-col ant-form-item-control">
          <div class="ant-form-item-control-input">
            <div class="ant-form-item-control-input-content"><input placeholder="Enter Email Address (Required):" title="Guitar Center Email News Signup" style="width:458px;max-width:100%;height:36px" id="emailForm_email" aria-required="true"
                class="ant-input font-normal md:mr-[14px]" type="text" value="" aria-label="Email"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="ant-form-item text-center md:text-left">
      <div class="ant-row ant-form-item-row">
        <div class="ant-col ant-form-item-control">
          <div class="ant-form-item-control-input">
            <div class="ant-form-item-control-input-content"><label class="ant-checkbox-wrapper ant-checkbox-wrapper-in-form-item items-center"><span class="ant-checkbox"><input id="emailForm_consentCap-33" class="ant-checkbox-input"
                    type="checkbox"><span class="ant-checkbox-inner"></span></span><span><span class="jsx-ec799254fe5a7204 relative text-xs">Yes, I would like to receive emails with news and offers from Guitar Center.</span></span></label></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="ant-form-item">
    <div class="ant-row ant-form-item-row">
      <div class="ant-col ant-form-item-control">
        <div class="ant-form-item-control-input">
          <div class="ant-form-item-control-input-content"><button style="width:156px;height:35px;font-size:14px" type="submit" class="ant-btn ant-btn-primary text-base md:mt-0 mt-[15px] font-bold"><span>Sign Up</span></button></div>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="contact" class="form" method="post" action="" tabindex="0" novalidate="">
  <div class="form-control">
    <label for="fullName">Name</label>
    <input aria-required="true" type="text" name="fullName" id="fullName" data-role="none" tabindex="0" autofocus="" required="" autocomplete="name">
  </div>
  <div class="form-control">
    <label for="phoneNumber">Phone Number</label>
    <input name="phoneNumber" id="phoneNumber" type="tel" maxlength="12" pattern=".{9,}" title="Please enter a valid phone number" data-role="none" tabindex="0" aria-required="true" required="" autocomplete="tel" aria-label="Phone Number">
  </div>
  <div class="form-control">
    <label for="emailAddress">Email Address (optional)</label>
    <input name="emailAddress" id="emailAddress" type="email" title="Please enter a valid email address" data-role="none" tabindex="0" aria-required="false" autocomplete="email" aria-label="Email">
  </div>
  <div class="form-control">
    <h5 role="presentation">What is the best time to reach you?</h5>
    <label for="date">Date</label>
    <input type="date" id="date" name="date" value="03/23/2021" placeholder="03/23/2021" tabindex="0" aria-label="Date">
  </div>
  <div class="form-control">
    <label for="time" role="presentation">Timeframe (All times PT)</label>
    <span class="limit">MON - FRI 6 AM - 9 PM &nbsp; | &nbsp; SAT - SUN 7 AM - 7 PM </span>
    <div class="row">
      <div class="col">
        <select id="startTime" tabindex="0" aria-label="Start time">
          <option value="6:00 am">6:00 am</option>
          <option value="6:30 am">6:30 am</option>
          <option value="7:00 am">7:00 am</option>
          <option value="7:30 am">7:30 am</option>
          <option value="8:00 am">8:00 am</option>
          <option value="8:30 am">8:30 am</option>
          <option value="9:00 am">9:00 am</option>
          <option value="9:30 am">9:30 am</option>
          <option value="10:00 am">10:00 am</option>
          <option value="10:30 am">10:30 am</option>
          <option value="11:00 am">11:00 am</option>
          <option value="11:30 am">11:30 am</option>
          <option value="12:00 pm">12:00 pm</option>
          <option value="12:30 pm">12:30 pm</option>
          <option value="1:00 pm">1:00 pm</option>
          <option value="1:30 pm">1:30 pm</option>
          <option value="2:00 pm">2:00 pm</option>
          <option value="2:30 pm">2:30 pm</option>
          <option value="3:00 pm">3:00 pm</option>
          <option value="3:30 pm">3:30 pm</option>
          <option value="4:00 pm">4:00 pm</option>
          <option value="4:30 pm">4:30 pm</option>
          <option value="5:00 pm">5:00 pm</option>
          <option value="5:30 pm">5:30 pm</option>
          <option value="6:00 pm">6:00 pm</option>
          <option value="6:30 pm">6:30 pm</option>
          <option value="7:00 pm">7:00 pm</option>
          <option value="7:30 pm">7:30 pm</option>
          <option value="8:00 pm">8:00 pm</option>
          <option value="8:30 pm">8:30 pm</option>
          <option value="9:00 pm">9:00 pm</option>
        </select>
      </div>
      <div class="col">
        <select id="endTime" tabindex="0" aria-label="End time">
          <option value="6:00 am">6:00 am</option>
          <option value="6:30 am">6:30 am</option>
          <option value="7:00 am">7:00 am</option>
          <option value="7:30 am">7:30 am</option>
          <option value="8:00 am">8:00 am</option>
          <option value="8:30 am">8:30 am</option>
          <option value="9:00 am">9:00 am</option>
          <option value="9:30 am">9:30 am</option>
          <option value="10:00 am">10:00 am</option>
          <option value="10:30 am">10:30 am</option>
          <option value="11:00 am">11:00 am</option>
          <option value="11:30 am">11:30 am</option>
          <option value="12:00 pm">12:00 pm</option>
          <option value="12:30 pm">12:30 pm</option>
          <option value="1:00 pm">1:00 pm</option>
          <option value="1:30 pm">1:30 pm</option>
          <option value="2:00 pm">2:00 pm</option>
          <option value="2:30 pm">2:30 pm</option>
          <option value="3:00 pm">3:00 pm</option>
          <option value="3:30 pm">3:30 pm</option>
          <option value="4:00 pm">4:00 pm</option>
          <option value="4:30 pm">4:30 pm</option>
          <option value="5:00 pm">5:00 pm</option>
          <option value="5:30 pm">5:30 pm</option>
          <option value="6:00 pm">6:00 pm</option>
          <option value="6:30 pm">6:30 pm</option>
          <option value="7:00 pm">7:00 pm</option>
          <option value="7:30 pm">7:30 pm</option>
          <option value="8:00 pm">8:00 pm</option>
          <option value="9:00 pm">9:00 pm</option>
        </select>
      </div>
    </div>
  </div>
  <div class="form-control">
    <label for="message">Message</label>
    <textarea placeholder="" tabindex="0" aria-required="false" id="message" pattern="^(?:\b\w+\b[\s\r\n]*){1,300}$" spellcheck="true" maxlength="300" aria-label="Message"></textarea>
    <span class="limit">300 characters</span>
  </div>
  <div class="form-control">
    <button tabindex="0" name="submit" type="submit" id="contact-submit" data-submit="...Sending"> Send Request </button>
  </div>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" aria-label="Select file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

Skip to Main Content
Cookie Policy
We use cookies, pixels and other trackers on this website for purposes detailed
in our Privacy Policy. Some trackers are offered by third parties and involve
collection of your personal data by those third parties so they can provide
services to us. By using this website, you agree to such uses and our Terms of
Use. Privacy Policy Manage Cookies
Deny CookiesAccept All Cookies
Call 866-498-7882 phone number or chat to save on orders of $199+

SHOP
searchsearch
search

Live Help
866-498-7882
>Sign In
0
Cart
My Store Select storeDelivery to United States
Try Lessons
Used & Vintage
 1.  UsedShop All >
 2.  Guitars
 3.  Basses
 4.  Amps & Effects
 5.  Keyboards & MIDI
 6.  Recording
 7.  Drums
 8.  Mics & Wireless
 9.  DJ
 10. Live Sound
 11. Lighting
 12. Vintage
 13. Sell Your Gear

Deals
 1.  DealsShop All >
 2.  Guitars
 3.  Basses
 4.  Amps & Effects
 5.  Recording
 6.  Drums
 7.  Software
 8.  Keyboards & MIDI
 9.  Mics & Wireless
 10. Live Sound
 11. DJ
 12. Lighting
 13. Outlet
 14. Accessories

Daily Pick
14:20:29
MiniLab 3 Hybrid Keyboard Controller White
$99.00
$109.00
New Arrivals
Riffs Blog
More
Deals
 1.  DealsShop All >
 2.  Guitars
 3.  Basses
 4.  Amps & Effects
 5.  Recording
 6.  Drums
 7.  Software
 8.  Keyboards & MIDI
 9.  Mics & Wireless
 10. Live Sound
 11. DJ
 12. Lighting
 13. Outlet
 14. Accessories

Daily Pick
14:20:29
MiniLab 3 Hybrid Keyboard Controller White
$99.00
$109.00
New ArrivalsRiffs Blog
 1. 
 2. Repairs
 3. Rentals
 4. GC Pro


 * Track Order
 * Best Sellers
 * Daily Pick
 * Deals
 * New Arrivals
 * Used & Vintage



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


SHOP BY CATEGORY

 * Guitars
 * Basses
 * Amps & Effects
 * Drums
 * Recording
 * Keyboards & MIDI
 * Live Sound
 * DJ Equipment
 * Lighting
 * Accessories
 * Band & Orchestra
 * Mics & Wireless
 * Music Software
 * Platinum Gear
 * Outlet


 * Financing
 * Buy a Gift Card
 * Lessons
 * Repairs
 * Rentals
 * GC Pro
 * Riffs Blog
 * Support
 * Stores
 * About Us
 * Download IOS App
 * Download Android App



Double Rewards** on all gear card purchases—Get Details




SHOP DEALS BY CATEGORY

 * Electric Guitars
 * Keyboards
 * Drums
 * Acoustic Guitars
 * Live Sound
 * Mics & Wireless
 * Amps & Effects
 * Recording
 * Basses
 * Headphones
 * DJ Gear
 * Accessories


FEATURED BLACK FRIDAY DEALS

View All
Sale:
$700.00

Gibson Les Paul Traditional Pro V AAA Flame Top Electric Guitar Dark Purple
Burst



$2,299.00

$2,999.00

Sale:
$150.00

Fender Player Stratocaster Maple Fingerboard Limited-Edition Electric Guitar
Black



$549.99

$699.99

Sale:
$130.00

Alesis Express Nitro Mesh Electronic Drum Kit



$199.00

$329.00

Sale:
$60.00

Alesis Nitro Max 8-Piece Electronic Drum Set With Bluetooth and BFD Sounds Red



$339.00

$399.00

Sale:
$50.00

Fender FA-135CE Concert Acoustic-Electric Guitar Black



$199.99

$249.99

Sale:
$60.00

Rogue Junior Kicker 5-Piece Drum Set Metallic Silver



$239.99

$299.99

Sale:
$150.00

Fender Player Stratocaster Maple Fingerboard Limited-Edition Electric Guitar
Surf Pearl



$549.99

$699.99

Sale:
$150.00

Epiphone Les Paul Custom Blackback Limited-Edition Electric Guitar Antique Ivory



$649.00

$799.00

Sale:
$80.00

Epiphone Hummingbird EC Studio Limited-Edition Acoustic-Electric Guitar Tobacco
Sunburst



$399.00

$479.00

Sale:
$200.00

Fender Player Stratocaster HSS Plus Top Maple Fingerboard Limited-Edition
Electric Guitar Blue Burst



$549.99

$749.99

Fender Mustang LT25 25W 1x8 Guitar Combo Amp Black



$159.99

Sale:
$120.00

Yamaha P-125ABLB Digital Piano With Wooden Stand and Bench



$699.99

$819.99

Sale:
$90.00

Mitchell O120CESB Auditorium Acoustic-Electric Guitar 3-Color Sunburst



$99.99

$189.99

Sale:
$110.00

Simmons Titan 20 Electronic Drum Kit With Mesh Pads and Bluetooth



$219.99

$329.99

Open Box:$193.59
Sale:
$50.00

Squier Sonic Stratocaster Limited-Edition Electric Guitar Pack With Fender
Frontman 10G Amp Arctic White



$219.99

$269.99

Sale:
$100.00

Epiphone Les Paul Traditional Pro IV Limited-Edition Electric Guitar Worn Ebony



$449.00

$549.00

Sale:
$100.00

Williams Legato IV 88-Key Digital Piano With Bluetooth & Sustain Pedal



$249.99

$349.99

Sale:
$70.00

Simmons Titan 50 B-EX Expanded Electronic Drum Kit With Mesh Pads & Bluetooth



$379.99

$449.99

Sale:
$160.00

Martin Special GPC All-Solid Grand Performance Acoustic-Electric Guitar Natural



$889.99

$1,049.99

Sale:
$70.00

Rogue Rocketeer Electric Guitar Pack Red Burst



$149.99

$219.99

Sale:
$300.00

Simmons SD1250 Electronic Drum Kit With Mesh Pads



$799.99

$1,099.99

Sale:
$65.00

Squier Affinity Telecaster HH Electric Guitar With Matching Headstock Metallic
Black



$219.99

$284.99

Sale:
$70.00

Fender Player Series Stratocaster Maple Fingerboard Electric Guitar Polar White



$609.99

$679.99

Sale:
$100.02

Harbinger VARI V4115 15" 2,500W Powered Speaker With Tunable DSP and iOS App
Black



$399.97

$499.99

Open Box:$351.99

Save $1000 on Ziljdian Alchem-E Electronic Drum Sets
Shop Now
Yamaha Holiday Savings: Up to 20% Off Keys
Shop Now
Save up to 20% on Top-Selling Guitars & Basses from Ibanez
Shop Now
Save $30 on the PreSonus ES 2 Audio Interface with 6-Month Studio One+
Membership included
Shop Now


NEW ARRIVALS

View All



Save: $10.00
Arturia MiniLab 3 Hybrid Keyboard Controller

$99.00

Regular Price:$109.00
Holiday Gift Guide
From you to them, find the perfect present for your favorite musicians
1000+ gift ideas
Shop Now
2024 Greatest Hits
The most popular gear from brands like Fender®, Yamaha, Alesis & more
While supplies last!
Shop Now
Used & Vintage
Find your most wanted piece of gear in our collection
1000+ items available
Shop Now
Share the Joy of Music
Help holiday cheer ring loud when you give a gift card
Choose your amount
Shop Now



FEATURED PRICE DROPS

Universal Audio Apollo Twin X DUO Heritage Edition Thunderbolt 3 Audio Interface

$799.00

$999.00

10% Back In Rewards** thru 12/4

Top-Seller

Price Drop

$20.81/mo.‡ with 48-month financing*

Fender Champion 20 Guitar Combo Amp Black

$119.99

$119.99

10% Back In Rewards** thru 12/4

Save 10%

Top-Seller

Special Financing Available

Fender Player Series Stratocaster Maple Fingerboard Electric Guitar Polar White

$609.99

$679.99

Top-Seller

Save 10%

10% Back In Rewards** thru 12/4

Special Financing Available

Fender Player Telecaster Maple Fingerboard Electric Guitar Butterscotch Blonde

$609.99

$679.99

Save 10%

Top-Seller

10% Back In Rewards** thru 12/4

Special Financing Available

Fender Champion 100 Guitar Combo Amp Black

$369.99

$369.99

Save 10%

10% Back In Rewards** thru 12/4

Top-Seller

Special Financing Available

Universal Audio Apollo X4 Heritage Edition Thunderbolt 3 Audio Interface

$1,599.00

$1,999.00

Price Drop

10% Back In Rewards** thru 12/4

Top-Seller

$41.65/mo.‡ with 48-month financing*

Fender Player Stratocaster HSS Maple Fingerboard Electric Guitar 3-Color
Sunburst

$639.99

$709.99

10% Back In Rewards** thru 12/4

Top-Seller

Save 10%

Special Financing Available

Neumann U 67 Tube Condenser Microphone Reissue Nickel

$7,495.00

$7,895.00

Top-Seller

Price Drop

10% Back In Rewards** thru 12/4

$164.48/mo.‡ with 48-month financing*

Universal Audio Apollo Twin MKII DUO Heritage Edition Thunderbolt Audio
Interface

$699.00

$899.00

Price Drop

Top-Seller

$18.73/mo.‡ with 48-month financing*

Fender Player Jazz Bass Pau Ferro Fingerboard 3-Color Sunburst

$609.99

$679.99

Save 10%

10% Back In Rewards** thru 12/4

Top-Seller

Special Financing Available

Universal Audio Apollo X6 Heritage Edition 6-Channel Thunderbolt Audio Interface
With UAD DSP

$1,999.00

$2,699.00

Price Drop

Top-Seller

10% Back In Rewards** thru 12/4

$56.23/mo.‡ with 48-month financing*

Universal Audio Apollo Twin X QUAD Heritage Edition Thunderbolt 3 Audio
Interface

$1,199.00

$1,499.00

Top-Seller

Price Drop

10% Back In Rewards** thru 12/4

$31.23/mo.‡ with 48-month financing*


Call 866-498-7882 or chat to save on orders of $199+


RETURNS & BUY ONLINE PICK UP IN-STORE
EXTENDED FOR THE HOLIDAYS


Purchase now, return by Jan. 31 in original condition for a full refund or
exchange

Buy online now, pick up by Dec. 24 with our special holiday extended pickup
option

Learn More
- -
Find the perfect gift!


Who will you be shopping for today?


Friend
Partner
Relative
Co-worker
Someone Else
Treating Myself
BACK
NEXT

Buy Online, Pick Up In Store

Shop Your Local Store
 * 
 * 
 * 


LEARN MORE, PLAY MORE

View All

The Neumann U 87 and Its Revolutionary Ingenuity

The Best Multi-Effects Pedals of 2024

Fender American Ultra II Guitars and Basses | Elevated Performance

Spotlight on the Sennheiser MD 421 Dynamic Microphone

How to Choose the Best Gibson Les Paul

The Best Gifts for Guitarists in 2024

The Best Gifts for Beginner Guitarists in 2024

Best Studio Headphones for Recording, Mixing and Mastering




WHY SHOP AT GUITAR CENTER?


WITH 300+ STORES NATIONWIDE, WE SERVE ALL MUSICIANS, WHEREVER THEY ARE IN THEIR
MUSICAL JOURNEY.

Learn More
 * World’s Largest Selection
 * Try Before You Buy
 * Shop With Ease
 * Play With Confidence
 * Pro Services

Expert Advice: Get personalized recommendations
866-498-7882Live Chat

*See guitarcenter.com/financing for details

Be the first to know about exclusive offers, tips and more.
Email

Yes, I would like to receive emails with news and offers from Guitar Center.
Sign Up

Thank you for signing up!

OTHER WAYS TO SHOP

 * financing
   
   Financing

 * app
   
   App

 * catalog
   
   Catalog

 * gift cards
   
   Gift Cards

 * phone number
   
   866-498-7882

CONNECT WITH US

 * facebook
   
   FacebookOpens in new window

 * twitter
   
   TwitterOpens in new window

 * YouTube
   
   YouTubeOpens in new window

 * Instagram
   
   InstagramOpens in new window

YOUR ACCOUNT

 * Order History
 * Returns
 * Wish List
 * Email Preferences
 * Business Accounts

FEATURES

 * Rebates
 * Apply for Leasing
 * Pro Coverage
 * Press Room

SUPPORT

 * Service & Support
 * About
 * Careers
 * Site Map
 * Locations
 * Accessibility Statement
 * Restructuring

HOW ARE WE DOING?

Provide Feedback
Better Business Bureau (opens in new window)
Copyright © Guitar Center, Inc. All Rights Reserved. California Transparency Act
Purchase Terms & Conditions Your Privacy Rights Terms of Use Do Not Sell or
Share My Info Data Rights Request Cookie Preferences
866-498-7882 English
877-687-5402 Español
Chat Now
 * Gift Card
 * Customer Service
 * Financing
 * Mobile App

 * Facebook
 * Twitter
 * YouTube
 * Instagram

Give Feedback
 * Terms of Use
 * Terms & Conditions
 * Privacy Policy
 * Accessibility Statement

 * CA Transparency Act
 * Do Not Sell or Share My Info
 * Data Rights Request
 * Cookie Preferences

Better Business Bureau (opens in new window)

Copyright © Guitar Center Inc.



Got a question about this gear?

Chat with a Gear Adviser
Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download

close carousel

Live chat:Chat with an Expert

GUITAR CENTER SUPPORT

Minimize chat Close dialog
Hey there.
How can we help you out?
We're here for your gear needs.
 * Track your order
 * Returns
 * Store Locator
   
 * Guitar Center Lessons

 * 
   Live Chat
 * 855-458-1036
 * Request a Callback
 * Message


MON - FRI 6 AM - 8 PM PT SAT 6 AM - 6 PM PT SUN 8 AM - 5 PM PT Closed
Thanksgiving (11/28)
Chat sessions may be recorded by Guitar Center for training, quality, and
improvement purposes. More info: Privacy Policy

Request a Callback

A Gear Adviser will call at a time more convenient for you.

Name
Phone Number
Email Address (optional)

WHAT IS THE BEST TIME TO REACH YOU?

Date
Timeframe (All times PT) MON - FRI 6 AM - 9 PM   |   SAT - SUN 7 AM - 7 PM
6:00 am 6:30 am 7:00 am 7:30 am 8:00 am 8:30 am 9:00 am 9:30 am 10:00 am 10:30
am 11:00 am 11:30 am 12:00 pm 12:30 pm 1:00 pm 1:30 pm 2:00 pm 2:30 pm 3:00 pm
3:30 pm 4:00 pm 4:30 pm 5:00 pm 5:30 pm 6:00 pm 6:30 pm 7:00 pm 7:30 pm 8:00 pm
8:30 pm 9:00 pm
6:00 am 6:30 am 7:00 am 7:30 am 8:00 am 8:30 am 9:00 am 9:30 am 10:00 am 10:30
am 11:00 am 11:30 am 12:00 pm 12:30 pm 1:00 pm 1:30 pm 2:00 pm 2:30 pm 3:00 pm
3:30 pm 4:00 pm 4:30 pm 5:00 pm 5:30 pm 6:00 pm 6:30 pm 7:00 pm 7:30 pm 8:00 pm
9:00 pm
Message 300 characters
Send Request

  Live chat:






Live chat:Chat with an Expert