Get Total Referring Domains Count
DATA_getTotalRefDomainsCountRetrieve the count of unique referring domains for any target URL, domain, or host. Supports batch requests for multiple targets.
Instructions
Data Tool: Returns the number of unique domains linking to a target. Supports batch requests.
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. Can be a single string or an array. |