general · STRUCTURED
Recursive Niche Deconstruction for Market Research
{ "industry": "${industry}", "region": "${region}", "tree": { "level": "Macro", "name": "...", "market_valuation": "$X", "top_players": [ { "name": "Company A", "type": "Incumbent"…
PROMPT
{
"industry": "${industry}",
"region": "${region}",
"tree": {
"level": "Macro",
"name": "...",
"market_valuation": "$X",
"top_players": [
{
"name": "Company A",
"type": "Incumbent",
"focus": "Broad"
},
{
"name": "Company B",
"type": "Incumbent",
"focus": "Broad"
}
],
"children": [
{
"level": "Sub-Niche/Micro",
"name": "...",
"narrowing_variable": "...",
"market_valuation": "$X",
"top_players": [
{
"name": "Startup C",
"type": "Specialist",
"focus": "Verticalized"
},
{
"name": "Tool D",
"type": "Micro-SaaS",
"focus": "Hyper-Specific"
}
],
"children": []
}
]
},
"keyword_analysis": {
"monthly_traffic": "{region-specific traffic data}",
"competitiveness": "{region-specific competitiveness data}",
"potential_keywords": [
{
"keyword": "...",
"traffic": "...",
"competition": "..."
}
]
}
} USAGE
Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.