www.daveandbusters.com Open in urlscan Pro
45.60.197.94  Public Scan

Submitted URL: http://daveandbusters.com/
Effective URL: https://www.daveandbusters.com/us/en/home
Submission: On February 15 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="component is-check-balance-form" data-step="1">
  <div data-is-step="1" class="is-form-section flex is-row is-wrap is-fraction">
    <div class="form-element is-text-input is-required is-one">
      <label class="is-label"> Enter your Card Number</label>
      <div class="is-input-wrapper has-border">
        <input name="powerCardNumber" type="number">
      </div>
    </div>
    <div class="form-element is-text-input is-required is-one">
      <label class="is-label"> Enter PIN</label>
      <div class="is-input-wrapper has-border">
        <input name="powerCardPin" type="number">
      </div>
    </div>
    <div class="form-element is-error-element"> Something went wrong! </div>
    <div class="form-element is-one is-submit-element">
      <button class="g-recaptcha is-submit-btn btn is-primary is-block" data-sitekey="reCAPTCHA_site_key" data-callback="onSubmit" data-action="submit" disabled="">Submit </button>
    </div>
  </div>
  <div data-is-step="2" class="is-form-section flex is-row is-wrap is-fraction">
    <div class="form-element is-account-number is-one">
      <label class="is-label">Account Number</label>
      <label class="is-value" data-dynamic-content="powerCardNumberLast4">[card-last-4]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Attraction Chips:</label>
      <label class="is-value" data-dynamic-content="attractionChips">[attraction-chips]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Game Chips:</label>
      <label class="is-value" data-dynamic-content="gameChips">[game-chips]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Reward Chips:</label>
      <label class="is-value" data-dynamic-content="rewardChips">[reward-chips]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Video Chips:</label>
      <label class="is-value" data-dynamic-content="videoChips">[video-chips]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Tickets:</label>
      <label class="is-value" data-dynamic-content="tickets">[tickets]</label>
    </div>
    <div class="form-element is-one">
      <button type="button" class="btn is-primary is-block" data-action="check-another-card">Check Another Card</button>
    </div>
  </div>
</form>

<form class="is-form-area component is-newsletter-subscription is-subscription-section" data-is-init="true">
  <div class="is-headline">GET OFFERS AND UPDATES TO YOUR INBOX</div>
  <div class="flex is-row">
    <div class="flex is-column is-input-width">
      <input class="input is-subscription" name="email" placeholder="Type your e-mail" type="text">
      <span class="is-error-text" data-field="email" data-invalid-email="Please enter a valid email address" data-fail-submission="Unable to subscribe. Please try again"></span>
    </div>
    <button class="btn is-primary" type="submit">
      <span class="phone-tablet-hidden">Sign me up</span>
      <img class="desktop-hidden" src="/content/dam/dnb/icons/arrow-right.svg" alt="Sign me up">
    </button>
  </div>
  <template>
    <div class="is-successful-text flex is-row is-middle">
      <img src="/content/dam/dnb/icons/white-checkmark-green-bg.svg">
      <span class="is-successful-text is-hidden">You have subscribed successfully - thank you.</span>
    </div>
  </template>
</form>

<form class="component is-check-balance-form" data-step="1">
  <div data-is-step="1" class="is-form-section flex is-row is-wrap is-fraction">
    <div class="form-element is-text-input is-required is-one">
      <label class="is-label"> Enter your Card Number</label>
      <div class="is-input-wrapper has-border">
        <input name="powerCardNumber" type="number">
      </div>
    </div>
    <div class="form-element is-text-input is-required is-one">
      <label class="is-label"> Enter PIN</label>
      <div class="is-input-wrapper has-border">
        <input name="powerCardPin" type="number">
      </div>
    </div>
    <div class="form-element is-error-element"> Something went wrong! </div>
    <div class="form-element is-one is-submit-element">
      <button class="g-recaptcha is-submit-btn btn is-primary is-block" data-sitekey="reCAPTCHA_site_key" data-callback="onSubmit" data-action="submit">Submit </button>
    </div>
  </div>
  <div data-is-step="2" class="is-form-section flex is-row is-wrap is-fraction">
    <div class="form-element is-account-number is-one">
      <label class="is-label">Account Number</label>
      <label class="is-value" data-dynamic-content="powerCardNumberLast4">[card-last-4]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Attraction Chips:</label>
      <label class="is-value" data-dynamic-content="attractionChips">[attraction-chips]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Game Chips:</label>
      <label class="is-value" data-dynamic-content="gameChips">[game-chips]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Reward Chips:</label>
      <label class="is-value" data-dynamic-content="rewardChips">[reward-chips]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Video Chips:</label>
      <label class="is-value" data-dynamic-content="videoChips">[video-chips]</label>
    </div>
    <div class="form-element  is-account-balance is-one">
      <label class="is-label">Tickets:</label>
      <label class="is-value" data-dynamic-content="tickets">[tickets]</label>
    </div>
    <div class="form-element is-one">
      <button type="button" class="btn is-primary is-block" data-action="check-another-card">Check Another Card</button>
    </div>
  </div>
