List New and Lost Backlinks
DATA_listNewLostBacklinksRetrieve newly found or lost backlinks for a target domain, host, or URL within a custom date range. Filter by link type, anchor type, or dofollow status to analyze link profile changes.
Instructions
Data Tool: Returns a list of backlinks (newly) found or lost within the specified date range for the specified target.
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 (1-10,000). Default: 100. | |
| output | No | Response format. Default: json. | json |
| target | Yes | Target to analyze: root domain, host (subdomain), or URL. | |
| date_to | No | End date in YYYY-MM-DD format (inclusive). Default: today. | |
| dofollow | No | Attribute: 'dofollow', 'nofollow', 'undefined', or empty (all). | |
| order_by | No | Sort by: 'new_lost_date' (recency), 'domain_inlink_rank', or 'inlink_rank'. | new_lost_date |
| url_from | No | Filter by referring page URL (domain/subdomain). | |
| date_from | No | Start date in YYYY-MM-DD format (inclusive). Default: yesterday. | |
| link_type | No | Type: 'href' (standard), 'redirect', or empty (all). | |
| anchor_type | No | Anchor type: 'text', 'image', 'undefined', or empty (all). | |
| new_lost_type | No | Filter: 'new', 'lost', or empty (both). |