ai-keyword-generator avatar

ai-keyword-generator

Pricing

from $7.00 / 1,000 results

Go to Apify Store
ai-keyword-generator

ai-keyword-generator

Generate long-tail SEO keywords with intent and difficulty scores using AI. No API keys needed.

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

Harmony

Harmony

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

AI Keyword Generator

Generate long-tail SEO keywords with search intent and difficulty scores using AI.

How it works

Give it a seed keyword. It returns a structured list of long-tail keywords, each labeled with:

  • keyword — the long-tail phrase
  • intent — informational, commercial, or transactional
  • estimated_difficulty — 1–10

Input

FieldDescription
Seed KeywordThe main topic to expand (e.g., "sustainable running shoes")
Number of KeywordsHow many to generate (default: 20)
LLM ModelChoose between Gemini 2.5 Flash or Claude Haiku 4.5

Output

One row per keyword in the dataset:

{
"keyword": "best sustainable running shoes for flat feet",
"intent": "commercial",
"estimated_difficulty": 4
}

MCP

Add this to your MCP client config to use this actor as a tool:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/?tools=harmony_labs/ai-keyword-generator"
}
}
}