Core APIs
...
Google
Google Places & Maps

Posts

3min

Google Place Posts Results

DESKTOP TABLET MOBILE

Scale SERP parses the Place Posts results the place_posts_results array in the JSON output when the search_type=place_posts 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 Posts Results
Google Place Posts Results


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

JSON



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

Property

Type

Description

place_posts_results

array

An array of Place Post result objects, containing each of the Place Post results returned. The Place Post Result object has the following properties:

  • name
  • number
  • The name of the place post.



  • link
  • string
  • A link to the place post page.



  • image
  • string
  • An image URL to the place post image.



  • date
  • string
  • The raw date of the review.



  • title
  • string
  • The title text of the place post.



  • body
  • string
  • The body text of the place post, if shown.



  • position
  • number
  • The position of the place post in the place_posts_results array.


Next Steps      Google Place Posts Parameters

Updated 13 Aug 2024
Did this page help you?