# Analyze SEO Keywords and Website Traffic by Country

**Use case:** 

Compare Semrush, Ahrefs, and Similarweb keywords, country shares, ranks, monthly visits, and organic versus paid search traffic.

## Input

```json
{
  "domains": [
    "semrush.com",
    "ahrefs.com",
    "similarweb.com"
  ],
  "includeRawData": false,
  "autoResidentialFallback": true,
  "maxConcurrency": 5,
  "maxRetries": 2,
  "requestTimeoutSecs": 30,
  "maxRunSeconds": 270,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "rankGlobal": {
    "label": "Global rank",
    "format": "integer"
  },
  "country": {
    "label": "Top country",
    "format": "string"
  },
  "countryRank": {
    "label": "Country rank",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "categoryRank": {
    "label": "Category rank",
    "format": "integer"
  },
  "totalVisits": {
    "label": "Monthly visits",
    "format": "number"
  },
  "monthlyVisits": {
    "label": "Monthly visits history",
    "format": "array"
  },
  "topCountries": {
    "label": "Top countries",
    "format": "array"
  },
  "websiteTrafficByCountry": {
    "label": "Country traffic history",
    "format": "array"
  },
  "topKeywords": {
    "label": "Top keywords",
    "format": "array"
  },
  "searchOrganicTraffic": {
    "label": "Organic search",
    "format": "number"
  },
  "searchPaidTraffic": {
    "label": "Paid search",
    "format": "number"
  },
  "snapshotDate": {
    "label": "Snapshot date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Similarweb Traffic Scraper](https://apify.com/fetch_cat/similarweb-traffic-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/similarweb-traffic-scraper) to learn more, explore other use cases, and run it yourself.