www.topviewnyc.com Open in urlscan Pro
35.170.233.141  Public Scan

Submitted URL: http://topviewnyc.com/
Effective URL: https://www.topviewnyc.com/
Submission Tags: tranco_l324
Submission: On April 05 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

GET /search

<form id="desktop-search" action="/search" method="GET">
  <div class="input-group">
    <span class="input-group-addon" id="basic-addon2"><i class="fa fa-search"></i></span>
    <input type="search" id="desktop-site-search" required="" autocomplete="off" autocorrect="off" spellcheck="false" autocapitalize="off" class="form-control" name="q" placeholder="Search topviewnyc.com" aria-describedby="basic-addon2">
    <span class="input-group-addon desktop-search-close"><i class="fa fa-close"></i></span>
  </div>
</form>

GET /search

<form id="mobile-search" action="/search" method="GET">
  <div class="input-group">
    <button class="input-group-addon" id="basic-addon1"><i class="fa fa-search mobile-search-icon"></i></button>
    <input id="mobile-site-search" type="search" required="" class="form-control" name="q" placeholder="Search topviewnyc.com" aria-describedby="basic-addon1">
  </div>
</form>

<form id="contact-form" class="z-depth-1" onsubmit="event.preventDefault();">
  <input hidden="" name="redirect" value="/">
  <div class="form-group">
    <input type="text" name="full_name" class="form-control" placeholder="Full Name" tabindex="1" value="" required="">
    <div class="invalid-feedback">Field is required.</div>
  </div>
  <div class="form-group">
    <input type="email" name="email" class="form-control" placeholder="Email Address" tabindex="2" value="" required="">
    <div class="invalid-feedback">Enter a valid email address.</div>
  </div>
  <div id="subject" class="form-group">
    <input type="text" name="subject" class="form-control" placeholder="Subject" tabindex="4" required="">
    <div class="invalid-feedback">Field is required.</div>
  </div>
  <div class="form-group">
    <select name="inquiry_category" class="form-control" tabindex="5" required="">
      <option value="">Select Your Inquiry Category</option>
      <option value="groups_and_charters">Groups and Charters</option>
      <option value="become_reseller">Become a Re-seller</option>
      <option value="become_affiliate">Become an Affiliate</option>
      <option value="customer_service">Customer Service</option>
      <option value="feedback">Feedback</option>
      <option value="press_inquiry">Press Inquiry</option>
      <option value="others">Others</option>
    </select>
    <div class="invalid-feedback">Field is required.</div>
  </div>
  <div class="form-group">
    <textarea name="message" class="form-control" placeholder="Message" rows="5" tabindex="5" required=""></textarea>
    <div class="invalid-feedback">Field is required.</div>
  </div>
  <button id="submit-contact" type="submit" name="button" tabindex="6" class="submit-contact btn btn-lg btn-block btn-primary fancy-gradient">Send Message</button>
</form>

