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:51.762590+00:00",
"engine": "google",
"google_url": "https://www.google.com/complete/search?q=best%20coffee%20makers&client=maps_ac&gl=us&hl=en&ll=%4037.5407%2C-77.4360%2C12z"
},
"search_parameters": {
"engine": "google_maps_autocomplete",
"q": "best coffee makers",
"gl": "us",
"hl": "en"
},
"suggestions": [
]
}
GET
/v1/data/google/maps/autocomplete1 credit / run VerifiedMaps Autocomplete
Place and query suggestions for a prefix typed into the Maps search box.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Prefix to complete, e.g. 'coffee'. |
| Advanced filters | |||
| ll | string | no | Latitude,longitude to bias suggestions, e.g. '@40.7455,-74.0083,14z'. |
| 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) |