# ChatGPT & Perplexity AI Referral Traffic Analyzer

**Use case:** 

Analyze traffic referred to websites by AI platforms (ChatGPT, Perplexity, Claude, Gemini, Copilot) and monitor Generative Engine Optimization (GEO).

## Input

```json
{
  "endpoint": "website-insights",
  "startUrls": [
    {
      "url": "https://openai.com"
    },
    {
      "url": "https://anthropic.com"
    },
    {
      "url": "https://huggingface.co"
    }
  ]
}
```

## Output

```json
{
  "meta.website": {
    "label": "Website",
    "format": "string"
  },
  "ai_referrals.total_visits": {
    "label": "Total visits",
    "format": "number"
  },
  "ai_referrals.global_traffic_share": {
    "label": "Global traffic share",
    "format": "number"
  },
  "ai_referrals.platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "ai_referrals.top_prompts": {
    "label": "Top prompts",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "error_message": {
    "label": "Error message",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Traffic & SEO Insights API - (Similarweb Alternative)](https://apify.com/thedataloom/website-traffic-seo-insights-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thedataloom/website-traffic-seo-insights-api) to learn more, explore other use cases, and run it yourself.