# Check Crypto Exchange Website Traffic Data

**Use case:** 

Check Crypto Exchange Website Traffic Data. Export results to CSV, JSON or Excel. No API key, no login required.

## Input

```json
{
  "categories": [
    "e-commerce-and-shopping",
    "finance",
    "games"
  ],
  "countries": [
    "united-states",
    "germany"
  ],
  "global": false,
  "maxResults": 50,
  "domains": [
    "binance.com",
    "coinbase.com",
    "kraken.com",
    "bybit.com",
    "okx.com",
    "kucoin.com",
    "gate.io",
    "huobi.com",
    "crypto.com",
    "bitfinex.com"
  ],
  "concurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "rankNum": {
    "label": "Rank",
    "format": "number"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rankChangeNum": {
    "label": "Change",
    "format": "number"
  },
  "avgVisitDurationSec": {
    "label": "Avg Duration (s)",
    "format": "number"
  },
  "pagesPerVisitNum": {
    "label": "Pages / Visit",
    "format": "number"
  },
  "bounceRateNum": {
    "label": "Bounce Rate (%)",
    "format": "number"
  },
  "listCategory": {
    "label": "List Category",
    "format": "text"
  },
  "listCountry": {
    "label": "List Country",
    "format": "text"
  }
}
```

## About this Actor

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