site | DynamicAccount | Yes | - | Select the site whose inbound links should be listed. |
url | string | No | - | Leave empty to get inbound link counts per page of your site (which pages have links and how many). Provide a specific page URL from your site to instead list the external URLs linking to that page with their anchor texts. |
filters | array of FilterItem | No | - | Additional filters to apply. The available fields depend on the mode: - Without url: Url (your page), Count (number of inbound links) - With url: Url (the linking external page), AnchorText Filters are combined using AND logic. If you want to use OR logic, use relevant operators like REGEXP_MATCH or IN_LIST. |
limit | integer | No | 1000 | Maximum number of rows to return. Default: 1000. |