# Analyze Competitor SEO Authority & Traffic

**Use case:** 

Quickly assess the SEO strength, authority score, and estimated monthly traffic of your top competitors. This data helps you benchmark your own performance and 

## Input

```json
{
  "domains": [
    "ahrefs.com",
    "moz.com",
    "seranking.com",
    "rankmath.com"
  ],
  "mode": "full",
  "enableBrowserFallback": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "authorityScore": {
    "label": "Authority score"
  },
  "visits": {
    "label": "Visits"
  },
  "organicSearchTraffic": {
    "label": "Organic search traffic"
  },
  "referringDomains": {
    "label": "Referring domains"
  },
  "backlinks": {
    "label": "Backlinks"
  },
  "asOf": {
    "label": "As of"
  },
  "notFound": {
    "label": "Not found"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

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