google-search.url_traffic_insights
Get Google keyword traffic insights and related keyword suggestions for a URL.
Returns an array of keyword suggestions. Each item includes text, monthly search volume, competition_level, competition_index, low_bid, high_bid, and trend.
Required: url and language (for example en). Optional: location (for example US) for country-specific data; omit location for global results (default). Optional: min_search_volume (default 0) and intent (informational, navigational, commercial, or transactional).
Cost = 20 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http or https URL to get traffic insights and suggestions for. | |
| intent | No | Filter by search intent: informational, navigational, commercial, or transactional. | |
| 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 URL 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. |