# Travel Site Rankings in Germany, France, Italy

**Use case:** 

Monitor the rankings and traffic data of travel websites in Europe. Get insights with detailed analytics for Germany, France, and Italy.

## Input

```json
{
  "categories": [
    "travel-and-tourism"
  ],
  "countries": [
    "Germany",
    "France",
    "Italy"
  ],
  "global": false,
  "maxResults": 30,
  "domains": [
    "apify.com",
    "nytimes.com",
    "shopify.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.