google-search.keyword_traffic_insights
Get Google keyword traffic insights and related keyword suggestions for a seed keyword.
Returns an array of keyword suggestions. Each item includes text, monthly search volume, competition_level, competition_index, low_bid, high_bid, and trend.
Required: keyword and language (for example en). Optional: location (for example US) for country-specific data; omit location for global results (default). Optional: mode (exact or all, default all), min_search_volume (default 0), and intent (informational, navigational, commercial, or transactional).
Cost = 20 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Keyword suggestion filter: exact returns only suggestions that exactly match the seed keyword; all returns all suggestions (default). | all |
| intent | No | Filter by search intent: informational, navigational, commercial, or transactional. | |
| keyword | Yes | Seed keyword to get traffic insights and suggestions for. | |
| language | Yes | Language code for the search market (for example en). | |
| location | No | Optional country or region code for localized traffic (for example US). Omit for global keyword insights. | |
| min_search_volume | No | Minimum monthly search volume; only keywords at or above this threshold are returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword_suggestions | No | Keyword suggestions with traffic and competition metrics. |