get_google_ads_keyword_metrics
Get average monthly search volume, competition level, and top-of-page bid ranges for a SPECIFIC list of keywords, with no expansion into related terms. Use this when the user already has keywords in mind and wants them sized: "how much traffic are these worth?". For discovering new keywords instead, use get_google_ads_keyword_ideas. Requires Google Ads to be connected and an Ads account selected. Direct the user to rankparse.com/dashboard/integrations. Returns search volume and competition data, NOT keyword rankings; use the Google Search Console tools for ranking and position data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | The exact keywords to look up, e.g. ["seo api", "rank tracker"]. Max 200 per call; extras are dropped and reported via the "truncated" flag. | |
| language | No | Language resource name, default "languageConstants/1000" (English) | |
| geo_target_constants | No | Location resource names, default ["geoTargetConstants/2840"] (United States). Max 10. | |
| keyword_plan_network | No | Search network to estimate against (default GOOGLE_SEARCH) |