Booking Scraper
/booking/hotels/autocompleteAutocomplete
Get Booking.com location suggestions for a partial query. Each suggestion carries the dest_id + dest_type the search endpoint accepts directly, plus coordinates, hotel/home counts and a thumbnail.
QUERY PARAMS
Partial location name to complete (city, district, region, country, landmark, airport or hotel).
Example: new york
Booking language code — sets the response language. Defaults to en-us.
{
"query": "new york",
"locale": "en-us",
"count": 10,
"results": [
{
"dest_id": "20088325",
"dest_type": "city",
"name": "New York",
"label": "New York, New York, United States",
"region": "New York, United States",
"country_code": "us",
"latitude": 40.768074,
"longitude": -73.981895,
"nr_hotels": 3359,
"nr_homes": 527,
"image": "https://cf.bstatic.com/xdata/images/city/square150/977436.jpg?k=ee0baaf82d482fae02bcb8dda25be1abff1da43d187bbb26ae6b2f3c9b5f4e61&o="
},
{
"dest_id": "929",
"dest_type": "district",
"name": "Manhattan",
"label": "Manhattan, New York, New York, United States",
"region": "New York, New York, United States",
"country_code": "us",
"latitude": 40.776115,
"longitude": -73.970894,
"nr_hotels": 1238,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/district/square150/57691.jpg?k=de3390bd7f9a501b600f4954a39cb97aefe8ea5acaf438d75d689219a94fe981&o="
},
{
"dest_id": "1174",
"dest_type": "district",
"name": "Times Square",
"label": "Times Square, New York, New York, United States",
"region": "New York, New York, United States",
"country_code": "us",
"latitude": 40.756725,
"longitude": -73.9872,
"nr_hotels": 140,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/district/square150/59903.jpg?k=e8fc2c7fe9fd32006e68f6895cb179f48072fbc5a61d401a4f2920be1c3c645e&o="
},
{
"dest_id": "2306",
"dest_type": "district",
"name": "Central New York City",
"label": "Central New York City, New York, New York, United States",
"region": "New York, New York, United States",
"country_code": "us",
"latitude": 40.75959,
"longitude": -73.98491,
"nr_hotels": 393,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/district/square150/58190.jpg?k=066d639c26bd3662c5249f6ce7352a84f947059064a3453305139b81ee04899a&o="
},
{
"dest_id": "973",
"dest_type": "district",
"name": "New York Central Park",
"label": "New York Central Park, New York, New York, United States",
"region": "New York, New York, United States",
"country_code": "us",
"latitude": 40.78202,
"longitude": -73.96583,
"nr_hotels": 71,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/district/square150/58116.jpg?k=92f3bf48fbd03690a8b90607a15a90d85a56fd1734244bae00f304082d56a57d&o="
},
{
"dest_id": "56276",
"dest_type": "hotel",
"name": "New Yorker by Lotte Hotels",
"label": "New Yorker by Lotte Hotels, New York, New York, United States",
"region": "New York, New York, United States",
"country_code": "us",
"latitude": 40.75263,
"longitude": -73.993355,
"nr_hotels": 1,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/hotel/square150/693831400.jpg?k=8867f5c06f757992dffb79ca4e60d54ae224bc3db6c426f3f02362d1d3ae5fb1&o="
},
{
"dest_id": "900053087",
"dest_type": "landmark",
"name": "MetLife Stadium (New York New Jersey Stadium)",
"label": "MetLife Stadium (New York New Jersey Stadium), East Rutherford, New Jersey, United States",
"region": "East Rutherford, New Jersey, United States",
"country_code": "us",
"latitude": 40.81352,
"longitude": -74.07438,
"nr_hotels": 92,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/landmark/square150/229786.jpg?k=c21d97ea18673a954ebfe30b0db00afc7170c52a7b806ecd79963db847ee25a7&o="
},
{
"dest_id": "1397916",
"dest_type": "hotel",
"name": "Riu Plaza New York Times Square",
"label": "Riu Plaza New York Times Square, New York, New York, United States",
"region": "New York, New York, United States",
"country_code": "us",
"latitude": 40.760246,
"longitude": -73.98844,
"nr_hotels": 1,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/hotel/square150/178773353.jpg?k=9bd0190ff5a25ce00dac63185dbcb92565380b03e40711f2a243c33cff6ffd87&o="
},
{
"dest_id": "2380425",
"dest_type": "hotel",
"name": "YOTEL New York Times Square",
"label": "YOTEL New York Times Square, New York, New York, United States",
"region": "New York, New York, United States",
"country_code": "us",
"latitude": 40.759155,
"longitude": -73.99545,
"nr_hotels": 1,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/hotel/square150/341654551.jpg?k=cffdc699c514b4afe52de9e0a5556118e7f63d1e7bddf59189bd10301b661b69&o="
},
{
"dest_id": "55890",
"dest_type": "hotel",
"name": "New York Hilton Midtown",
"label": "New York Hilton Midtown, New York, New York, United States",
"region": "New York, New York, United States",
"country_code": "us",
"latitude": 40.762146,
"longitude": -73.979034,
"nr_hotels": 1,
"nr_homes": 0,
"image": "https://cf.bstatic.com/xdata/images/hotel/square150/690719098.jpg?k=771b0991cc13c140b8aff6d6f1df432ce6a94c5f77883c9035d68f498dae322a&o="
}
]
}