get_children_url_info
Retrieve detailed information for child URLs of a parent URL to analyze site structure and crawl data.
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 |
|---|---|---|---|
| url | Yes | ||
| page | No | ||
| site_url | Yes | ||
| filter_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |