Skip to main content
GET
/
v3
/
topic-clusters
List topic clusters
curl --request GET \
  --url https://api.snowseo.com/v3/topic-clusters/ \
  --header 'Authorization: Bearer <token>'
{
  "summary": {
    "totalKeywords": 123,
    "trackedPrompts": 123,
    "avgSearchVisibility": 123,
    "avgAiVisibility": 123
  },
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "createdAt": "<string>",
      "keywordCount": 123,
      "promptCount": 123,
      "trackedPromptCount": 123,
      "trackedKeywordCount": 123,
      "aiVisibility": 123,
      "searchVisibility": 123,
      "topicalAuthorityScore": 123,
      "changePct": 123,
      "leaders": [
        {
          "name": "<string>",
          "domain": "<string>"
        }
      ]
    }
  ]
}
Topic clusters group related keywords and AI prompts together, letting you track your authority and visibility for each topic area.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

teamId
string

Team ID

Response

Default Response

summary
object
items
object[]