<form id="request-a-quote" onsubmit="event.preventDefault();" autocomplete="anyrandomstring">
  <input name="token" type="hidden" value="ddb0c1548794ee6bce4a3acd83cb393f">
  <div class="row">
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="text" name="first_name" class="form-control" placeholder="First Name" tabindex="1" required="" autocomplete="anyrandomstring">
      </div>
    </div>
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="text" name="last_name" class="form-control" placeholder="Last Name" tabindex="2" required="" autocomplete="anyrandomstring">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="email" name="email" class="form-control" placeholder="Email Address" tabindex="3" required="" autocomplete="anyrandomstring">
      </div>
    </div>
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="number" name="phone" class="form-control" placeholder="Phone Number" tabindex="4" required="" autocomplete="anyrandomstring">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="text" name="company" class="form-control" placeholder="Company / Organization" tabindex="5" required="" autocomplete="anyrandomstring">
      </div>
    </div>
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="text" name="comment" class="form-control" placeholder="Comments / Special Requests" tabindex="7" autocomplete="anyrandomstring">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="number" name="guest" class="form-control" placeholder="Number of Guests" tabindex="9" required="" autocomplete="anyrandomstring">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="text" name="pickup_location" class="form-control" placeholder="Pick-up Location" tabindex="6" required="" autocomplete="anyrandomstring">
      </div>
    </div>
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <div class="form-row">
          <div class="col input-group date">
            <input type="text" name="pickup_date" class="form-control" placeholder="Pick-up Date" tabindex="8" autocomplete="anyrandomstring" required="">
            <span class="input-group-addon">
              <i class="fa fa-calendar"></i>
            </span>
          </div>
          <div class="col input-group bootstrap-timepicker time">
            <input type="text" name="pickup_time" class="form-control " placeholder="Pick-up Time" tabindex="10" autocomplete="anyrandomstring" required="">
            <span class="input-group-addon">
              <i class="fa fa-clock-o"></i>
            </span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <input type="text" name="dropoff_location" class="form-control" placeholder="Drop-off Location" tabindex="11" required="" autocomplete="anyrandomstring">
      </div>
    </div>
    <div class="col-sm-12 col-md-6 mb-0">
      <div class="form-group">
        <div class="form-row">
          <div class="col input-group date">
            <input type="text" name="dropoff_date" class="form-control" placeholder="Drop-off Date" tabindex="12" autocomplete="anyrandomstring">
            <span class="input-group-addon">
              <i class="fa fa-calendar"></i>
            </span>
          </div>
          <!-- <div class="col input-group time">
                        <input type="text" name="dropoff_time" class="form-control" placeholder="Drop-off Time" tabindex="13"  autocomplete="anyrandomstring">
                        <span class="input-group-addon">
                          <i class="fa fa-clock-o"></i>
                        </span>

                      </div> -->
          <div class="col input-group bootstrap-timepicker time">
            <input type="text" name="dropoff_time" class="form-control " placeholder="Drop-off Time" tabindex="14" autocomplete="anyrandomstring">
            <span class="input-group-addon">
              <i class="fa fa-clock-o"></i>
            </span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <button id="request-a-quote-button" type="submit" class="btn btn-lg btn-block btn-primary fancy-gradient" tabindex="17">Submit Request</button>
</form>

<form action="" onsubmit="LO.submit_chat(); return false;">
  <div id="lo_chat_input" style="position:relative; width: 100%; ">
    <div class="lo-fx-hr" style="height:0px; margin-bottom:0px; margin-top:0px; width:100%; border-top:1px solid #f8f8f8;border-bottom:1px solid #cbcbcb"></div>
    <div style="padding:10px;"><label for="lo_chat_textarea" style="display:none">Chat Input Box</label><textarea id="lo_chat_textarea" disabled="disabled" rows="2"
        style="color: black; background-color: rgb(255, 255, 255); border-radius: 5px; padding: 7px; height: auto; width: 100%; font-family: sans-serif; text-transform: none; resize: none;" dir="null" data-last-scroll-height="0"></textarea></div>
    <div id="lo_chat_sound_holder" style="position:absolute; right:0px; top:-25px; width:100%;">
      <div style="cursor: pointer; float:right; opacity:0.6; padding-right:10px; height:16px;" id="lo_chat_sound"><img alt="Click to mute chat sounds" src="https://d10lpsik1i8c69.cloudfront.net/graphics/sound-on.png"></div>
      <div id="lo_chat_status" style="padding-left:10px; font-size:11px; color:#adadad"></div>
      <div style="clear:both;"></div>
    </div>
  </div>
</form>

Text Content

You are using an outdated browser. Please upgrade your browser to improve your
experience and security.
 * Google Chrome
 * Firefox
 * Safari
 * Opera
 * Microsoft Edge

Buy Now

 * Hop-on Hop-off Passes
   Hop-On Hop-Off Sightseeing Passes
   NYC Sightseeing Pass 48 Hours NYC Sightseeing Pass 72 Hours NYC Sightseeing
   Pass 5 Days Hop-On Hop-Off Pass Same Day Hop-On Hop-Off Pass 24 Hours +
   Liberty Cruise Hop-on Hop-off 48 Hour Pass Hop-On Hop-Off Downtown Tour Same
   Day
   Liberty Cruises
   Liberty Cruise Premium Liberty Cruise Standard
 *  
 * Attraction Pass ™
 *  
 * Tea Around Town
 *  
 * More
   Groups & Charters Maps Things to do in NYC Sunset & City Lights Cruises About
   Us Contact Us FAQ
 *  
 * 

Buy Now
Online Deal Up to 61% OFF
Sort By: Price Price
Filter By: All Multiday Same Day Liberty Cruises
 * 
 * Hop-on Hop-off Passes
   Hop-On Hop-Off Sightseeing Passes
   Liberty Cruises
 * Attraction Pass ™
 * Tea Around Town
 * More
   Groups & Charters
   Maps
   North Pole Express
   Things to do in NYC
   Sunset & City Lights Cruises
   About Us
   Contact Us
   Live Map
   FAQ
 * Night Tour

 *  Leave A Message




