Backlinks Anchors
DATA_getBacklinksAnchorsRetrieve anchor texts of backlinks for any target domain, host, or URL. Sort results by number of backlinks or referring domains.
Instructions
Data Tool: Retrieves a list of anchor texts for backlinks pointing to the specified target, with sorting and limit options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Scope: 'domain' (incl. subdomains), 'host' (no subdomains), or 'url' (single URL). Default: host. | host |
| limit | No | Maximum number of results to return (1–10,000). Default: 100. | |
| output | No | Response format. Default: json. | json |
| target | Yes | Target to analyze: root domain, host (subdomain), or full URL. | |
| order_by | No | Sort field (descending): 'backlinks' = total backlinks using the anchor; 'refdomains' = total referring domains using the anchor. | backlinks |