# Monitor AI Referral Traffic Across Leading AI Sites

**Use case:** 

Track AI-referred visits and assistant shares for OpenAI, Perplexity, and Anthropic, including ChatGPT, Claude, Gemini, and monthly history.

## Input

```json
{
  "domains": [
    "openai.com",
    "perplexity.ai",
    "anthropic.com"
  ],
  "includeRawData": false,
  "autoResidentialFallback": true,
  "maxConcurrency": 5,
  "maxRetries": 2,
  "requestTimeoutSecs": 30,
  "maxRunSeconds": 270,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "aiTrafficVisits": {
    "label": "AI referral visits",
    "format": "number"
  },
  "aiReferralTraffic": {
    "label": "AI referral share",
    "format": "number"
  },
  "genAiTraffic": {
    "label": "Generative AI traffic",
    "format": "number"
  },
  "aiTrafficShareChatgpt": {
    "label": "ChatGPT share",
    "format": "number"
  },
  "aiTrafficShareClaude": {
    "label": "Claude share",
    "format": "number"
  },
  "aiTrafficShareGemini": {
    "label": "Gemini share",
    "format": "number"
  },
  "aiTrafficShareCopilot": {
    "label": "Copilot share",
    "format": "number"
  },
  "aiTrafficSharePerplexity": {
    "label": "Perplexity share",
    "format": "number"
  },
  "aiTrafficShareGrok": {
    "label": "Grok share",
    "format": "number"
  },
  "aiTrafficShareDeepseek": {
    "label": "DeepSeek share",
    "format": "number"
  },
  "aiTrafficSources": {
    "label": "AI traffic sources",
    "format": "array"
  },
  "aiTrafficShareHistory": {
    "label": "AI source history",
    "format": "array"
  },
  "aiTopPrompts": {
    "label": "AI top prompts",
    "format": "array"
  },
  "aiTopPromptsError": {
    "label": "Prompt limitation",
    "format": "string"
  }
}
```

## About this Actor

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