Each request to backlinks_one_per_domain costs 10 rows.
Each result costs 2 rows.
Using 'offset' costs 5 rows.
Using 'where' costs 5 rows.
Using 'having' costs 5 rows.
| Column | Type | Where | Having | Description |
|---|---|---|---|---|
| url_from | string | + | + | URL of the page where the backlink is found. |
| url_to | string | + | + | URL of the page the backlink is pointing to. |
| ahrefs_rank | int | + | + | URL Rating of the referring page. |
| domain_rating | int | − | + | Domain Rating of the referring domain. |
| ip_from | string | + | + | IP address of the referring page. |
| links_internal | int | + | + | Number of internal links found in the referring page. |
| links_external | int | + | + | Number of external links found in the referring page. |
| page_size | int | + | + | Size of the referring page, in bytes. |
| encoding | string | + | + | Character encoding of the referring page, for example "utf8" or "iso-8859-1" (Latin-1). |
| title | string | + | + | Title of the referring page. |
| first_seen | date | + | + | Least recent date when the Ahrefs crawler was able to visit the backlink. |
| last_visited | date | + | + | Most recent date when the Ahrefs crawler was able to visit the backlink. |
| prev_visited | date | + | + | Second to the most recent date when the Ahrefs crawler was able to visit the backlink. |
| sitewide | boolean | + | + | Indicates whether the backlink appears in all pages of a single website, such as in a footer or header. |
| original | boolean | + | + | Indicates whether the backlink was present on the referring page when the Ahrefs crawler first visited it. |
| link_type | string | + | + | Either "href", "redirect", "frame", "form", "canonical", "rss", or "alternate". |
| redirect | int | + | + | For redirected links, the Redirect Code (3XX), zero otherwise. |
| nofollow | boolean | + | + | Indicates whether the backlink is NoFollow. |
| alt | string | + | + | Alternative text of the image backlink, if exists. |
| anchor | string | + | + | Anchor text of the backlink. |
| text_pre | string | + | + | Snippet before the anchor text. |
| text_post | string | + | + | Snippet after the anchor text. |
| total_backlinks | int | − | + | Total number of backlinks from this referring domain. |