get_connected_pages
Retrieve pages connected to a site by providing its URL, with pagination support via limit and offset parameters.
Instructions
Get a list of pages connected to the site.
Args: site_url: The URL of the site
Returns: List[ConnectedSite]: List of connected sites
Raises: BingWebmasterError: If connected pages cannot be retrieved
Returns at most limit rows (default 50, max 500). When the result reports
a next_offset, call again with offset=next_offset to get more rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of rows to return. | |
| offset | No | Index of the first row. | |
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |