get_deep_link_algo_urls
Retrieve algorithmically generated URLs with deep links from Bing Webmaster Tools for a given site. Use offset and limit to paginate through results.
Instructions
Get algo URLs with deep links. (Deprecated)
Args: site_url: The URL of the site
Returns: List[DeepLinkAlgoUrl]: List of algo URLs with deep links
Raises: BingWebmasterError: If algo URLs 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 |