</form>

Text Content

[headline]
[critical-msg]
Don't show again
[city] , [State]

[Store Hour]

Set your store
Set your store
Reservation
Rewards Book Now

 * Play
   * Overview
   * Arcade
   * VR
   * Billiards
   * Bowling
   * D&B World
 * Eat & Drink
   * Overview
   * Order Online
 * Watch
   * Overview
 * Parties
   * Overview
   * Company
   * Kids Birthday
   * Adult Social
   * Team Building
 * About
   * History
   * Blog
   * Locations
 * Shop
   * Gift Cards
   * Power Cards

Search
Reservation Menu
[City] , [State]
| [Store Hour]
Set your store
Set your store
Back

 * Play
   * Overview
   * Arcade
   * VR
   * Billiards
   * Bowling
   * D&B World
 * Eat & Drink
   * Overview
   * Order Online
 * Watch
   * Overview
 * Parties
   * Overview
   * Company
   * Kids Birthday
   * Adult Social
   * Team Building
 * About
   * History
   * Blog
   * Locations
 * Shop
   * Gift Cards
   * Power Cards

Rewards Book Now
Make A Reservation Find Your Location

Use My Location
See More Locations
[city] , [state] Location
[open now]
Set as store
[store address] [store distance]
[store phone number]
View details

[page-name]
Check your Powercard Balance!
Enter your Card Number

Enter PIN

Something went wrong!
Submit
Account Number [card-last-4]
Attraction Chips: [attraction-chips]
Game Chips: [game-chips]
Reward Chips: [reward-chips]
Video Chips: [video-chips]
Tickets: [tickets]
Check Another Card

GET YOUR GAME ON

Maximize your play time by heading to Dave & Buster's where we have gaming,
sports watching, and food worth getting off the couch for.

Learn More
Get Your Power Card Online Now

Skip the line and start playing as soon as you walk in the door. Get your Power
Card and come have some fun.

Buy Power Card
Play the D&B world on Roblox now

Journey to a brave new world. Jump into exciting minigame adventures to compete
for loot, bragging rights, and have tons of fun, with more to come!

Learn More




HOW DO YOU D&B?

Eat & Drink Play Games Watch Sports Parties

LEGENDARY FOOD & DRINK

We could just offer great games and meh food and drink – but we like you more
than that. Enjoy our incredible bar & amazing restaurant near you, at your local
Dave & Buster’s this weekend.

AWARD-WINNING FOOD

Our seasonal food menu keeps fresh eats on the table for you and awards coming
to us.

See Menu

DRINKS

Our drink menu features both classic cocktails and specialty drinks you won’t
find anywhere else.

Make a Reservation

WE TAKE GAMEPLAY SERIOUSLY

Whether you want to ‘play the hits’ or check out the latest in VR, our gameplay
selections are second to none. Arcade, tabletop, air hockey or traditional
gaming, Dave & Buster’s has it all.

FIND NEW GAMES

Ready for some new challenges? See the latest and greatest games in the Dave &
Buster’s lineup.

View Games

LOAD YOUR POWER CARD

Save time at the kiosks by loading up your Power Card now through the Dave &
Buster’s App.

Learn More

CELEBRATE YOUR FANHOOD

The next best thing to being at the stadium is cheering on your favorite team
while noshing on tasty gameday favorites. Grab a seat at your nearest Dave &
Buster’s restaurant for great views and great food at the Dave & Buster’s bar
near you.

LEAVE YOUR TASTEBUDS FEELING VICTORIOUS

Our menu is full of everything you crave for gameday–from classics like wings
and burgers to newer menu items like crispy cauliflower and double pepperoni
flatbreads.

See Menu

GAME OF THE WEEK

Grab your squad to celebrate the great plays and boo questionable calls.

See Schedule

PARTY PLANNING MADE SIMPLE

Let us do the cooking (and the dishes) while you simply have a great time. Let
Dave & Buster’s take care of your next party for you. Make a reservation or
contact a Party Planner today.

BIRTHDAY PARTIES

What’s a big day celebration without food, drinks, and games? Not a party we’d
like to go to. Check out the available Birthday Specials.

Book Now

COMPANY EVENTS

Skip the average venue and throw an epic event. Every Dave & Buster’s has
private rooms complete with everything you need to host the perfect meeting.

Learn More

CATCH THAT EVERYDAY WINNING FEELING

Order Award-Winning Food & Drink

Don’t settle for bland food and flat drinks. Dave & Buster’s food and drink are
legendary, and we have the hardware to prove it.

Cheer Your Favorite Teams

Our 50-Foot WOW Wall ensures that every seat is the best seat in the house.

Enjoy Interactive Gameplay

Grab your Power Card and hit the Million Dollar Midway for the best lineup of
VR, Arcade, and Tabletop gaming.

CATCH THAT EVERYDAY WINNING FEELING

 * Engage
 * Play
 * Create

Order Award-Winning Food & Drink

Don’t settle for bland food and flat drinks. Dave & Buster’s food and drink are
legendary, and we have the hardware to prove it.

Cheer Your Favorite Teams

Our 50-Foot WOW Wall ensures that every seat is the best seat in the house.

Enjoy Interactive Gameplay

Grab your Power Card and hit the Million Dollar Midway for the best lineup of
VR, Arcade, and Tabletop gaming.




GET READY FOR FUN

Download the D&B Rewards app and prepare for your visit. Play games, accept
challenges and track upcoming events with the D&B Rewards App. It's like easy
mode for earning rewards.





 


POST, LIKE, AND SHARE THE GOOD TIMES 

@daveandbusters

 



 

 

 

 

 

HOW DID WE DO?

Previous

Love this place, the food is amazing and they have so many games to offer, and
finally a place where you actually get something worth for your tickets, really
nice rewards.

Rewards member

So much fun!! If you are going here do yourself a solid and get the app... I
earned an icon level first time ever going... the rewards are great!!! The
challenges are fun!! Staff is awesome and super friendly!

Fun seeker

Half price Wednesdays are the move! My girlfriend and I go at least once a month
and have a blast! Make sure to sign up for the rewards because it’s nice to get
free meals to supplement when we spend too much money on coin pushers 

Rewards member

Your child or inner child will love this place!!  Games galore to play!!  All
games worked.  Clean restrooms, plenty of areas to eat, nice bar, football and
sports to watch.  Nice gifting area to decide what to get with your rewards.  We
truly enjoyed the time here with our granddaughter.  She enjoyed the crispy
chicken; we enjoy Coors Light draught for $3.99.

Happy Mom

It was sooooooooooo fun. They have a wide variety of games that are all amazing.
Very easy to maneuver and convenient game cards and mobile tickets. They also
have a bar and food. If you have a card. You can get rewards based on how many
times you play or buy items. I think this is very underrated.

Rewards member

Found out that on Wednesday is 1/2 off the games & 😊 HH starts at 4pm lol. The
place was clean and the staff are very friendly. The selections of rewards are
awesome. Will go again.

Lover of HH

Love this place, the food is amazing and they have so many games to offer, and
finally a place where you actually get something worth for your tickets, really
nice rewards.

Rewards member

So much fun!! If you are going here do yourself a solid and get the app... I
earned an icon level first time ever going... the rewards are great!!! The
challenges are fun!! Staff is awesome and super friendly!

