# Check Domain Rating (DR) and Backlinks for Any Website

**Use case:** 

Check Ahrefs Domain Rating (DR), total backlinks, referring domains and dofollow ratio for any site — and benchmark against competitors in bulk. Free, no login.

## Input

```json
{
  "searchType": "website_authority",
  "urls": [
    "ahrefs.com",
    "semrush.com",
    "moz.com"
  ],
  "mode": "domain",
  "keyword": "seo tools",
  "country": "us",
  "searchEngine": "Google",
  "topWebsitesMode": "ranking",
  "topWebsitesCountry": "worldwide",
  "topWebsitesCategory": "all",
  "topWebsitesLimit": 100,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxRetries": 5
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "domainRating": {
    "label": "DR",
    "format": "number"
  },
  "backlinks": {
    "label": "Backlinks",
    "format": "number"
  },
  "refdomains": {
    "label": "Ref. Domains",
    "format": "integer"
  },
  "dofollowBacklinks": {
    "label": "Dofollow %",
    "format": "integer"
  },
  "dofollowRefdomains": {
    "label": "Dofollow Ref %",
    "format": "integer"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ahrefs All-in-One SEO Scraper - DR, Backlinks, Keywords](https://apify.com/pro100chok/ahrefs-seo-tools) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pro100chok/ahrefs-seo-tools) to learn more, explore other use cases, and run it yourself.