# SaaS Competitor Website Traffic Data Scraper

**Use case:** 

Scrape traffic and analytics data for major SaaS websites. Get detailed insights for Notion, Airtable, ClickUp, and more.

## Input

```json
{
  "categories": [
    "e-commerce-and-shopping",
    "finance",
    "games"
  ],
  "countries": [
    "united-states",
    "germany"
  ],
  "global": false,
  "maxResults": 50,
  "domains": [
    "notion.so",
    "airtable.com",
    "clickup.com",
    "monday.com",
    "asana.com",
    "trello.com",
    "basecamp.com",
    "linear.app",
    "height.app",
    "jira.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.