START YOUR NEW YORK HOP ON HOP OFF ADVENTURE HERE

Buy Tickets


BEST RATED NEW YORK BUS TOURS
AND SIGHTSEEING PACKAGES

Buy now, use anytime within 12 months
NYC Sightseeing Pass 48 Hours

Online Deal Save 24%

Regular

$139

Deal From

$105

(You pay $52.50/day)


Most Popular
 * Included Tours
 * Hop-On Hop-Off Downtown
 * 
 * Hop-On Hop-Off Uptown
 * Statue of Liberty Cruise
 * 
 * 
 * 
 * Central Park Bike Rental
 * 
 * Brooklyn Tour (Open Top Bus)
 * Museum of the City of New York
 * Skyscraper Museum
 * Night Tour with Entertaining Host
 * Harry Potter Store - Free Tankard of Butterbeer
 * Extra Features
 * Mobile boarding
 * Movies & Celebrities audio channel
   



OVER 1 MILLION TICKETS SOLD!

Buy Now
Learn More
NYC Sightseeing Pass 72 Hours

Online Deal Save 22%

Regular

$149

Deal From

$115

(You pay $38.33/day)


 * Included Tours
 * Hop-On Hop-Off Downtown
 * 
 * Hop-On Hop-Off Uptown
 * Statue of Liberty Cruise
 * 
 * 
 * 
 * Central Park Bike Rental
 * 
 * Brooklyn Tour (Open Top Bus)
 * Museum of the City of New York
 * Skyscraper Museum
 * Night Tour with Entertaining Host
 * Harry Potter Store - Free Tankard of Butterbeer
 * Extra Features
 * Mobile boarding
 * Movies & Celebrities audio channel
   



OVER 500,000 TICKETS SOLD!

Buy Now
Learn More
NYC Sightseeing Pass 5 Days

Online Deal Save 25%

Regular

$175

Deal From

$131

(You pay $26.20/day)


 * Included Tours
 * Hop-On Hop-Off Downtown
 * 
 * Hop-On Hop-Off Uptown
 * Statue of Liberty Cruise
 * 
 * 
 * 
 * Central Park Bike Rental
 * 
 * Brooklyn Tour (Open Top Bus)
 * Museum of the City of New York
 * Skyscraper Museum
 * Night Tour with Entertaining Host
 * Harry Potter Store - Free Tankard of Butterbeer
 * Extra Features
 * Mobile boarding
 * Movies & Celebrities audio channel
   



OVER 500,000 TICKETS SOLD!

Buy Now
Learn More
Hop-On Hop-Off Pass Same Day

Online Deal Save 32%

Regular

$90

Deal From

$61



NYC IN A FLASH
 * Included Tours
 * Hop-On Hop-Off Downtown
 * 
 * Hop-On Hop-Off Uptown
 * Statue of Liberty Cruise
 * 
 * 
 * 
 * Central Park Bike Rental
 * 
 * Brooklyn Tour (Open Top Bus)
 * Museum of the City of New York
 * Skyscraper Museum
 * Night Tour with Entertaining Host
 * Harry Potter Store - Free Tankard of Butterbeer
 * Extra Features
 * Mobile boarding
 * Movies & Celebrities audio channel
   



 

Buy Now
Learn More
Hop-On Hop-Off Pass 24 Hours + Liberty Cruise

Online Deal Save 26%

Regular

$110

Deal From

$81



 * Included Tours
 * Hop-On Hop-Off Downtown
 * 
 * Hop-On Hop-Off Uptown
 * Statue of Liberty Cruise
 * 
 * 
 * 
 * Central Park Bike Rental
 * 
 * Brooklyn Tour (Open Top Bus)
 * Museum of the City of New York
 * Skyscraper Museum
 * Night Tour with Entertaining Host
 * Harry Potter Store - Free Tankard of Butterbeer
 * Extra Features
 * Mobile boarding
 * Movies & Celebrities audio channel
   



 

Buy Now
Learn More
Hop-on Hop-off 48 Hour Pass

Online Deal Save 29%

Regular

$115

Deal From

$81

(You pay $40.50/day)


 * Included Tours
 * Hop-On Hop-Off Downtown
 * 
 * Hop-On Hop-Off Uptown
 * Statue of Liberty Cruise
 * 
 * 
 * 
 * Central Park Bike Rental
 * 
 * Brooklyn Tour (Open Top Bus)
 * Museum of the City of New York
 * Skyscraper Museum
 * Night Tour with Entertaining Host
 * Harry Potter Store - Free Tankard of Butterbeer
 * Extra Features
 * Mobile boarding
 * Movies & Celebrities audio channel
   



OVER 100,000 TICKETS SOLD!

Buy Now
Learn More
Hop-On Hop-Off Downtown Tour Same Day

Online Deal Save 40%

Regular

$75

Deal From

$45



 * Included Tours
 * Hop-On Hop-Off Downtown
 * 
 * Hop-On Hop-Off Uptown
 * Statue of Liberty Cruise
 * 
 * 
 * 
 * Central Park Bike Rental
 * 
 * Brooklyn Tour (Open Top Bus)
 * Museum of the City of New York
 * Skyscraper Museum
 * Night Tour with Entertaining Host
 * Harry Potter Store - Free Tankard of Butterbeer
 * Extra Features
 * Mobile boarding
 * Movies & Celebrities audio channel
   



 

Buy Now
Learn More


DON'T MISS ONE OF OUR UNIQUE DOUBLE-DECK BUS EXPERIENCES

Tea Around Town NYC Sip, savor, sightsee, and warm up with tea & treats in a
cozy immersive experience.
4.6
from

$115

$84


Top NYC Experience
Night Tour with Entertaining Host From Broadway to Brooklyn, see NYC come to
life at night
4.3
from

$80

$51




ATTRACTION PASS

Attraction Pass (1-7 Days) All-inclusive attraction pass, flexible booking,
unlimited hop-on hop-off.
4.3
from

$185

$131


BEST VALUE


SEE NYC FROM THE WATER WITH
OUR LIBERTY CRUISE

Buy now, use anytime within 12 months
Liberty Cruise Premium All-inclusive attraction pass, flexible booking,
unlimited hop-on hop-off.
from

$69

$35


Liberty Cruise Standard Float under the Brooklyn Bridge & into the Harbor for
views of the NY skyline.
from

$55

$21




WHY CHOOSE TOPVIEW®?


EXPERIENCE A 360° VIEW OF NYC ABOVE THE CROWD

Our tours are created by a team of local experts who know NYC inside out. We’ve
got New York City covered: Downtown, Uptown, as well as The Night Tour–If it’s
worth seeing–our hop-on hop-off NYC bus tours go there!

 * Unlimited
   Hop-On Hop-Offs
   Enjoy famous sights in New York, hop on and hop off at your pace.
 * Convenient
   Routes in NYC
   With 40+ stops near all major attractions in NYC, our routes are the best way
   to see NYC.
 * Free Statue of Liberty
   Free Liberty Cruise & 2-hour extension to any bike rental purchase included
   in 2 and 3 day passes.
 * Exclusive Live Map for Bus Stop Arrival Times
   The only company in NYC with a live map to track bus arrival times in real
   time.
 * Board with Your Phone,
   No Printed Pass Needed
   Board buses at any bus stop on any route and access attractions with one app.
   
 * Exclusive Movies & Celebrities Audio Channel
   Plus, hear fun stories of NYC in 11 languages from our state-of-the-art audio
   narration.


START YOUR NYC HOP-ON
HOP-OFF ADVENTURE HERE

New York Bus City Tours and Manhattan Sightseeing Guided by Local Experts

TopView® offers the best New York sightseeing bus tours led by local experts so
you won't miss the most important attractions. On our NYC bus tours, hop on, hop
off, and take time to enjoy all of the different places to visit in New York
City. We have dozens of hop-on hop-off bus tour stops near all major points of
interest. Our New York sightseeing bus will take you by all of the biggest NYC
attractions!

5 Best Routes for Open-Top Sightseeing Bus Tours in NYC

We have five New York tours that allow you to experience the best of New York
City, including two hop-on hop-off NYC bus tours, Downtown and Uptown, along
with Brooklyn, and an exciting Night Tour route! While enjoying our NYC bus
tours, hop on or hop off to take part in the excitement, explore the sights, and
make the most of your visit. We'll make sure you hit every stop on your list of
NYC attractions to see and give you plenty of Instagram-worthy views from atop
our NYC sightseeing bus!

