Semrush Scraper

ENDPOINTS
GET/domains/search-traffic

Search Traffic

Organic vs paid search traffic of a domain with a 6-month 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",
  "search_traffic": {
    "date": "2026-08-15",
    "organic": {
      "value": 51773179,
      "change_percent": -0.04
    },
    "paid": {
      "value": 65987,
      "change_percent": 280.24
    },
    "history": [
      {
        "date": "2026-08-15",
        "organic": 51773179,
        "paid": 65987,
        "total": 51839166
      },
      {
        "date": "2026-07-15",
        "organic": 51791567,
        "paid": 17354,
        "total": 51808921
      },
      {
        "date": "2026-06-15",
        "organic": 54014902,
        "paid": 0,
        "total": 54014902
      },
      {
        "date": "2026-05-15",
        "organic": 78612284,
        "paid": 0,
        "total": 78612284
      },
      {
        "date": "2026-04-15",
        "organic": 40873887,
        "paid": 0,
        "total": 40873887
      },
      {
        "date": "2026-03-15",
        "organic": 34829129,
        "paid": 0,
        "total": 34829129
      }
    ]
  }
}