Location & Hotel Name Suggestions for Travel Search
Power hotel search UIs with real-time autocomplete suggestions from Google Hotels. Get destination cities, landmarks, and specific hotel properties as users type — with thumbnails, property tokens, and ready-to-use search links.
500 free credits/month · No credit card required
What you can build
Structured data for real applications. Here are some ideas.
Travel Search Bars
Build autocomplete dropdowns that suggest hotels and destinations as users type. Each suggestion includes a ready-to-use link to fetch full hotel search results.
Destination Discovery
Help users explore travel destinations by surfacing relevant cities, regions, and landmarks as they type partial queries in any language.
Hotel Name Resolution
Resolve partial hotel names to exact properties with unique identifiers, Knowledge Graph IDs, and property tokens for deeper lookups.
Multi-Language Support
Localize autocomplete suggestions for 50+ languages using language and country parameters. Build global travel search experiences.
Available endpoints
Everything you need in one API.
Autocomplete
/api/google-hotels/autocomplete
Get hotel and destination suggestions as users type
Try it now
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/google-hotels/autocomplete?q=Paris&type=all&hl=en&gl=us" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"suggestions": [
{
"position": 1,
"value": "paris hotel las vegas",
"type": "accommodation",
"location": "Las Vegas, NV",
"thumbnail": "https://lh3.googleusercontent.com/...",
"property_token": "ChgIgbj58O-AraJF...",
"scrappa_google_hotels_link": "https://scrappa.co/api/google-hotels/search?q=Las+Vegas..."
},
{
"position": 2,
"value": "Paris, France",
"type": "location",
"scrappa_google_hotels_link": "https://scrappa.co/api/google-hotels/search?q=Paris..."
}
],
"response_time_ms": 320
}
Key features
Frequently asked questions
What does the Google Hotels Autocomplete API return?
The API returns hotel and destination suggestions as users type, including location names, hotel names, suggestion type, thumbnails, property tokens, and ready-to-use search links when available.
Can I use it for a hotel search bar?
Yes. It is designed for travel search bars that need fast hotel, city, region, and landmark suggestions before sending users into a full hotel search workflow.
Does autocomplete support localization?
Yes. Language and country parameters can localize suggestions for global travel products and regional booking experiences.
How is this different from the Google Hotels API?
The autocomplete endpoint focuses on resolving user input into hotel and destination suggestions. The broader Google Hotels API covers search and price comparison workflows after a destination is selected.
Ready to get started?
Sign up and get 500 free credits. No credit card required.