ConsoleCatalog
Sign in
Booking logo

Booking

booking.comTravelno auth

Booking.com - hotel search by destination and dates with location resolution.

Hotel Location Search

ASYNCREADNo auth

Returns dest_id and dest_type for a free-text location such as a city, country, airport, or landmark.

ParametersFormJSON

Any location text - city, country, airport, or landmark (e.g. "bangkok", "JFK")

Max results to return

Language/locale for labels

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "bk_location_search",
    "params": {
      "query": "bangkok"
    }
  }'