Skip to main content
GET
/
keywords
/
suggest-keywords
Suggest Keywords
curl --request GET \
  --url https://v3-api-beta.snowseo.com/snowseo/v2/keywords/suggest-keywords \
  --header 'Authorization: Bearer <token>'
Let AI analyze your website or brand description and suggest high-value keywords for your SEO strategy. Great for discovering keywords you might not have thought of.

Request

website
string
required
Your website URL (e.g., https://example.com). The AI will crawl it for context.
description
string
A short description of your brand or business. If provided, this is used instead of crawling the website.
targetAudience
string[]
Your target audience segments (e.g., small businesses, marketers).

Response

{
  "keywords": [
    "AI SEO",
    "SEO audit",
    "keyword research",
    "rank tracking",
    "content automation",
    "competitive intelligence",
    "AI visibility",
    "search ranking",
    "SEO content",
    "backlink analysis"
  ]
}
Use these suggested keywords as seeds for the Keyword Research endpoint to get detailed volume and competition data.