get_url_traffic_info
Retrieve traffic details for a specific page by providing site URL and page URL. Get URL traffic metrics directly from Bing Webmaster Tools.
Instructions
Get traffic details for a single page.
Args: site_url: The URL of the site url: The specific URL to get traffic info for
Returns: UrlTrafficInfo: Traffic information for the URL
Raises: BingWebmasterError: If traffic information cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Url | Yes | ||
| Clicks | Yes | ||
| IsPage | Yes | ||
| __type | Yes | ||
| Impressions | Yes |