Core APIs
...
Google
Google Places & Maps
Posts
3min
google place posts results desktop desktop tablet mobile serpwow 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 https //docs trajectdata com/serpwow/search api/searches/google/places below is an example of how the place posts are represented in the serpwow result json { "request info" { "success" true, "credits used" 1, "credits used this request" 1, "credits remaining" 19999, "credits reset at" "2021 01 01t00 00 00 000z" }, "search metadata" { "created at" "2021 01 01t00 00 00 000z", "processed at" "2021 01 01t00 00 00 000z", "total time taken" 1 5, "engine url" "https //www google com/local/place/posts/catalog?hl=en\&ludocid=17441342146111713984", "html url" "https //api serpwow\ com/live/search?api key=apikey\&search type=place posts\&data id=0x87b7122bd8e99a89 0xf20c18461109b2c0\&output=html", "json url" "https //api serpwow\ com/live/search?api key=apikey\&search type=place posts\&data id=0x87b7122bd8e99a89 0xf20c18461109b2c0\&output=json" }, "search parameters" { "search type" "place posts", "data id" "0x87b7122bd8e99a89 0xf20c18461109b2c0", "engine" "google" }, "search information" { "original query yields zero results" false }, "place posts results" \[ { "image" "https //lh3 googleusercontent com/geougc/af1qipmcwifvb4efvdq komirspj1 sqzxtur5nvunyh=h305 no", "link" "https //search google com/local/posts?q=doenges+ford\&ludocid=17441342146111713984\&lpsid=cihm0ogkeicagickuv sxge\&source=sh/x/localposts\&lsig=ab86z5xe sdwgnkcxtruooaton2h", "date" "apr 2, 2021", "title" "doenges ford on google", "body" "have you ever played ball at bill doenges memorial stadium?\nwe want to see your pictures and hear your stories!", "position" 1 } ] } serpwow 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 https //docs trajectdata com/serpwow/search api/searches/google/place posts