Monthly search keywords
list_search_keyword_impressionsFind the search keywords that surfaced a business on Google for each month in a range, with impression counts. Provides exact counts or thresholds for low-volume keywords.
Instructions
Returns the search keywords that surfaced the business on Google, month by month. Response: searchKeywordsCounts[] of {searchKeyword, insightsValue} — insightsValue is a UNION: either an exact {value} or a {threshold} for low-volume keywords (the true count is below it; never sum thresholds as exact counts). Months are calendar months; data for the current month appears with a lag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endMonth | Yes | Last month (inclusive), e.g. 2026-06. | |
| pageSize | No | Keywords per page (1..100; default 100). | |
| pageToken | No | nextPageToken from the previous page. | |
| locationId | Yes | Location id from list_locations (the unobfuscated listing id; locations/123 also works). | |
| startMonth | Yes | First month (inclusive), e.g. 2026-01. |