get_url_info
Retrieve detailed URL information for your Bing Webmaster Tools site. Provide the site and specific URL to get index status, crawl data, and more.
Instructions
Retrieve detailed information for a specific URL.
Args: site_url: The URL of the site url: The specific URL to get information for
Returns: UrlInfo: Detailed information about the URL
Raises: BingWebmasterError: If URL information cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Url | Yes | ||
| IsPage | Yes | ||
| __type | Yes | ||
| HttpStatus | Yes | ||
| AnchorCount | Yes | ||
| DocumentSize | Yes | ||
| DiscoveryDate | Yes | ||
| LastCrawledDate | Yes | ||
| TotalChildUrlCount | Yes |