# Ahrefs traffic value and rank export | Ahrefs Website Stats

**Use case:** 

Export Ahrefs organic traffic, traffic value, keywords, and global rank for domains. Export domain rating, traffic, rank, linking websites, and source...

## Input

```json
{
  "targets": [
    "google.com",
    "youtube.com",
    "facebook.com",
    "instagram.com",
    "linkedin.com"
  ],
  "mode": "traffic_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.