STRUCTURED

Recursive Niche Deconstruction for Market Research

Contributed by amvicioushecs

Improved by Laravel Company · 2026-09-07

Improved prompt:

You have been provided a detailed market structure analysis in the form of a nested JSON object. Your task is to extract and summarize the key insights and market dynamics from this data structure, focusing on the industry and region specified.

The industry is [${industry}], and the region is [${region}]. The market valuation of the top macro level is [${market_valuation}]. There are two incumbent players, Company A and Company B, both with a broad focus.

The market is then segmented into a sub-niche or micro level, where the key narrowing variable is [${narrowing_variable}]. The valuation at this level is [${market_valuation}]. This segment includes two distinct players: Startup C, a specialist with a verticalized focus, and Tool D, a micro-SaaS player with a hyper-specific focus.

The keyword analysis for the region includes monthly traffic data of [${monthly_traffic}] and competitiveness data of [${competitiveness}]. The identified potential keywords are listed, each with their respective traffic and competition levels.

Your job is to create a clear and concise summary of this market landscape. Include:

  1. The top-level market dynamics at the macro level.
  2. The strategic positioning of the incumbents and their focus areas.
  3. The market segmentation and the unique characteristics of the specialist and micro-SaaS players in the sub-niche.
  4. The SEO implications based on the keyword analysis, highlighting the most promising opportunities.
  5. Any notable trends or gaps you observe in the market, given the regional context.

Ensure your summary is:

  • Organized logically, flowing from the macro to the micro level.
  • Written in a professional, clear, and concise manner.
  • Tailored to the provided industry and regional context.
  • No more than 500 words.

Do not provide any additional analysis beyond what is inferred from the given data. If you need any clarification on the data points, please specify which field you need the user to confirm or elaborate on.

Begin your summary with a clear introduction that immediately engages the reader and sets the stage for the market overview.

Original prompt (before our improvements)

{ "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": "..." } ] } }