prompts.chatprompts.chatprompts.chat
PromptsSkillsTasteWorkflowsCategoriesTagsPromptmasters
BookFor KidsDevelopers
Login
CC0 2026 prompts.chat
DeepWikiHow to...DocsAPIPrivacyTermsSupportAboutGitHub

Recursive Niche Deconstruction for Market Research

Perform a Recursive Niche Deconstruction to identify dominant companies in specific market verticals. Analyze the market size and competitive landscape at each level of niche breakdown.

H
@amvicioushecs
4 days agoMarch 11, 2026 at 10:06 PM
Research & Analysis•Business StrategyMarket Analysis

Content

Variables
1{
2 "industry": "",
3 "region": "",
4 "tree": {
5 "level": "Macro",
6 "name": "...",
7 "market_valuation": "$X",
8 "top_players": [
9 {
10 "name": "Company A",
11 "type": "Incumbent",
12 "focus": "Broad"
13 },
14 {
15 "name": "Company B",
16 "type": "Incumbent",
17 "focus": "Broad"
18 }
19 ],
20 "children": [
21 {
22 "level": "Sub-Niche/Micro",
23 "name": "...",
24 "narrowing_variable": "...",
25 "market_valuation": "$X",
26 "top_players": [
27 {
28 "name": "Startup C",
29 "type": "Specialist",
30 "focus": "Verticalized"
31 },
32 {
33 "name": "Tool D",
34 "type": "Micro-SaaS",
35 "focus": "Hyper-Specific"
36 }
37 ],
38 "children": []
39 }
40 ]
41 },
42 "keyword_analysis": {
43 "monthly_traffic": "{region-specific traffic data}",
44 "competitiveness": "{region-specific competitiveness data}",
45 "potential_keywords": [
46 {
47 "keyword": "...",
48 "traffic": "...",
49 "competition": "..."
50 }
51 ]
52 }
53}

Comments (0)