google_maps_posts: GET /
hasdata_google_maps_posts_getMapPostsFetch paginated Google Maps posts for a place by ID to monitor offers, events, and announcements from local merchants, supporting language targeting for competitor tracking and small-business intelligence.
Instructions
Get Map Posts
Paginated fetch of Google Maps Posts (timeline-style updates such as offers, events, announcements, and notices) for a place by dataId or placeId, with language targeting and nextPageToken pagination. Returns per-post title, description, image, posted_at, link, and source/business name. Use for small-business intelligence, local-marketing monitoring, competitor activity tracking, and surfacing current promotions and events from local merchants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hl | No | The two-letter language code for the language you want to use for the search. Provide one exact documented value (159 allowed), e.g. `af`, `ak`. | |
| dataId | No | Google Maps data ID. | |
| placeId | No | Unique reference to a place on a Google Map. Either dataId or placeId should be set. | |
| nextPageToken | No | Defines the next page token. It is used for retrieving the next page results. |