---
title: "Get GBP search keywords"
method: GET
path: "/v1/analytics/googlebusiness/search-keywords"
tags: ["Analytics"]
---

# Get GBP search keywords

`GET /v1/analytics/googlebusiness/search-keywords`

Returns search keywords that triggered impressions for a Google Business Profile location.
Data is aggregated monthly. Keywords below a minimum impression threshold set by Google are excluded.
Max 18 months of historical data. Requires the Analytics add-on.

## Query parameters

- `accountId` string, required
- `startMonth` string
- `endMonth` string

## Response `200`

Search keywords with impression counts

- object
  - `success` boolean
  - `accountId` string
  - `platform` string
  - `monthRange` object
    - `startMonth` string
    - `endMonth` string
  - `keywords` object[]
    - `keyword` string
    - `impressions` integer
  - `note` string

## Other responses

- `400` — Invalid parameters
- `401` — Unauthorized
- `402` — Analytics access required. Legacy plans need the Analytics add-on; included by default on usage-based plans.
- `403` — Access denied

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/51932b099b2f/schema)
