# Bulk Ahrefs Domain Rating check | Ahrefs Website Stats

**Use case:** 

Check Ahrefs Domain Rating for a small list of public domains. Export domain rating, traffic, rank, linking websites, and source URLs with Apify.

## Input

```json
{
  "targets": [
    "wikipedia.org",
    "github.com",
    "openai.com",
    "microsoft.com",
    "apple.com"
  ],
  "mode": "authority_only",
  "maxResults": 5
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "domainRating": {
    "label": "Domain Rating",
    "format": "integer"
  },
  "organicTraffic": {
    "label": "Organic traffic",
    "format": "integer"
  },
  "globalRank": {
    "label": "Global rank",
    "format": "integer"
  },
  "linkingWebsites": {
    "label": "Linking websites",
    "format": "integer"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ahrefs Free Website Stats Scraper](https://apify.com/maximedupre/ahrefs-free-website-stats-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/ahrefs-free-website-stats-scraper) to learn more, explore other use cases, and run it yourself.