All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:22:13.286212+00:00",
"engine": "google",
"google_url": "https://www.google.com/_/TravelFrontendUi/data/travel.frontend.hotels.HotelsFrontendService/GetLocationSuggestions?hl=en&gl=us&curr=USD&q=best+coffee+makers"
},
"search_parameters": {
"engine": "google_hotels_autocomplete",
"q": "best coffee makers",
"gl": "us",
"hl": "en"
},
"suggestions": [
]
}
GET
/v1/data/google/hotels/autocomplete1 credit / run VerifiedHotels Autocomplete
Destination and property suggestions for a partial Hotels query, with the location and identifiers for each suggestion.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | yes | Partial query to complete, e.g. 'new york hot'. |
| Advanced filters | |||
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |
| currency | string | no | Currency code, e.g. USD, EUR. (default: USD) |