# Find similar websites to apify.com

**Use case:** 

Discover web scraping and automation platforms similar to apify.com. Get traffic data, categories, and similarity scores for competitor research.

## Input

```json
{
  "domains": [
    "apify.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "sourceDomain": {
    "label": "Source domain",
    "format": "string"
  },
  "site": {
    "label": "Similar site domain",
    "format": "string"
  },
  "siteUrl": {
    "label": "Similar site URL",
    "format": "string"
  },
  "description": {
    "label": "Similar site description",
    "format": "string"
  },
  "similarityRank": {
    "label": "Similarity rank",
    "format": "number"
  },
  "grade": {
    "label": "Similarity grade",
    "format": "number"
  },
  "totalVisits": {
    "label": "Similar site total visits",
    "format": "number"
  },
  "topCountryRank": {
    "label": "Top country rank",
    "format": "integer"
  },
  "category": {
    "label": "Similar site category",
    "format": "string"
  },
  "thumbnail": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "sourceTitle": {
    "label": "Source title",
    "format": "string"
  },
  "sourceCategory": {
    "label": "Source category",
    "format": "string"
  },
  "sourceTotalVisits": {
    "label": "Source total visits",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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