Backlinks All
backlinksAllFetch backlinks to a target domain, host, or URL with filters for rank, anchor, URL, and nofollow status. Sort results by date or link rank.
Instructions
Fetch backlinks pointing to a single target with sorting, limits, rank filters, URL/anchor filters, and nofollow filter (v1/backlinks/all)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target to analyze: root domain, host (subdomain), or full URL. | |
| 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. | |
| per_domain | No | Number of backlinks per referring domain to return. If omitted, returns all backlinks (may exceed 100). | |
| output | No | Response format. Default: json. | json |
| order_by | No | Sort field: 'date_found' (most recent first), 'domain_inlink_rank', or 'inlink_rank'. | date_found |
| inlink_rank_from | No | Min InLink Rank filter (0–100). | |
| inlink_rank_to | No | Max InLink Rank filter (0–100). | |
| domain_inlink_rank_from | No | Min Domain InLink Rank filter (0–100). | |
| domain_inlink_rank_to | No | Max Domain InLink Rank filter (0–100). | |
| url_from_filter | No | Substring to filter 'url_from' by (ASCII, max 2063 chars). | |
| url_from_filter_mode | No | How to match 'url_from_filter'. Default: contains. | contains |
| url_to_filter | No | Substring to filter 'url_to' by (ASCII, max 2063 chars). | |
| url_to_filter_mode | No | How to match 'url_to_filter'. Default: contains. | contains |
| anchor_filter | No | Substring to filter 'anchor' by (ASCII, max 2063 chars). | |
| anchor_filter_mode | No | How to match 'anchor_filter'. Default: contains. | contains |
| nofollow_filter | No | Backlink type filter: 'nofollow_only' or 'dofollow_only'. If omitted, returns all. |