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}