# Job Board Website Traffic Rankings Monitor

**Use case:** 

Track and analyze website traffic rankings for major job boards like Indeed and LinkedIn. Get precise analytics data in clean formats.

## Input

```json
{
  "categories": [
    "e-commerce-and-shopping",
    "finance",
    "games"
  ],
  "countries": [
    "united-states",
    "germany"
  ],
  "global": false,
  "maxResults": 50,
  "domains": [
    "indeed.com",
    "linkedin.com",
    "glassdoor.com",
    "monster.com",
    "ziprecruiter.com",
    "seek.com.au",
    "reed.co.uk",
    "stepstone.de",
    "naukri.com",
    "wellfound.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.