Get Daily New and Lost Backlinks Count
DATA_getNewLostBacklinksCountRetrieve daily counts of newly found or lost backlinks for a specified target and date range. Monitor link profile changes over time.
Instructions
Data Tool: Returns a number of (newly) found or lost backlinks for every day within the specified date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Scope: 'domain' (incl. subdomains), 'host' (no subdomains), or 'url' (single URL). Default: host. | host |
| 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). | |
| 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', 'redirect', or empty (all). | |
| anchor_type | No | Anchor type: 'text', 'image', 'undefined', or empty (all). | |
| new_lost_type | No | Indicates whether to count 'new', 'lost', or both (empty). |