# Uncover Top Industry Leader Website Traffic Sources

**Use case:** 

Discover where leading websites in your industry get their traffic, including direct, organic search, social, and referral channels. Utilize these insights to r

## Input

```json
{
  "domains": [
    "techcrunch.com",
    "theverge.com",
    "mashable.com",
    "wired.com",
    "zdnet.com"
  ],
  "maxItems": 5
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "globalRank": {
    "label": "Global Rank",
    "format": "number"
  },
  "totalVisits": {
    "label": "Total Visits",
    "format": "number"
  },
  "bounceRate": {
    "label": "Bounce Rate",
    "format": "number"
  },
  "pagesPerVisit": {
    "label": "Pages/Visit",
    "format": "number"
  },
  "timeOnSite": {
    "label": "Time (sec)",
    "format": "number"
  },
  "trafficSourceDirect": {
    "label": "Direct %",
    "format": "number"
  },
  "trafficSourceSearch": {
    "label": "Search %",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  }
}
```

## About this Actor

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