Docs
Dashboard
SEO Research

keyword_research

Conduct keyword research and competitive analysis for SEO content

Parameters

ParameterTypeRequiredDefaultDescription
seed_keywordstring
Optional
Starting keyword or topic to research. Uses project primary keywords if not specified.
competitor_domainstring
Optional
Optional competitor domain to analyze for keyword opportunities.
content_goalstring
Optional
trafficPrimary goal: 'traffic', 'conversions', or 'brand-awareness'.

Example

Research keywords for a React hooks tutorial:

Request

{
  "seed_keyword": "react hooks tutorial",
  "content_goal": "traffic"
}

Response

{
  "primary_keyword": "react hooks tutorial",
  "search_volume": "estimated: high",
  "difficulty": "medium",
  "related_keywords": [
    "usestate react",
    "useeffect explained",
    "custom hooks react"
  ],
  "content_opportunities": [
    {
      "keyword": "react hooks best practices",
      "intent": "informational",
      "priority": "high"
    }
  ]
}

Tips

Best Practices

  • Uses project primary keywords if seed_keyword not provided
  • Combine with seo_strategy for full planning
  • Add competitor_domain for gap analysis
  • Works best when project niche is configured

Related Tools