What Is There to Do in New York? Top Manhattan Attractions

Our hop-on hop-off NYC tours can take you to the top of Manhattan and back
again, stopping at some of the most famous sites in New York City, NY. Here are
a few examples of city locations you can see on an NYC sightseeing bus around
Manhattan:

 * Rockefeller Center
 * Times Square
 * Macy's
 * Empire State Building
 * Flatiron Building
 * Union Square
 * Washington Square Park
 * SoHo
 * Battery Park
 * Garment District
 * City Hall



Our New York tours and sightseeing packages include multi-day passes and 24-hour
passes as well as individual hop-on hop-off and nonstop double-decker tours. We
offer plenty of choices so you can customize your New York City tours any way
you want, and our flexible ticketing means that you can buy your tickets online
now without having to plan a set schedule: Once you book your tour or package,
you'll have twelve months to exchange your online booking confirmation for a
boarding ticket. And our buses run seven days a week, 365 days a year, in any
kind of weather, so no matter when you choose to visit New York City, we can
help you make the most of your trip. Whether you want a day trip or simply to
see the city sights at nighttime, you will find a TopView® sightseeing pass that
fits your needs.

Tour/Package Price NYC Sightseeing Pass 48 Hours $105 NYC Sightseeing Pass 72
Hours $115 NYC Sightseeing Pass 5 Days (120 hours) $131 Hop-On Hop-Off Pass Same
Day $61 Hop-On Hop-Off Pass 24 Hours + Liberty Cruise $81 Hop-on Hop-off 48 Hour
Pass (48 hours) $81 Hop-On Hop-Off Downtown Tour Same Day $45 Attraction Pass
(1-7 Days) (24 hours) $131 Liberty Cruise Premium (Single Entry) $35 Liberty
Cruise Standard (Single Entry) $21

Rain or Shine Manhattan Hop-On Hop-Off Sightseeing Tours

Learn more about the history, culture, and architecture of this one-of-a-kind
city with our audio narration. Our big bus tour is available in 11 languages,
with free earphones provided. And this isn't the only perk we offer! Our New
York tours also provide free ponchos for rainy days.

Two Million and Counting Passengers on the Best Sightseeing Double-Decker Bus
Tour in NYC

No matter your travel style, an adventure with TopView Sightseeing® will add
convenience and comfort to your trip. More than two million people have already
discovered why TopView® is the best choice for Big Apple sightseeing. For the
best NYC bus tours at the best prices, book with us today!

Bike Rentals and Other Popular New York City Attractions

When you book our New York City tours as part of a complete All City package, we
also include a 2-hour extension to any bike rental purchase, so you can cruise
Central Park the way it was meant to be enjoyed, as well as free admission to
the Museum of the City of New York. You can also enjoy a Liberty Cruise of New
York Harbor and get close-up views of the Statue of Liberty. You know you want a
selfie with Lady Liberty!


DOWNLOAD THE FREE TOPVIEW APP

 * Board instantly
   any bus at any stop

 * Board with your phone, no printed pass needed

 * Live map to track
   actual bus arrivals

 * Access other
   attractions


TopView Sightseeing®
2 East 42nd Street
New York, NY 10017


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

Contact Us
Leave Feedback
Careers

Site Navigation

About Contact Us Places to Go in NYC Live Map FAQ Terms & Conditions Agent Login
Tour Reservation Additional Resources Visitor Guides Sitemap
Groups & Charters
Groups & Charters


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

 * 
 * 
 * 
 * 

© Copyright 2024 TopView Sightseeing®

SEND US A MESSAGE

×
Field is required.
Enter a valid email address.
Field is required.
Select Your Inquiry Category Groups and Charters Become a Re-seller Become an
Affiliate Customer Service Feedback Press Inquiry Others
Field is required.
Field is required.
Send Message

REQUEST YOUR QUOTE

×

Submit Request


WAIT


DON'T HOP OFF YET!


CHECKOUT NOW AND GET
15% OFF YOUR ENTIRE PURCHASE

Click here to activate coupon

Coupon code is not valid for special events


DON'T HOP OFF YET!


CHECK OUT NOW AND GET UP TO 61% OFF

Continue Browsing
Live Help is Online.
Chatting
0
×
–

undefined



Chat Input Box

Chat
Powered by
×






Good Choice! 18 other people are also looking at our tour options.



OKNoCancel