Backlink lookup
backlinksLook up referring domains (backlinks) for a single target domain from the Common Crawl webgraph. Returns each linking domain with host count and CrawlGraph authority score, plus the target's own authority/rank. Costs one backlinks call against the monthly quota (1,000/mo on lifetime).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'authority' (default) or 'hosts'. | |
| limit | No | Max rows (1..10000, default 1000). | |
| domain | Yes | Target domain, e.g. 'stripe.com'. | |
| release_id | No | Common Crawl release id (defaults to latest; see the releases tool). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| cg_rank | Yes | ||
| results | Yes | ||
| returned | Yes | ||
| release_id | Yes | ||
| cg_authority | Yes | ||
| release_label | Yes | ||
| total_linking_domains | Yes |