get_query_page_stats
Retrieve detailed traffic statistics for pages matching a specific search query to analyze page performance.
Instructions
Get detailed traffic statistics for pages matching a specific query.
Args: site_url: The URL of the site query: The search query to get statistics for
Returns: List[QueryStats]: List of page statistics for the query
Raises: BingWebmasterError: If statistics cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |