Scrape detailed hostel information from Hostelworld.com including prices, ratings, facilities, room types, and location details. Perfect for travel agencies, market researchers, and price comparison services.
Extract comprehensive hostel data from Hostelworld.com, including detailed property information, pricing, ratings, facilities, and more.
Each result includes:
searchUrls
: Array of Hostelworld search URLs to scrapemaxItems
: Maximum number of items to scrape (optional)proxyConfiguration
: Proxy settings (optional)A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.hostelworld.com/pwa/wds/s?q=Tokyo,%20Japan&country=Tokyo&city=Tokyo&type=city&id=452&from=2025-03-04&to=2025-03-07&guests=2&page=1" 4 ], 5 "maxItems": 50 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.hostelworld.com/pwa/wds/s?q=Tokyo,%20Japan&country=Tokyo&city=Tokyo&type=city&id=452&from=2025-03-04&to=2025-03-07&guests=2&page=1", 4 "id": 265421, 5 "name": "UNPLAN Kagurazaka", 6 "starRating": 0, 7 "overallRating": { 8 "overall": 93, 9 "numberOfRatings": "1294" 10 }, 11 "ratingBreakdown": { 12 "ratingsCount": 68, 13 "security": 96, 14 "location": 92, 15 "staff": 95, 16 "fun": 84, 17 "clean": 96, 18 "facilities": 95, 19 "value": 91, 20 "average": 93 21 }, 22 "location": { 23 "latitude": 35.7050654, 24 "longitude": 139.7313228, 25 "address1": "23-1 Tenjin-cho", 26 "address2": "Shinjuku-ku", 27 "district": "Shinjuku City", 28 "districts": [ 29 "Shinjuku City" 30 ] 31 }, 32 "propertyInfo": { 33 "type": "HOSTEL", 34 "isNew": false, 35 "isPromoted": true, 36 "isFeatured": false, 37 "overview": "About UNPLAN Kagurazaka:\r\n\r\nLocated in the heart of Kagurazaka, our hostel brings to you a space where anyone can sit back and relax, whether you are new to, revisiting, or residing in Japan.\r\n\r\nLovers of travel, the overseas, and Japan.\r\nTo those who cherish once-in-a-lifetime encounters, and those who prefer “journeys” to “travel,” why not give the “UNPLAN” experience a try?\r\n\r\nAbout the Lounge:\r\nOur lounge on the 1st floor is open all day from 08:00. It is not restricted to our hostel guests, so anyone is welcome to come in and have a drink at our café. \r\nGather by UNPLAN: 8:00~18:00 (L.O. 17:30)\r\nKoyoino Parfait: 18:30~23:00 (L.O. 22:00)\r\n\r\n- About the Rooms:\r\nAt UNPLAN, we have four different types of rooms, including dormitories and private rooms. Our dormitory beds, while compact, pay attention to detail, providing the most comfortable sleeping experience even in a minimum amount of space. Our private rooms provide the same amount of comfort as your bedroom at home. Attached to these rooms are terraces with a view of the Tokyo Sky Tree.\r\n\r\n- Location\r\nKagurazaka station is conveniently located in the center of Tokyo taking you to:\r\n- 15 minutes to Tokyo Station\r\n- 20 minutes to Shinjuku\r\n- 18 minutes to Roppongi\r\n- 20 minutes to Shibuya and Harajuku\r\n- 20 minutes to Asakusa\r\n- 20 minutes to Ueno\r\n\r\nJR Iidabashi station is also in walking distance.\r\n\r\nLimited Offer from January 30 ~ February 28\r\nShuttle Service Between Narita Airport and UNPLAN \r\nURL : https://airport-shuttle.jp/pages/unplan-kagurazaka" 38 }, 39 "pricing": { 40 "lowestPricePerNight": { 41 "value": "229.70", 42 "currency": "CNY" 43 }, 44 "lowestPrivatePricePerNight": null, 45 "lowestDormPricePerNight": { 46 "value": "229.70", 47 "currency": "CNY" 48 }, 49 "lowestAveragePricePerNight": { 50 "value": "281.76", 51 "currency": "CNY", 52 "promotions": { 53 "promotionsIds": [ 54 10205 55 ], 56 "totalDiscount": "5.00" 57 }, 58 "original": "296.59" 59 } 60 }, 61 "rooms": { 62 "privates": [], 63 "dorms": [ 64 { 65 "id": 490167, 66 "name": "Basic 40 Bed Mixed Dorm", 67 "capacity": "40", 68 "type": "Mixed Dorm", 69 "ensuite": false, 70 "grade": "Basic", 71 "averagePrice": { 72 "value": "296.59", 73 "currency": "CNY" 74 } 75 } 76 ] 77 }, 78 "facilities": [ 79 { 80 "category": "Free", 81 "items": [ 82 "Free Breakfast", 83 "Free City Maps", 84 "Free WiFi", 85 "Free Internet Access", 86 "Free Luggage Storage" 87 ] 88 }, 89 { 90 "category": "General", 91 "items": [ 92 "Bicycle Parking", 93 "Adaptors" 94 ] 95 }, 96 { 97 "category": "Services", 98 "items": [ 99 "Luggage Storage", 100 "24 Hour Reception", 101 "Shuttle Bus", 102 "Reception (limited hours)" 103 ] 104 }, 105 { 106 "category": "Entertainment", 107 "items": [ 108 "Internet Access", 109 "Book Exchange", 110 "Board Games", 111 "Wi-Fi" 112 ] 113 }, 114 { 115 "category": "Food & Drinks", 116 "items": [ 117 "Restaurant", 118 "Bar", 119 "Meals Available", 120 "Vending Machines", 121 "Cafe", 122 "Tea & Coffee Making Facilities" 123 ] 124 }, 125 { 126 "category": "Laundry", 127 "items": [ 128 "Laundry Facilities", 129 "Dryer", 130 "Iron / Ironing Board", 131 "Washing Machine", 132 "Free Iron / Ironing Board" 133 ] 134 }, 135 { 136 "category": "Bedroom", 137 "items": [ 138 "Linen Included", 139 "Air Conditioning", 140 "Reading Light", 141 "Hair Dryers", 142 "Charging Plugs" 143 ] 144 }, 145 { 146 "category": "Available for a Fee", 147 "items": [ 148 "Towels for hire" 149 ] 150 }, 151 { 152 "category": "Social Areas", 153 "items": [ 154 "Common Room" 155 ] 156 }, 157 { 158 "category": "Accessibility", 159 "items": [ 160 "Elevator" 161 ] 162 }, 163 { 164 "category": "Wellness", 165 "items": [ 166 "Hot Showers" 167 ] 168 }, 169 { 170 "category": "Kitchen", 171 "items": [ 172 "Self-Catering Facilities", 173 "Cooker", 174 "Fridge/Freezer", 175 "Utensils", 176 "Microwave", 177 "Kettle", 178 "Pots and Pans", 179 "Sink", 180 "Toaster" 181 ] 182 }, 183 { 184 "category": "Outdoors", 185 "items": [ 186 "Outdoor Terrace", 187 "Rooftop" 188 ] 189 }, 190 { 191 "category": "Safety & Security", 192 "items": [ 193 "24 Hour Security", 194 "Safe Deposit Box", 195 "Fire Extinguishers", 196 "First Aid Kits", 197 "Smoke Alarms", 198 "Smoke Detector" 199 ] 200 } 201 ], 202 "cancellation": { 203 "freeCancellationAvailable": false, 204 "freeCancellationAvailableUntil": "2025-02-27T23:59:59+09:00", 205 "policy": { 206 "label": "Free Cancellation rates", 207 "description": "If you cancel your booking before ##FREECANCELLATIONBEFOREDATE## (##FREECANCELLATIONUNTILTZABBR##) your deposit will be refunded to your payment card. If you cancel after ##FREECANCELLATIONBEFOREDATE## (##FREECANCELLATIONUNTILTZABBR##) or in the event of a no-show, your deposit will not be refunded and the total of the first night's accommodation will be charged to your payment card, unless otherwise stated (see 'Things to Note' information). Please note that cancellations must be made directly within your booking in My Account." 208 } 209 } 210 }, 211 ... 212]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!