# Analyze apify.com on Similarweb

**Use case:** 

Extract Similarweb visits, ranks, traffic sources, and company info for apify.com.

## Input

```json
{
  "domains": [
    "apify.com"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "visits": {
    "label": "Visits",
    "format": "integer"
  },
  "bounceRate": {
    "label": "Bounce rate",
    "format": "string"
  },
  "pagesPerVisit": {
    "label": "Pages per visit",
    "format": "number"
  },
  "avgDuration": {
    "label": "Avg duration",
    "format": "string"
  },
  "globalRank": {
    "label": "Global rank",
    "format": "integer"
  },
  "countryRank": {
    "label": "Country rank",
    "format": "integer"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "similarwebUrl": {
    "label": "Similarweb URL",
    "format": "string"
  }
}
```

## About this Actor

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