Semrush Scraper

ENDPOINTS
GET/domains/traffic

Domain Traffic

Monthly visits, pages per visit, visit duration, bounce rate and a 6-month desktop vs mobile history.

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": "openai.com",
  "brand_name": null,
  "link": "https://www.semrush.com/website/openai.com/overview/",
  "favicon": null,
  "description": null,
  "country": "US",
  "categories": [
    {
      "slug": "ai",
      "name": "AI"
    },
    {
      "slug": "computer-software-and-development",
      "name": "Computer Software and Development"
    },
    {
      "slug": "wellness",
      "name": "Wellness"
    }
  ],
  "rank": {
    "global": {
      "value": 57,
      "change": 1
    },
    "country": {
      "value": 114,
      "change": -1,
      "country": "US",
      "name": "United States"
    },
    "category": {
      "value": 1,
      "change": 0,
      "category": {
        "slug": "wellness",
        "name": "Wellness"
      }
    }
  },
  "authority_score": 96,
  "visits": 565585964,
  "site_health": null,
  "data_date": "2026-08-15",
  "updated_at": "2026-09-17",
  "traffic": {
    "date": "2026-08-01",
    "visits": {
      "value": 565585964,
      "change_percent": 4.22
    },
    "pages_per_visit": {
      "value": 1.93,
      "change_percent": null
    },
    "average_visit_duration_seconds": {
      "value": 384,
      "change_percent": null
    },
    "bounce_rate_percent": {
      "value": 70.42,
      "change_percent": null
    },
    "visits_history": [
      {
        "date": "2026-08-01",
        "visits": 565585964
      },
      {
        "date": "2026-07-01",
        "visits": 542685661
      },
      {
        "date": "2026-06-01",
        "visits": 508002719
      }
    ]
  },
  "traffic_by_device": {
    "date": "2026-08-01",
    "desktop_visits": 325120963,
    "mobile_visits": 240465001,
    "desktop_share_percent": 57.48,
    "mobile_share_percent": 42.52,
    "history": [
      {
        "date": "2026-08-01",
        "visits": 565585964,
        "desktop_visits": 325120963,
        "mobile_visits": 240465001
      },
      {
        "date": "2026-07-01",
        "visits": 542685661,
        "desktop_visits": 303496722,
        "mobile_visits": 239188939
      },
      {
        "date": "2026-06-01",
        "visits": 508002719,
        "desktop_visits": 264332650,
        "mobile_visits": 243670069
      },
      {
        "date": "2026-05-01",
        "visits": 561019484,
        "desktop_visits": 301722930,
        "mobile_visits": 259296554
      },
      {
        "date": "2026-04-01",
        "visits": 458313718,
        "desktop_visits": 228522958,
        "mobile_visits": 229790760
      },
      {
        "date": "2026-03-01",
        "visits": 487467460,
        "desktop_visits": 224365242,
        "mobile_visits": 263102218
      }
    ]
  }
}