Each request to backlinks_new_lost_counters costs 1 row.
Each result costs 1 row.
Using 'offset' costs 5 rows.
Using 'where' costs 5 rows.
Using 'having' costs 5 rows.
| Column | Type | Where | Having | Description |
|---|---|---|---|---|
| date | date | + | + | Date the backlink was tagged as New or Lost |
| type | string | + | − | Indicates whether the backlink is New or Lost. |
| ahrefs_rank | int | + | − | URL Rating of the referring page. |
| domain_rating | int | + | − | Domain Rating of the referring domain. |
| url_from | string | + | − | URL of the page where the backlink is found |
| url_to | string | + | + | URL of the page the backlink is pointing to. |
| links_internal | int | + | − | Number of internal links found in the referring page. |
| links_external | int | + | − | Number of external links found in the referring page. |
| encoding | string | + | − | Character encoding of the referring page, for example "utf8" or "iso-8859-1" (Latin-1). |
| http_code | int | + | − | HTTP code that was last returned for the referring page. |
| title | string | + | − | Title of the referring page. |
| origin | string | + | − | Either "fresh", "drop", or "recrawl". |
| 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 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. |
| new | int | − | + | Total number of new backlinks found on the referring pages. |
| lost | int | − | + | Total number of backlinks removed from the referring pages. |
| new_total | int | − | + | Total number of new backlinks found on the referring pages. |
| lost_total | int | − | + | Total number of backlinks removed from the referring pages. |
<?xml version="1.0" encoding="UTF-8"?>
<AhrefsApiResponse>
<counts>
<count>
<date>
2013-11-01
</date>
<url_to>
https://ahrefs.com/site-explorer/overview/subdomains/bitcoin.org
</url_to>
<new>
37
</new>
<lost>
0
</lost>
<new_total>
37
</new_total>
<lost_total>
0
</lost_total>
</count>
<count>
<date>
2013-10-27
</date>
<url_to>
https://ahrefs.com/news/ahrefs-close-keywords-analysis
</url_to>
<new>
21
</new>
<lost>
0
</lost>
<new_total>
21
</new_total>
<lost_total>
0
</lost_total>
</count>
<count>
<date>
2013-10-27
</date>
<url_to>
https://ahrefs.com/
</url_to>
<new>
66
</new>
<lost>
0
</lost>
<new_total>
66
</new_total>
<lost_total>
0
</lost_total>
</count>
</counts>
</AhrefsApiResponse>