get_children_url_info
Retrieve detailed information about child URLs under a specific parent URL from Bing Webmaster Tools. Use filters and pagination to manage results for site analysis and optimization.
Instructions
Retrieve information for child URLs of a specific URL.
Args: site_url: The URL of the site url: The parent URL to get child URL information for page: The page number of results to retrieve filter_properties: Properties to filter the results
Returns: List[UrlInfo]: List of URL information for child URLs
Raises: BingWebmasterError: If child URL information cannot be retrieved
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter_properties | No | ||
page | No | ||
self | Yes | ||
site_url | Yes | ||
url | Yes |