# Apify website traffic intelligence extractor

**Use case:** 

Monitor Apify traffic estimates, global rank, engagement, source channels, and search keywords.

## Input

```json
{
  "domains": [
    "https://apify.com/"
  ],
  "maxConcurrency": 1,
  "maxRetries": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "snapshotDate": {
    "label": "Snapshot date",
    "format": "date"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "primaryCountryCode": {
    "label": "Primary country",
    "format": "text"
  },
  "globalRank": {
    "label": "Global rank",
    "format": "number"
  },
  "countryRank": {
    "label": "Country rank",
    "format": "number"
  },
  "categoryRank": {
    "label": "Category rank",
    "format": "number"
  },
  "totalVisits": {
    "label": "Monthly visits",
    "format": "number"
  },
  "bounceRate": {
    "label": "Bounce rate",
    "format": "number"
  },
  "pagesPerVisit": {
    "label": "Pages / visit",
    "format": "number"
  },
  "timeOnSiteSeconds": {
    "label": "Time on site (s)",
    "format": "number"
  },
  "monthlyVisits": {
    "label": "Monthly history",
    "format": "array"
  },
  "trafficChannels": {
    "label": "Traffic channels",
    "format": "object"
  },
  "topCountries": {
    "label": "Top countries",
    "format": "array"
  },
  "topKeywords": {
    "label": "Top keywords",
    "format": "array"
  },
  "similarwebUrl": {
    "label": "Similarweb page",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "isSmallSite": {
    "label": "Small site",
    "format": "boolean"
  }
}
```

## About this Actor

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