Skip to content
capzy
All sites
Data API

Google Data API

Search, news, patents and trends data from Google.

58endpointsRate Limit · recaptcha handled for you
google.comGET/google/adsGET/google/ads/tr…GET/google/ai-mod…{ } JSON
Example (captured live)
google.com
Example
JSON 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 Verified

Maps Autocomplete

Place and query suggestions for a prefix typed into the Maps search box.

Handled for you:Rate Limitrecaptcha
Parameters
NameTypeReqDescription
querystringyesPrefix to complete, e.g. 'coffee'.
Advanced filters
llstringnoLatitude,longitude to bias suggestions, e.g. '@40.7455,-74.0083,14z'.
glstringnoTwo-letter country code, e.g. us, gb, de. (default: us)
hlstringnoUI language, e.g. en, es, fr. (default: en)