Get Google Ads Keyword Ideas
adsap_google_keyword_ideasGet keyword suggestions with search volume from Google Keyword Planner for a Google Search campaign. Seed with keywords and/or a landing-page URL; returns keyword ideas with average monthly searches, competition and top-of-page bid range (in the account's currency). Pass geo_target_ids (from adsap_google_search_geo_targets) and language_id so volumes match the campaign's targeting. Feed chosen texts into adsap_google_create_search_campaign ad_group.keywords. ad_account_id is the bare 10-digit Google Ads customer ID. Google-only — Meta has no keyword-planner analog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Landing-page URL to extract ideas from (http/https). Combines with keywords when both are given. | |
| keywords | No | Seed keywords, e.g. ['running shoes', 'trail sneakers']. Max 10. At least one of keywords/url is required. | |
| page_size | No | ||
| page_token | No | Pagination token from a previous call's meta.next_page_token. | |
| language_id | No | Language constant id (default 1000 = English). | 1000 |
| ad_account_id | Yes | Bare 10-digit Google Ads customer ID (from adsap_google_list_ad_accounts). No dashes, no act_ prefix. | |
| geo_target_ids | No | Geo target constant ids to scope volumes (from adsap_google_search_geo_targets). Max 10; omit for worldwide. |