# Bulk Ahrefs website stats scraper for SEO competitors

**Use case:** 

Scrape AhrefsTop traffic, DR, backlinks, countries, keywords, and competitors for a list of SEO competitor domains.

## Input

```json
{
  "domains": [
    "apify.com",
    "brightdata.com",
    "scrapingbee.com"
  ],
  "maxItems": 3,
  "maxConcurrency": 3,
  "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.