Backlinks All
DATA_getAllBacklinksRetrieve a comprehensive list of backlinks for any target domain, host, or URL with advanced filtering and sorting options to analyze link profiles.
Instructions
Data Tool: Retrieves a comprehensive list of backlinks for the specified target, with extensive filtering and sorting 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 | Max 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: 'date_found' (most recent first), 'first.domain_inlink_rank', or 'first.inlink_rank'. | date_found |
| per_domain | No | Number of backlinks per referring domain to return. If omitted, returns all backlinks (may exceed 100). | |
| anchor_filter | No | Substring to filter 'anchor' by (ASCII, max 2063 chars). | |
| url_to_filter | No | Substring to filter 'url_to' by (ASCII, max 2063 chars). | |
| inlink_rank_to | No | Max InLink Rank filter (0–100). | |
| nofollow_filter | No | Backlink type filter: 'nofollow_only' or 'dofollow_only'. If omitted, returns all. | |
| url_from_filter | No | Substring to filter 'url_from' by (ASCII, max 2063 chars). | |
| inlink_rank_from | No | Min InLink Rank filter (0–100). | |
| anchor_filter_mode | No | How to match 'anchor_filter'. Default: contains. | contains |
| url_to_filter_mode | No | How to match 'url_to_filter'. Default: contains. | contains |
| url_from_filter_mode | No | How to match 'url_from_filter'. Default: contains. | contains |
| domain_inlink_rank_to | No | Max Domain InLink Rank filter (0–100). | |
| domain_inlink_rank_from | No | Min Domain InLink Rank filter (0–100). |