Backlinks All
backlinksAllRetrieve and filter backlinks for any domain, host, or URL using rank, anchor, URL, and nofollow criteria. Sort by discovery date or link rank and cap results as needed.
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 |
|---|---|---|---|
| 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), 'domain_inlink_rank', or '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). |