/hostelworld/properties/search
Search Hostelworld properties (hostels, hotels, B&Bs) in a city. Returns property cards with name, type, description, address, district, city, coordinates, distance from the city centre, star rating, guest rating breakdown, review count, facilities by category, photos and the lowest nightly prices. Provide a check-in date to get live nightly prices.
Price: 1 credit
💡 AI Hint: Search Hostelworld properties in a city. city is a city name or a numeric Hostelworld city id (‘London’, ‘Bangkok’, ‘3’); check_in (YYYY-MM-DD), nights, guests and currency drive live nightly prices (omit check_in for listings without prices). Each result has id, url, name, property_type (HOSTEL/HOTEL/BED_AND_BREAKFAST), description, star_rating, is_new, is_featured, is_promoted, is_very_popular, is_hostelworld_recommended, has_free_cancellation, sustainability_levels, address, district, districts, city (id, name, country), country, latitude, longitude, distance_from_center, distance_unit, review_count, rating (overall, value, security, location, staff, atmosphere, cleanliness, facilities), currency, lowest_price_per_night, lowest_dorm_price_per_night, lowest_private_price_per_night, promotions (id, type, name, discount, stack), images and facilities (name, facilities).
⚠️ Common errors: 412: City not found (no Hostelworld city matches the given name)
Authorizations
API token from the dashboard
Headers
Body
City to search hostels in: a city name or a Hostelworld numeric city id
1"London"
"Berlin"
"Bangkok"
"3"
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Check-in date (YYYY-MM-DD) to return live nightly prices. Omit for listings without prices
^\d{4}-\d{2}-\d{2}$"2026-08-15"
Number of nights for the stay
x >= 1Number of guests
x >= 1Currency for nightly prices
3Response
Successful Response