Core APIs
...
Google
Google Places & Maps

Details

3min

Google Place Details Parameters

GET /search?search_type=place_details

The Google Place Details Parameters are applicable when making a request with search_type=place_details to retrieve place details for a Place. The Place is specified in the data_id parameter, data_id values are returned from search_type=places Places requests.

If the data_id is not available you may also request a place_details request using a data_cid (a standardised Google Place identifier you may already have access to). However, data_id is the recommended identifier to use.

Google Place Detail Results
Google Place Detail Results


For example, to request place detail results for a Place with data_id=0x87b7122bd8e99a89:0xf20c18461109b2c0 , the request would be:

HTTP
Curl
Node.js
Python
PHP



Google Place Details Parameters

The following parameters are available for all requests made when search_type=place_details .

Parameter

Required

Description

search_type

required

Should be set to search_type=place_details .

data_id

required

The data_id of the Place to retrieve place details for. data_id values are returned in Places requests .

Note that either a data_id or data_cid identifier must be supplied.

data_cid

required

The data_cid (a standard Google Place identifier) of the Place to retrieve place details for. data_cid values are returned in Places requests .

Note that either a data_id or data_cid identifier must be supplied.

hl

optional

The hl parameter determines the Google UI language to return results. View the full list of supported hl values here . Defaults to en .



Next Steps      Google Place Details Results

Updated 13 Aug 2024
Did this page help you?