get_related_keywords
Retrieve impressions for keywords related to a base query within a specified country, language, and date range. Discover keyword opportunities and analyze traffic trends.
Instructions
Get keyword impressions for related keywords in the selected period.
Args: query: The base keyword query country: The country code language: The language code start_date: The start date of the period end_date: The end date of the period
Returns: List[Keyword]: List of related keywords and their impression data
Raises: BingWebmasterError: If related keywords cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| query | Yes | ||
| country | Yes | ||
| language | Yes | ||
| start_date | Yes | ||
| end_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |