# AhrefsTop domain stats extractor for one website

**Use case:** 

Extract public AhrefsTop metrics for one website, including traffic, Domain Rating, backlinks, and top keywords.

## Input

```json
{
  "domains": [
    "https://ahrefstop.com/websites/shopify.com"
  ],
  "maxItems": 1,
  "maxConcurrency": 1,
  "includeRawHtml": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "organicTraffic": {
    "label": "Organic traffic",
    "format": "number"
  },
  "trafficValue": {
    "label": "Traffic value",
    "format": "number"
  },
  "domainRating": {
    "label": "DR",
    "format": "number"
  },
  "referringDomains": {
    "label": "Referring domains",
    "format": "number"
  },
  "backlinks": {
    "label": "Backlinks",
    "format": "number"
  },
  "rankByTraffic": {
    "label": "Traffic rank",
    "format": "number"
  },
  "topCountries": {
    "label": "Top countries",
    "format": "object"
  },
  "topKeywords": {
    "label": "Top keywords",
    "format": "object"
  },
  "topCompetitors": {
    "label": "Top competitors",
    "format": "object"
  },
  "similarlyRankedWebsites": {
    "label": "Similarly ranked",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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