Fun seeker

Half price Wednesdays are the move! My girlfriend and I go at least once a month
and have a blast! Make sure to sign up for the rewards because it’s nice to get
free meals to supplement when we spend too much money on coin pushers 

Rewards member

Your child or inner child will love this place!!  Games galore to play!!  All
games worked.  Clean restrooms, plenty of areas to eat, nice bar, football and
sports to watch.  Nice gifting area to decide what to get with your rewards.  We
truly enjoyed the time here with our granddaughter.  She enjoyed the crispy
chicken; we enjoy Coors Light draught for $3.99.

Happy Mom

Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6

GET OFFERS AND UPDATES TO YOUR INBOX

Sign me up
You have subscribed successfully - thank you.
Careers
Corporate Social Responsibility
FAQs
House Policies
Franchising
Real Estate
Investor Relations
Check Balance
Contact Us
Terms of Use Privacy Policy Site Map
Check your Power Card Balance!
Enter your Card Number

Enter PIN

Something went wrong!
Submit
Account Number [card-last-4]
Attraction Chips: [attraction-chips]
Game Chips: [game-chips]
Reward Chips: [reward-chips]
Video Chips: [video-chips]
Tickets: [tickets]
Check Another Card
Please wait

This website uses cookies and other tracking technologies to enhance user
experience and to analyze performance and traffic on our website. We also share
information about your use of our site with our social media, advertising and
analytics partners. If we have detected an opt-out preference signal then it
will be honored. Further information are available in our Cookie Policy

Do Not Sell or Share My Personal Information Reject All Accept Cookies



DO NOT SELL OR SHARE MY PERSONAL DATA




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * SHARE OR SALE OF PERSONAL DATA

YOUR PRIVACY

When you visit our website, we store cookies on your browser to collect
information. The information collected might relate to you, your preferences or
your device, and is mostly used to make the site work as you expect it to and to
provide a more personalized web experience. However, you can choose not to allow
certain types of cookies, which may impact your experience of the site and the
services we are able to offer. Click on the different category headings to find
out more and change our default settings according to your preference. You
cannot opt-out of our First Party Strictly Necessary Cookies as they are
deployed in order to ensure the proper functioning of our website (such as
prompting the cookie banner and remembering your settings, to log into your
account, to redirect you when you log out, etc.). For more information about the
First and Third Party Cookies used please follow this link.
More information

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

SHARE OR SALE OF PERSONAL DATA

Share Or Sale of Personal Data


Under the CPRA, you have the right to opt-out of the sale or sharing of your
personal information to third parties. These cookies collect information for
analytics and to personalize your experience with targeted ads. You may exercise
your right to opt out of the sale or sharing of personal information by using
this toggle switch. If you opt out we will not be able to offer you personalized
ads and will not hand over your personal information to any third parties.
Additionally, you may contact our legal department for further clarification
about your rights as a California consumer by using this Exercise My Rights
link.If you have enabled privacy controls on your browser (such as a plugin), we
have to take that as a valid request to opt-out. Therefore we would not be able
to track your activity through the web. This may affect our ability to
personalize ads according to your preferences.

 * PERFORMANCE COOKIES
   
   Switch Label label
   
   These cookies allow us to count visits and traffic sources so we can measure
   and improve the performance of our site. They help us to know which pages are
   the most and least popular and see how visitors move around the site.    All
   information these cookies collect is aggregated and therefore anonymous. If
   you do not allow these cookies we will not know when you have visited our
   site, and will not be able to monitor its performance.

 * TARGETING COOKIES
   
   Switch Label label
   
   These cookies may be set through our site by our advertising partners. They
   may be used by those companies to build a profile of your interests and show
   you relevant adverts on other sites.    They do not store directly personal
   information, but are based on uniquely identifying your browser and internet
   device. If you do not allow these cookies, you will experience less targeted
   advertising.

Back Button


BACK

Filter Button
Consent Leg.Interest
Switch Label label
Switch Label label
Switch Label label

Clear
checkbox label label
Apply Cancel
Confirm My Choices
Allow All

Taggbox