# Ahrefs linking websites monitor | Ahrefs Website Stats

**Use case:** 

Collect Ahrefs linking website counts for tracked domains. Export domain rating, traffic, rank, linking websites, and source URLs with Apify.

## Input

```json
{
  "targets": [
    "shopify.com",
    "cloudflare.com",
    "mozilla.org",
    "nytimes.com",
    "bbc.com"
  ],
  "mode": "backlinks_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.