google_ads_keywords_suggest
Generate keyword ideas from seed terms using the Google Ads Keyword Planner API. Returns suggested keywords with average monthly searches, competition levels, and bid ranges. Use to discover advertising keywords.
Instructions
Generates new keyword ideas from seed terms using the Google Ads Keyword Planner API. Returns suggested keyword text, avg_monthly_searches, competition (LOW / MEDIUM / HIGH), top_of_page_bid_low_micros, and top_of_page_bid_high_micros. Read-only — produces ideas but does not add anything to the account. Use google_ads_keywords_add to materialize the ones you want.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| seed_keywords | Yes | Seed terms used to generate ideas. 1 to 20 terms; Google Ads treats them as topic anchors, not exact match. | |
| language_id | No | Google Ads language constant ID. Defaults to '1005' (Japanese). Common values: '1000' English, '1002' Spanish, '1003' Korean, '1017' Chinese (Simplified). | |
| geo_id | No | Google Ads geo target constant ID. Defaults to '2392' (Japan). Common values: '2840' United States, '2826' United Kingdom, '2276' Germany. |