# Find Any Website’s Competitors with Similarweb

**Use case:** 

Find competitors for any website and analyze their digital market presence with Similarweb. Discover competing domains and compare website traffic, rankings, audience insights, keywords, and other competitive intelligence.

## Input

```json
{
  "urls": [
    "chatgpt.com",
    "claude.com",
    "gemini.google.com"
  ],
  "include_base_data": true,
  "include_similar_sites": false,
  "include_indepth_data": true,
  "output_mode": "aggregated"
}
```

## Output

```json
{
  "data_captured_at": {
    "label": "Data Captured At",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "favicon": {
    "label": "Favicon",
    "format": "string"
  },
  "previewDesktop": {
    "label": "Preview",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "countryRank": {
    "label": "Country Rank",
    "format": "number"
  },
  "categoryRank": {
    "label": "Category Rank",
    "format": "number"
  },
  "rankGlobal": {
    "label": "Global Rank",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "totalVisits": {
    "label": "Total Visits",
    "format": "number"
  },
  "monthlyVisits": {
    "label": "Monthly Visits",
    "format": "array"
  },
  "monthlyVisitsDateFormat": {
    "label": "Monthly Visits Date Format",
    "format": "object"
  },
  "website_traffic_by_country": {
    "label": "Website Traffic By Country",
    "format": "array"
  },
  "countryShare": {
    "label": "Country Share",
    "format": "array"
  },
  "engagement": {
    "label": "Engagement",
    "format": "object"
  },
  "socialTraffic": {
    "label": "Social Traffic",
    "format": "number"
  },
  "socialOrganicTraffic": {
    "label": "Social Organic Traffic",
    "format": "number"
  },
  "socialPaidTraffic": {
    "label": "Social Paid Traffic",
    "format": "number"
  },
  "paidReferralsTraffic": {
    "label": "Paid Referrals Traffic",
    "format": "number"
  },
  "referralTraffic": {
    "label": "Referral Traffic",
    "format": "number"
  },
  "searchTraffic": {
    "label": "Search Traffic",
    "format": "number"
  },
  "searchOrganicTraffic": {
    "label": "Search Organic Traffic",
    "format": "number"
  },
  "searchPaidTraffic": {
    "label": "Search Paid Traffic",
    "format": "number"
  },
  "directTraffic": {
    "label": "Direct Traffic",
    "format": "number"
  },
  "mailTraffic": {
    "label": "Mail Traffic",
    "format": "number"
  },
  "affiliateTraffic": {
    "label": "Affiliate Traffic",
    "format": "number"
  },
  "displayAdsTraffic": {
    "label": "Display Ads Traffic",
    "format": "number"
  },
  "genAiTraffic": {
    "label": "Gen AI Traffic",
    "format": "number"
  },
  "aiTrafficShareChatgpt": {
    "label": "AI Traffic Share ChatGPT",
    "format": "number"
  },
  "aiTrafficShareClaude": {
    "label": "AI Traffic Share Claude",
    "format": "number"
  },
  "aiTrafficSharePerplexity": {
    "label": "AI Traffic Share Perplexity",
    "format": "number"
  },
  "aiTrafficShareGemini": {
    "label": "AI Traffic Share Gemini",
    "format": "number"
  },
  "aiTrafficShareCopilot": {
    "label": "AI Traffic Share Copilot",
    "format": "number"
  },
  "aiTrafficShareHistory": {
    "label": "AI Traffic Share History",
    "format": "array"
  },
  "aiTopPrompts": {
    "label": "AI Top Prompts",
    "format": "array"
  },
  "topKeywords": {
    "label": "Top Keywords",
    "format": "array"
  },
  "similarSites": {
    "label": "Similar Sites",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "previewMobile": {
    "label": "Preview Mobile",
    "format": "string"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "string"
  },
  "snapshotDate": {
    "label": "Snapshot Date",
    "format": "string"
  },
  "redirect": {
    "label": "Redirect",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/radeance/similarweb-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
