# Estimate Any Website's Monthly Organic Traffic

**Use case:** 

Estimate any domain's monthly organic traffic, traffic value, top pages, top countries and top keywords — ideal for competitor research and lead qualification.

## Input

```json
{
  "searchType": "traffic_overview",
  "urls": [
    "nytimes.com"
  ],
  "mode": "domain",
  "keyword": "seo tools",
  "country": "us",
  "searchEngine": "Google",
  "topWebsitesMode": "ranking",
  "topWebsitesCountry": "worldwide",
  "topWebsitesCategory": "all",
  "topWebsitesLimit": 100,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxRetries": 5
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "trafficMonthlyAvg": {
    "label": "Monthly Traffic",
    "format": "integer"
  },
  "costMonthlyAvg": {
    "label": "Traffic Value",
    "format": "integer"
  },
  "mode": {
    "label": "Mode",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ahrefs All-in-One SEO Scraper - DR, Backlinks, Keywords](https://apify.com/pro100chok/ahrefs-seo-tools) with a specific input configuration. Visit the [Actor detail page](https://apify.com/pro100chok/ahrefs-seo-tools) to learn more, explore other use cases, and run it yourself.