Core APIs
...
Google
Google Places & Maps

Details

3min

Google Place Details Results

DESKTOP TABLET MOBILE

Scale SERP parses Place Details into the place_details object in the JSON output when the search_type=place_details request parameter is set and the data_id request parameter is set to a valid data_id as-returned by a search_type=places Places requests.

Google Place Details Results
Google Place Details Results


Below is an example of how the Place Details are represented in the Scale SERP result JSON:

JSON



Scale SERP returns the following properties for search_type=place_details requests:

Property

Type

Description

place_details

object

The Place Details object has the following properties:

  • title
  • number
  • The title of the place.



  • type
  • string
  • A type of the place.



  • category
  • string
  • A category of the place.



  • website
  • string
  • A website URL of the place, if shown.



  • description
  • string
  • A description of the place.



  • address
  • string
  • A address of the place.



  • phone
  • string
  • A phone number of the place.



  • rating
  • number
  • The customer rating of the place, out of 5.



  • reviews
  • number
  • The number of customer reviews the place has received.



  • unclaimed
  • boolean
  • Setto true when the Google My Business listing shown in the place result has not been "claimed" by the owner.



  • hours
  • array
  • An array of objects representing the opening hours of the Place. Each object contains a name and value string property.



  • opening_hours
  • array
  • An array of objects representing the opening hours of the Place in a more extensively parsed form.



  • people_also_search_for
  • array
  • An array of objects from the 'people also search for' section. Each object contains a name and category string property.



  • menu
  • array
  • An array of objects representing the available menus of the Place. Each object contains a text and link string property.



  • reservations
  • array
  • An array of objects representing the reservation links for Place. Each object contains a text and link string property.



  • order
  • array
  • An array of objects representing the ordering links for Place. Each object contains a text and link string property.



  • order_food
  • array
  • An array of objects representing the specific food-ordering links for Place. Each object contains a text and link string property.



  • known_attributes
  • array
  • Known Attributes Array An array of objects containing the known attributes shown on the place details page.
    • 
      1. attribute
      2. string
      3. The attribute name of the known attribute.
    • 
      1. value
      2. object
      3. An object containing a name and optional link property showing the value of the known attribute.
    • 
      1. name
      2. string
      3. The name of the known attribute.
    • 
      1. link
      2. string
      3. The link of the known attribute.
    • 
      1. value
      2. string
      3. The value of the known attribute.


Next Steps      Google Place Details Parameters

Updated 13 Aug 2024
Did this page help you?