Automated ingestion of prompt: Recursive Niche Deconstruction for Market Research
This commit is contained in:
parent
a08ffeabeb
commit
6de35bd571
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
title: "Recursive Niche Deconstruction for Market Research"
|
||||
contributor: "@amvicioushecs"
|
||||
tags: #general, #amvicioushecs
|
||||
---
|
||||
|
||||
{
|
||||
"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": "..."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue