Semrush Scraper

ENDPOINTS
GET/domains/batch

Bulk Domain Rank

Ranks, Authority Score and visits for up to 10 domains in one call.

QUERY PARAMS

Comma-separated domains or site links (max 10). A domain without data returns an error row.

Example: openai.com,netflix.com,github.com

{
  "count": 3,
  "domains": [
    {
      "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"
    },
    {
      "domain": "netflix.com",
      "brand_name": "Netflix",
      "link": "https://www.semrush.com/website/netflix.com/overview/",
      "favicon": "https://static.semrush.com/power-pages/media/favicons/netflix-com-favicon-41b45fdc.ico",
      "description": null,
      "country": "US",
      "categories": [
        {
          "slug": "entertainment",
          "name": "Entertainment"
        },
        {
          "slug": "online-services",
          "name": "Online Services"
        }
      ],
      "rank": {
        "global": {
          "value": 22,
          "change": 0
        },
        "country": {
          "value": 32,
          "change": -1,
          "country": "US",
          "name": "United States"
        },
        "category": {
          "value": 3,
          "change": 0,
          "category": {
            "slug": "entertainment",
            "name": "Entertainment"
          }
        }
      },
      "authority_score": 100,
      "visits": 1423542765,
      "site_health": null,
      "data_date": "2026-08-15",
      "updated_at": "2026-09-17"
    },
    {
      "domain": "github.com",
      "brand_name": "GitHub",
      "link": "https://www.semrush.com/website/github.com/overview/",
      "favicon": "https://static.semrush.com/power-pages/media/favicons/github-com-favicon-346e0947.png",
      "description": null,
      "country": "US",
      "categories": [
        {
          "slug": "computer-software-and-development",
          "name": "Computer Software and Development"
        },
        {
          "slug": "online-services",
          "name": "Online Services"
        }
      ],
      "rank": {
        "global": {
          "value": 28,
          "change": 1
        },
        "country": {
          "value": 55,
          "change": -1,
          "country": "US",
          "name": "United States"
        },
        "category": {
          "value": 1,
          "change": 0,
          "category": {
            "slug": "computer-software-and-development",
            "name": "Computer Software and Development"
          }
        }
      },
      "authority_score": 100,
      "visits": 1212551945,
      "site_health": null,
      "data_date": "2026-08-15",
      "updated_at": "2026-09-17"
    }
  ]
}