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": "Empty",
"created_at": "2026-08-18T09:22:58.360988+00:00",
"engine": "google",
"google_url": "https://www.google.com/maps/place/best+coffee+makers?hl=en"
},
"search_parameters": {
"engine": "google_maps_place",
"gl": "us",
"hl": "en",
"query": "best coffee makers"
},
"place": {
}
}
GET
/v1/data/google/maps/place1 credit / run VerifiedPlace Details
Full place details by place_id (or a name query): rating, reviews, address, phone, website, category, hours.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| Advanced filters | |||
| place_id | string | no | Google place_id / data_id. |
| query | string | no | Place name (used when place_id is not supplied). |
| 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) |