Posts
3 min
Google Place Posts Results
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.

Google Place Posts Results
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:
|
Next Steps Google Place Posts Parameters