google_maps_posts
Fetch promotions, announcements, and news posts from a Google Business Profile by providing its Maps data ID.
Instructions
Retrieves posts and updates published on a Google Business Profile listing, such as promotions, announcements, and news, given a Maps data_id. [Credits: Not explicitly stated on this page (see general Scrapingdog credit pricing).] Notes: data_id is obtained by first querying google_maps_search with the location name and reading the data_id (or posts_link) field of the desired result. Pagination is cursor-based via next_page_token. Returns: JSON with location_details {title, logo}, post_data array of {description, date, image, link}, and next_page_token (string, present when more pages are available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_id | Yes | The Google Maps data ID for the location, obtained from the google_maps_search endpoint (or its returned posts_link). | |
| next_page_token | No | Token used to fetch the next page of post results, taken from the previous response's next_page_token field. |