Mycheap
Boston, @ 78°F
Make this your Homepage
Bookmark this page
E-Mail to us
Flights
Hotels
Hostels
Cars
Cruises
Deals
News
Tickets
Build Your Trip!
Book Together & Save up to
$700!
Flight
Hotel
Hostel
Car
Cruise
Flight + Hotel
Flight + Car
Flight + Hotel + Car
Hotel + Car
Choose a Country
-- Country Select --
Albania
Algeria
Andorra
Antigua And Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bolivia
Bosnia And Herzegovina
Botswana
Brazil
Britain
British Virgin Islands
Brunei
Bulgaria
Burkina Faso
Cambodia
Canada
Cape Verde
Chile
China
Colombia
Cook Islands
Costa Rica
Croatia
Cuba
Cyprus
Czech Republic
Denmark
Dominica
Dominican Republic
Ecuador
Egypt
El Salvador
England
Estonia
Ethiopia
Faroe Islands
Fiji
Finland
France
French Guiana
French Polynesia
Gambia
Georgia
Germany
Ghana
Greece
Greenland
Grenada
Guadeloupe
Guatemala
Haiti
Holland
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iran
Ireland
Israel
Italy
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Kosovo
Kyrgyzstan
Laos
Latvia
Lebanon
Lesotho
Liechtenstein
Lithuania
Luxembourg
Macau
Macedonia
Madagascar
Malawi
Malaysia
Malta
Martinique
Mauritius
Mexico
Micronesia
Moldova
Monaco
Mongolia
Montenegro
Montserrat
Morocco
Mozambique
Myanmar
Namibia
Nepal
Netherlands
Netherlands Antilles
New Zealand
Nicaragua
Nigeria
Northern Ireland
Norway
Oman
Pakistan
Palestine
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Poland
Portugal
Puerto Rico
Qatar
Reunion
Romania
Russia
Saint Lucia
Saint Vincent And The Grenadines
Samoa
Scotland
Senegal
Serbia
Seychelles
Sierra Leone
Singapore
Slovakia
Slovenia
South Africa
South Korea
Spain
Sri Lanka
Swaziland
Sweden
Switzerland
Syria
Taiwan
Tanzania
Thailand
Tonga
Trinidad and Tobago
Tunisia
Turkey
UK
US Virgin Islands
USA
Uganda
Ukraine
United Arab Emirates
Uruguay
Uzbekistan
Vanuatu
Venezuela
Vietnam
Wales
Zambia
Zimbabwe
Choose a City
-- City Select --
Depart :
Nights
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Top Hostels of the Month
English French German Italian Spanish Czech Danish Dutch Finnish Hungarian Norwegian Polish Portuguese Swedish Chinese Korean TradChinese Japanese Latvian Russian Lithuanian Slovak Slovenian Forgot your password? Already a member? Sign in over here » Return to login form? Enter the email address you have registered with us..» hostelworld.com en CHOOSE YOUR LANGUAGE LOGIN The World’s No.1 Hostel Booking Website Home Hostels Travel Services Travel Insurance Lonely Planet Guides Flights Travel Sim Cards Language Courses Travel Insurance Tours Guides & Info Guides Videos Podcasts Free Pocket Guides Competitions Features Sample Itineraries Events My World Blog Search over 24,000 Hostels in more than 180 Countries Choose a country Choose a city Arriving On Choose Date Choose Date Nights 1 2 3 4 5 6 7 8 9 10 11 12 13 14 FIND HOSTELS Unicef Popular Places Florence Rome Madrid London New York Vienna Barcelona more Top Hostels Of The Month Portugal | Travellers House 98% Overall Rating Top Hostels Of The Month Portugal | Rossio Hostel 97% Overall Rating Top Hostels Of The Month Portugal | Lisbon Old Town Hostel 96% Overall Rating 1 2 3 Special Deals Historical Ryokan Hostel K Stay at the Historical building registered a tangible cultural property of Japan with hot springs bath. You will get a free one drink ticket and free yukata(Japanese bathrobe) rental, if you stay with us for a min of 2nights Special Deals Athenstyle Hostel, Athens If you stay with us for a min of 3 nights, you will enjoy a free day bike rent at our neighbouring shop athensbybike! Special Deals Urbany Hostel/Beach Tour Special Book 4 nights at Barcelona Urbany Hostel and get one Beach Tour for FREE! 1 2 3 MapSearch Try Our New Search Group Bookings Travelling In A Group? Use 'My World' to meet other travellers, manage and review your bookings, upload videos and photos and much more. Already a member? Login to your account Sign Up Now buy now Pocket Guides Pretoria Discover what are the best value restaurants and more in the South African city of Pretoria.Read Guide» All Pocket Guides» Videos Rio de Janeiro Video Find out the best beaches in Rio de Janeiro, its coolest neighbourhoods and more. Watch Video» All Videos» Travel Features 50 Things To Do For Free in Europe Planning a trip to Europe this summer? Like free things? Then check out our top fifty things to do for free in Europe...Read Feature» All Features» Newsletter Sign Up Sign up to our newsletter today and be the first to hear about top hostels, new travel hot spots, exclusive special offers and competitions Sign Up Now Thank you for signing up to our newsletter! $(function() { // remove default spinner $('#loading') .hide() // hide it initially .ajaxStart(function() { $("#spinner").remove(); //$(this).show(); }) .ajaxStop(function() { $(this).hide(); }) var default_keywords = $('#search_keywords').val(); $('#search-home,#sb-search,#opsearch-home').submit(function() { var search_keywords = $('#search_keywords').val(); var country = $('#country').val(); if (country == undefined || country == '' || country.toLowerCase().indexOf('choose a country') != -1) { country = ''; } var city = $('#city').val(); if (city == undefined || city == '' || city.toLowerCase().indexOf('choose a city') != -1) { city = ''; } if (country !== '' || city !== '') { var sk = ''; if (country !== '') { sk += country; } if (city !== '') { if (country == '') { sk = city; } else { sk = city + ', ' + country; } } if (country !== '' && city == '') { var url = 'http://www.hostelworld.com/'; country = country.toLowerCase().replace(/[^A-Za-z0-9]/g,''); if (city !== '') { city = city.toLowerCase().replace(/[^A-Za-z0-9]/g,''); url += 'hostels/' + city + '/' + country; } else { url += 'countries/' + country + 'hostels.html'; } $('#search-home,#sb-search,#opsearch-home').attr('action', url); window.location = url; return false; } if (sk !== '') { $('#searchkeywords').val(sk); //$('#search_keywords').val(sk); //search_keywords = sk; } } // Don't let users search for blank strings or default homepage search keywords if (search_keywords == '' || search_keywords.toLowerCase().indexOf('search by city or hostel name') != -1 && (city == '' && country == '')) { alert("You must select a country, city or enter some search keywords!"); $('#search_keywords').val(default_keywords); $(".select-dropdowns div").addClass("medium-grey"); $('#search_keywords').parent().attr('class', 'normal'); return false; } }); $('#search_keywords').click(function() { search_keywords = $(this).val(); if (search_keywords == default_keywords) { $(this).val(''); } else { getSuggestions(); } //hide other drop down boxes $("#guests-select-wrap").hide(); $(".select-dropdowns div").addClass("medium-grey"); $(this).parent().attr('class', 'normal active'); $('#country').val(''); $('#city').val(''); $('#city').html(originalCityOptions); }); $('#search_keywords').blur(function() { search_keywords = $(this).val(); if (search_keywords == '') { $(this).val(default_keywords); } }); // populate countries list $.each(CountryList, function(val, text) { $('#country').append( $('').val(text).html(text) ); }); $('#country').click(function() { $('#search_keywords').parent().attr('class', 'normal'); $(".select-dropdowns div").removeClass("active medium-grey"); $('#search_keywords').val(default_keywords); }); // populate cities list var originalCityOptions = $('#city').html(); $('#country').change(function() { Cities = $(eval($(this).val().replace(/[^A-Za-z0-9]/g,'') + 'Array')); if ($('#city').length > 0) { $('#city').html(originalCityOptions); $.each(Cities, function(val, text) { $('#city').append( $('').val(text).html(text) ); }); } else { alert("We presently have no properties for the country " + $('#country').text()); $('#country').val(''); $('#city').val(''); } }); $('#city').click(function() { $('#search_keywords').parent().attr('class', 'normal'); }); if(jQuery().autocomplete) { $("#search_keywords").autocomplete( "http://www.hostelworld.com/index/suggestionslist", { getParamName:'search_keywords', delay:300, minChars:2, enableCaching:0, cacheLength:1, matchSubset:1, matchCase:0, matchContains:1, cacheLength:10, onItemSelect:selectItem, onFindValue:findValue, formatItem:formatItem, autoFill:false } ); } function findValue(li) { if( li == undefined || li == null) return false; var sValue = false; if( !!li.extra ) sValue = li.extra[0]; else sValue = li.selectValue; // set the property id hidden field if needed and ignore the headings if (sValue) { //c = String.fromCharCode(187); // '»' if (sValue == 'CITIES' || sValue == 'DISTRICTS' || sValue == 'COUNTRIES' || sValue == 'PROPERTIES') { $("#search_keywords").val(''); } else if (sValue.indexOf('»') !== -1) { // go to static fab if '»' found var x = sValue.indexOf('href="'); var y = sValue.lastIndexOf('"'); document.location = sValue.substr(x+6,y-x-6); $("#search_keywords").val(''); } else if (sValue.indexOf('all hostels') !== -1) { $("#search_keywords").val(''); document.location = 'http://www.hostelworld.com/hostels.php'; } else { propertyid = parseInt(sValue); if (propertyid > 0) { $('#search_propertyid').attr('value', propertyid); } else { $('#search_propertyid').val(''); } } } } function formatItem(row) { var val = row[0]; var key = row[1]; if (key == 'CITIES' || key == 'DISTRICTS' || key == 'COUNTRIES' || key == 'PROPERTIES') { // set the html for the list item headings if (key == 'CITIES') { val = 'Cities'; } else if (key == 'DISTRICTS') { val = 'City Districts'; } else if (key == 'COUNTRIES') { val = 'Countries'; } else if (key == 'PROPERTIES') { val = 'Places To Stay'; } } return val; } function selectItem(li) { findValue(li); } function getSuggestions(){ var oSuggest = $("#search_keywords")[0].autocompleter; var val = oSuggest.findValue(); return false; } $("#guests").click(function() { $("#guests-select-wrap").toggle(); $("#currency-select-wrap").hide(); }); $("#number_of_guests").click(function() { var guests = $("#number_of_guests option:selected").val(); if(guests > 9 || guests == '10+') { window.location = 'http://www.hostelworld.com/groups'; return true; } $("#guests").val(guests); $("#guests-select-wrap").hide(); }); $("#guests").change(function() { var guests = parseInt($("#guests").val()); if(guests > 9) { window.location = 'http://www.hostelworld.com/groups'; return true; } }); $("#currency").click(function(){ $("#currency-select-wrap").toggle(); }); $("#currency-select-wrap").click(function(){ var currency = $("#currency-select-wrap option:selected").text(); var currency_code = $("#currency-select-wrap option:selected").val(); $("#currency").val(currency); $("#currency_code").currency_code; $("#currency-select-wrap").toggle(); return false; }); Date.firstDayOfWeek = 1; Date.format = 'dd mmm yyyy'; $("#date_from,#date_to").datePicker({ clickInput:true }); // the max number of nights to take into account depends on the maxNightsBookable set for the property var max_days = 31 ; // set earliest checkin date mindate = new Date(); $('#date_from').dpSetStartDate(mindate.asString()); df = Date.fromString($('#date_from').val()); $('#date_to').dpSetStartDate(df.addDays(1).asString()); $('#date_to').dpSetEndDate(df.addDays(max_days - 1).asString()); $('#date_from').bind( 'dpClosed', function(e, selectedDates) { var d = selectedDates[0]; if (d) { d = new Date(d); $('#date_to').dpSetStartDate(d.addDays(1).asString()); // validate dates picked df = Date.fromString($('#date_from').val()); dt = Date.fromString($('#date_to').val()); // don't let departure date be less or equal to than arrival if (df.getTime() >= dt.getTime() || df.asString() == dt.asString()) { dt = df.addDays(1); $('#date_to').val(dt.asString()); $('#date_to').dpSetEndDate(df.addDays(max_days - 1).asString()); } else { // don't lset date to be > max days max_dt = df.addDays(max_days); if (max_dt.getTime() Newsletter Sign Up Sign Up Now Thank you for signing up to our newsletter! Subscribe To Our Feeds Hostelworld News Hostelworld Travel Info Hostelworld Press Hostelworld Mobile Mobile Site iPhone App Find Us On Join us on Facebook Follow us on Twitter Watch us on YouTube Check us out on myspace See our pictures on Flickr Serious Stuff About Us Hostel Sign Up Affiliate Program Tour Sign Up Travel Services FAQ Press Careers Sitemap Security & Privacy Terms & Legal Choose your Country English French German Italian Spanish CZECH Danish Dutch Finnish Hungarian Norwegian Polish Portugese Swedish Chinese Korean TradChinese Japanese Latvian Russian Lithuanian Slovak Slovenian Please give us your feedback var SubscribeFormId; $(function() { /** * not sure if they should go completely but on some pages they're not needed and the plugins * arent included so test for plugin */ if($.fn.selectbox) { $('.selectbox').selectbox(); } if($.fn.superfish) { $('#menu ul').superfish(); } $('.refine-mod h4').click(function(){ $(this).toggleClass('closed'); $(this).next().toggle(); }); // Event handler for Subscribe to Newsletter button [Footer] $("#nl-signup").click(function() { SubscribeFormId = 'nl-signup'; email = $("#" + SubscribeFormId + "-email").val(); name = $("#" + SubscribeFormId + "-name").val(); //all validation is done in the back if (validateNLForm(SubscribeFormId,email,name)){ $("#"+SubscribeFormId+"-form").hide(); $("#"+SubscribeFormId+"-loader").show(); $.ajax({ type: 'POST', url: '/index/subscribe', data: 'email=' + escape(email) + '&name=' + escape(name) + '&source=footer', success: handleFooterSubscribe }); } return false; }); // Event handler for Subscribe to Newsletter button [On Homepage] $("#nl-index").click(function() { SubscribeFormId = 'nl-index'; var email = $("#" + SubscribeFormId + "-email").val(); var name = $("#" + SubscribeFormId + "-name").val(); //all validation is done in the back if (validateNLForm(SubscribeFormId,email,name)){ $("#"+SubscribeFormId+"-form").hide(); $("#"+SubscribeFormId+"-loader").show(); $.ajax({ type: 'POST', url: '/index/subscribe', data: 'email=' + escape(email) + '&name=' + escape(name) + '&source=homepage', success: handleIndexSubscribe }); } return false; }); }); function validateNLForm(SubscribeFormId,email,name){ valid = true; if (!email || email=='Your email' || email=='Please fill a valid email address') { var input = $("#" + SubscribeFormId + "-email"); input.addClass('error'); input.val('Please fill a valid email address'); input.select(); valid = false; } if(!name || name=='Your first name' || name=='Please enter your first name'){ var input = $("#" + SubscribeFormId + "-name"); input.addClass('error'); input.val('Please enter your first name'); input.select(); valid = false; } console.log(valid); return valid; } function handleIndexSubscribe(data) { handleSubscribe(data,'nl-index'); } function handleFooterSubscribe(data) { handleSubscribe(data,'nl-signup'); } function handleSubscribe(data, SubscribeFormId) { $("#"+SubscribeFormId+"-loader").hide(); if (data.status == 'success') { $('#'+SubscribeFormId+'-success').show(); if(data.p){ $.fn.colorbox({href:'/index/prefcentre?p='+data.p, width:"800px", height:"690px", iframe:true, transition:"fade"}); } $('#'+SubscribeFormId+'-form').hide(); } else if (data.status == 'error') { $("#"+SubscribeFormId+"-form").show(); $('#'+SubscribeFormId+'-name').removeClass('error'); $('#'+SubscribeFormId+'-email').removeClass('error'); $('.'+SubscribeFormId+'-success').hide(); if(data.message == 'name is empty'){ $('#'+SubscribeFormId+'-name').addClass('error'); $('#'+SubscribeFormId+'-name').attr('value','Please enter your first name'); } if(data.message == 'email is empty'){ $('#'+SubscribeFormId+'-email').addClass('error'); $('#'+SubscribeFormId+'-email').attr('value','Please fill a valid email address'); } if(data.message == 'email is invalid'){ $('#'+SubscribeFormId+'-email').addClass('error'); $('#'+SubscribeFormId+'-email').attr('value','Please fill a valid email address'); $('#'+SubscribeFormId+'-email').select(); } } } Date.dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; Date.abbrDayNames = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']; Date.monthNames = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; //Date.abbrMonthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; // These don't get used (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
Book this hostel
Mycheap Hot Deals
Top Travel Deals
Flights
Flights U.S.
Flights International
Around The World
Private Jets
Hotels U.S.
Boston
California
Chicago
Florida
Las Vegas
New York City
Washington D.C.
More Deals ...
Home
»
Hostels
Search over 18,000 Hostels in over 168 Countries
Select a U.S. City
Aberdeen
Ahwahnee
Albany
Albuquerque
Anaheim
Anchorage
Antioch
Arroyo Seco
Asheville
Ashland
Atlanta
Austin
Baltimore
Bar Harbor
Bennington
Berkeley
Big Bear Lake
Bingen
Blue Hill
Bonifay
Boston
Branson
Breckenridge
Brigham City
Buena Park
Buffalo
Burbank
Cameron Park
Cape Cod
Carmel Valley
Catskill
Charleston
Chicago
Clermont
Clewiston
Columbus
Concord
Conway
Dallas
Davenport
De Pere
Death Valley
Denver
Detroit
Durango
Durham
El Paso
Elmhurst
Encinitas
Englewood
Estes Park
Eugene
Fairbanks
Fayetteville
Flagstaff
Florida City
Fort Lauderdale
Fort Myers
Fountain Hills
Fowler
Fullerton
Gilroy
Glenwood Springs
Gorham
Grants Pass
Great Falls
Hamilton
Hanalei
Hartford
Harvard
Hawaii's Big Island
Homer
Houston
Hyder
Indianapolis
Jamesport
Jersey City
Kennebunkport
Killington
Kissimmee
Klamath
Knoxville
Lackawaxen
Lafayette LA
Lake Tahoe
Las Vegas
Lincoln
Littleton
Logan
Los Angeles
Ludlow
Macon
Madison
Makaha
Mammoth Lakes
Mariposa
Martha's Vineyard
Martinez
Maryland
Maui
McCarthy
Miami
Middletown
Midpines
Milledgeville
Minerva
Minneapolis
Montara
Monterey
Montgomery
Morgantown
Mount Pleasant
Mt.Rainier
Murray
Nampa
Nantucket
Naples
Nashville
Nashville IN
New Orleans
New York
Newark
Newcastle
Newport RI
Newport WA
Newry
Niagara Falls
Norfolk
North Chelmsford
Northeast Harbor, ME
Oahu
Oakley
Orlando
Palm Beach
Palm Springs
Parthenon
Peru
Pescadero
Petersburg AK
Philadelphia
Phoenix
Pigeon Forge
Plattsburgh
Point Reyes Station
Portales
Portland
Poughkeepsie
Putney
Redding
Rehoboth
Roaring Spring
Round Rock
Rumney
Sacramento
Saint George
Salinas
Salmon
Salt Lake City
San Antonio
San Diego
San Francisco
San Jose
Santa Barbara
Santa Cruz
Santa Monica
Saranac Lake
Sarasota
Sausalito
Seaside CA
Seattle
Sedona
Seekonk
Silver Bay
South Carolina
South Lake Tahoe
St Augustine
St. Agatha
St. Petersburg
Talkeetna
Tampa
Tannersville
Timonium
Truth or Consequences
Tucson, AZ
Utica
Volcano
Washington DC
Wesley Chapel
West Yellowstone
Westerly RI
Wilkes-Barre
Williams
Williamsburg
Wilmington
Winter Haven
Winter Park-Fraser
Woburn
Yosemite
Select a Country
- A -
- B -
- C -
- D -
- E -
- F -
- G -
- H -
- I -
- J -
- K -
- L -
- M -
- N -
- O -
- P -
- Q -
- R -
- S -
- T -
- U -
- V -
- W -
- Z -