/skyscanner/stays/search
Search Skyscanner hotels for a destination (by place entity id) for a check-in/check-out date range, guest and room count. Returns ranked hotels with name, star rating, guest review score and count, the cheapest nightly and total price (with and without taxes and any discount), distance to a nearby landmark, full address, postcode, neighbourhood and exact coordinates, photos and a link to the hotel page. The destination is a Skyscanner place entity id (resolve it via the places autosuggest).
Price: 1 credit
💡 AI Hint: Search hotels for a destination entity_id over a checkin_date..checkout_date range for adults, children_ages and rooms. Returns ranked hotels with id, name, stars, review_score, review_count, review_label, rating_provider, image(s), price (cheapest per night), price_total, price_with_taxes, price_without_discount, discount_percentage, currency, distance, address, postcode, location_text (neighbourhood), latitude, longitude and url. Resolve entity_id via the places autosuggest.
⚠️ Common errors: 412: Destination not found or no hotels available for the given dates
Authorizations
API token from the dashboard
Headers
Body
Destination place entity id
^\d+$"27544008"
Check-in date
"2026-08-15"
Check-out date
"2026-08-16"
Max number of hotels to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Number of adult guests
1 <= x <= 16Ages of child guests (0-17)
Number of rooms
1 <= x <= 8Response
Successful Response