Get Related Keywords
get_related_keywordsRetrieve related keywords for a seed term with search volume, CPC, competition, and up to 48 months of trend data. Paginate through results until no more pages.
Instructions
Get all related keywords for a seed with metrics/history. Paginate until has_more=false; no total-result cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One-based result page number. | |
| seed | Yes | Seed keyword used to discover related search terms. | |
| force | No | When true, request a live refresh instead of relying only on cached data. | |
| language | No | Google Ads language ID or language code, for example 1000 or en. | |
| location | No | Google Ads geo target ID or ISO country code, for example 2840 or US. | |
| page_size | No | Number of results per page; maximum 1,000. | |
| history_months | No | Number of monthly history points to return, from 1 through 48. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Stable machine-readable error code. | |
| data | No | Keyword results. | |
| page | No | Current one-based page. | |
| error | No | Human-readable error when success is false. | |
| total | No | Total known matching results. | |
| success | Yes | Whether the request completed successfully. | |
| has_more | No | Whether another result page is available. | |
| next_page | No | Next page number, or null when complete. |