get_keyword
Retrieve keyword impression data for a specified period, country, and language. Get insights into search performance to inform your SEO strategy.
Instructions
Get keyword impressions for a selected period.
Args: query: The 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: Optional[Keyword]: Keyword impression data, or None if no data available
Raises: BingWebmasterError: If keyword data cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| country | Yes | ||
| end_date | Yes | ||
| language | Yes | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |