Backlink lookup
backlinksRetrieve referring domains for any target domain from the Common Crawl webgraph. Returns each linking domain with host count and authority score.
Instructions
Look 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 |
|---|---|---|---|
| domain | Yes | Target domain, e.g. 'stripe.com'. | |
| limit | No | Max rows (1..10000, default 1000). | |
| sort | No | 'authority' (default) or 'hosts'. | |
| release_id | No | Common Crawl release id (defaults to latest; see the releases tool). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| release_id | Yes | ||
| release_label | Yes | ||
| total_linking_domains | Yes | ||
| returned | Yes | ||
| cg_authority | Yes | ||
| cg_rank | Yes | ||
| results | Yes |