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:03.256725+00:00",
"engine": "google",
"google_url": "https://www.google.com/_/TravelFrontendUi/data/travel.frontend.flights.FlightsFrontendService/GetLocationSuggestions?hl=en&gl=us&q=best+coffee+makers"
},
"search_parameters": {
"engine": "google_flights_autocomplete",
"q": "best coffee makers",
"gl": "us",
"hl": "en"
},
"suggestions": [
]
}
GET
/v1/data/google/flights/autocomplete1 credit / run VerifiedFlights Autocomplete
Airport and city suggestions for a partial Flights query, with the airports that back each suggested location.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | yes | Partial query to complete, e.g. 'new yor'. |
| 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) |
| exclude_regions | boolean | no | Set true to drop region-level locations from the results. (default: false) |