get_url_links
Fetch inbound links pointing to a specific URL to analyze backlinks and referral traffic. Specify site URL and target link, with optional page number for paginated results.
Instructions
Retrieve inbound links for a specific URL.
Args: site_url: The URL of the site link: The specific URL to get inbound links for page: The page number of results to retrieve
Returns: LinkDetails: Details about inbound links
Raises: BingWebmasterError: If link details cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | ||
| page | No | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Details | Yes | ||
| TotalPages | Yes |