SEO Research
keyword_research
Conduct keyword research and competitive analysis for SEO content
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| seed_keyword | string | Optional | — | Starting keyword or topic to research. Uses project primary keywords if not specified. |
| competitor_domain | string | Optional | — | Optional competitor domain to analyze for keyword opportunities. |
| content_goal | string | Optional | traffic | Primary 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