Semrush Scraper

ENDPOINTS
GET/domains/ai-traffic-report

AI Traffic Report

Full AI traffic report: AI share, citations, platform split, channels, AI Overviews and top AI-visited pages.

QUERY PARAMS

Root domain, any link to the site, or a semrush.com/website link. Subdomains and low-traffic sites have no data.

Examples:

  • Domain: openai.com
  • Site link: https://www.openai.com/research
  • Semrush link: https://www.semrush.com/website/openai.com/overview/
{
  "domain": "mailchimp.com",
  "date": "2026-08-01",
  "country": "US",
  "ai_traffic": 12030,
  "ai_traffic_share_percent": 0.26,
  "ai_citations_count": 7014,
  "ai_traffic_change_percent": 108.13,
  "ai_traffic_history": [
    {
      "date": "2026-03-01",
      "visits": 5780
    },
    {
      "date": "2026-04-01",
      "visits": 9293
    },
    {
      "date": "2026-05-01",
      "visits": 14978
    },
    {
      "date": "2026-06-01",
      "visits": 10906
    },
    {
      "date": "2026-07-01",
      "visits": 12505
    },
    {
      "date": "2026-08-01",
      "visits": 12030
    }
  ],
  "top_platform": "chatgpt",
  "platforms": [
    {
      "platform": "chatgpt",
      "visits": 8368,
      "share_percent": 69.56
    },
    {
      "platform": "perplexity",
      "visits": 1546,
      "share_percent": 12.85
    },
    {
      "platform": "gemini",
      "visits": 944,
      "share_percent": 7.85
    },
    {
      "platform": "google_ai_search",
      "visits": 30,
      "share_percent": 0.25
    }
  ],
  "traffic_by_channel": [
    {
      "channel": "organic_search",
      "visits": 445303,
      "share_percent": 9.44
    },
    {
      "channel": "direct",
      "visits": 3779569,
      "share_percent": 80.12
    },
    {
      "channel": "ai_platforms",
      "visits": 12030,
      "share_percent": 0.26
    },
    {
      "channel": "paid",
      "visits": 99272,
      "share_percent": 2.1
    },
    {
      "channel": "referral",
      "visits": 247264,
      "share_percent": 5.24
    }
  ],
  "ai_overviews": {
    "positions_count": 14158,
    "estimated_monthly_visits": 67413,
    "change_percent": 14.0,
    "history": [
      {
        "date": "2026-03-01",
        "visits": 59136
      },
      {
        "date": "2026-04-01",
        "visits": 95660
      },
      {
        "date": "2026-05-01",
        "visits": 121347
      },
      {
        "date": "2026-06-01",
        "visits": 55416
      },
      {
        "date": "2026-07-01",
        "visits": 92078
      },
      {
        "date": "2026-08-01",
        "visits": 67413
      }
    ]
  },
  "top_pages": [
    {
      "link": "https://mailchimp.com/",
      "ai_visits": 2341,
      "top_platforms": [
        "chatgpt",
        "perplexity"
      ]
    },
    {
      "link": "https://login.mailchimp.com/",
      "ai_visits": 1671,
      "top_platforms": [
        "chatgpt",
        "perplexity"
      ]
    },
    {
      "link": "https://login.mailchimp.com/oauth2/authorize",
      "ai_visits": 1178,
      "top_platforms": []
    }
  ],
  "ai_search_visibility": [
    {
      "platform": "chatgpt",
      "mentions_count": 3547,
      "cited_pages_count": 1612
    },
    {
      "platform": "gemini",
      "mentions_count": 4496,
      "cited_pages_count": 489
    },
    {
      "platform": "google_ai_mode",
      "mentions_count": 3916,
      "cited_pages_count": 2315
    },
    {
      "platform": "google_ai_overview",
      "mentions_count": 4095,
      "cited_pages_count": 2598
    }
  ]
}