UnifyAPI
← Back to catalog

hotels.search

mock data$0.010 / call

Hotel Search

Find available hotels in a city for given check-in/out dates.

Travelprovider: Skyscanner#travel#hotels

Input schema

cityrequired
string
checkInrequired

YYYY-MM-DD

string
checkOutrequired

YYYY-MM-DD

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/hotels.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"city":"<city>","checkIn":"<checkIn>","checkOut":"<checkOut>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.