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:20:17.570699+00:00",
"engine": "google",
"google_url": "https://www.google.com/maps/search/best+coffee+makers/@37.5407,-77.4360,12z?hl=en"
},
"search_parameters": {
"engine": "google_maps",
"q": "best coffee makers",
"gl": "us",
"hl": "en",
"type": "search",
"ll": "@37.5407,-77.4360,12z"
},
"local_results": [
],
"related_searches": [
]
}
GET
/v1/data/google/maps/search1 credit / run VerifiedMaps Search
Search places by query with name, coordinates, rating, reviews and address.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Place / business query, e.g. 'coffee shops seattle'. |
| 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) |
| ll | string | no | Latitude,longitude to center the search, e.g. '@47.6,-122.3,14z'. |
| num | integer | no | Max places to return. (default: 40) |
| page | integer | no | Page number (20 per page). (default: 1) |