google_ads_keyword_ideas
Retrieve keyword suggestions with search volume, competition, and bid estimates by entering seed keywords or a webpage URL.
Instructions
Get keyword ideas from Google Ads Keyword Planner.
Generate keyword suggestions based on seed keywords or a webpage URL. Includes search volume, competition level, and bid estimates.
Args: customer_id: Google Ads customer ID (10 digits, no hyphens) seed_keywords: Comma-separated seed keywords (e.g., "running shoes,nike") page_url: Optional URL to extract keywords from location_ids: Comma-separated location criterion IDs (default: 2840 = US) language_id: Language criterion ID (default: 1000 = English) keyword_plan_network: Network - GOOGLE_SEARCH, GOOGLE_SEARCH_AND_PARTNERS, or YOUTUBE response_format: Output format (markdown or json)
Returns: Keyword ideas with metrics (search volume, competition, bids)
Example: google_ads_keyword_ideas( customer_id="1234567890", seed_keywords="running shoes,athletic footwear", location_ids="2840", # US language_id="1000" # English )
Common Location IDs: - 2840: United States - 2826: United Kingdom - 2124: Canada - 2036: Australia
Competition Levels: - LOW: Easy to rank for - MEDIUM: Moderate competition - HIGH: Very competitive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| seed_keywords | No | ||
| page_url | No | ||
| location_ids | No | 2840 | |
| language_id | No | 1000 | |
| keyword_plan_network | No | GOOGLE_SEARCH | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |