Documentation - refdomains_new_lost

Contains the new or lost referring domains and their details.

Each request to refdomains_new_lost costs 1 row.
Each result costs 1 row.
Using 'offset' costs 5 rows.
Using 'where' costs 5 rows.
Using 'having' costs 5 rows.

refdomains

Column Type Where Having Description
date date + + Date when the Ahrefs crawler was able to visit new or lost backlinks from the referring domain.
type string + + Indicates whether the backlinks from the referring domain are new or lost.
refdomain string + + Referring domain that contains at least one link to the target.
domain_rating int + Domain Rating of the referring domain.

Examples



Request

http://apiv2.ahrefs.com?from=refdomains_new_lost&target=ahrefs.com&mode=domain&limit=3&order_by=domain_rating%3Adesc&where=date%3D%222013-11-24%22%2Ctype%3D%22lost%22&output=xml

Response

<?xml version="1.0" encoding="UTF-8"?>
<AhrefsApiResponse>
  <refdomains>
    <refdomain>
      <date>
        2013-11-24
      </date>
      <type>
        lost
      </type>
      <refdomain>
        alloexpat.com
      </refdomain>
      <domain_rating>
        63.876000
      </domain_rating>
    </refdomain>
    <refdomain>
      <date>
        2013-11-24
      </date>
      <type>
        lost
      </type>
      <refdomain>
        dnslookup.fr
      </refdomain>
      <domain_rating>
        54.011200
      </domain_rating>
    </refdomain>
    <refdomain>
      <date>
        2013-11-24
      </date>
      <type>
        lost
      </type>
      <refdomain>
        acousticintegration.com
      </refdomain>
      <domain_rating>
        49.512200
      </domain_rating>
    </refdomain>
  </refdomains>
</AhrefsApiResponse>