--- name: market-research description: >- Analyzes a dataset of companies or profiles to identify market patterns. Use when the user provides a larger dataset and wants segments, dominant categories, gaps, and emerging patterns. license: MIT metadata: author: ProfileSpider version: "1.0" category: research source: https://profilespider.com/resources/market-research --- # Market Research ## Purpose Analyze a dataset of companies or profiles to identify market segments and patterns. ## When to use this skill - Understanding a scraped market dataset - Finding natural segments in a large list - Spotting dominant and underserved categories - Sizing where the opportunity concentrates ## When not to use this skill - The dataset is too small to show patterns - You need statistically rigorous market sizing - You want per-record actions (use Lead List Analysis) ## Required inputs - A dataset of companies or profiles ## Optional inputs - Dimensions of interest (industry, size, geography) - A hypothesis to test ## Rules 1. Analyze the whole dataset, not a convenient subset. 2. Report counts and proportions where possible. 3. Do not over-generalize beyond what the data supports. 4. State source skew and limitations. 5. Separate observed patterns from speculation. ## Process 1. Profile the dataset structure and fields. 2. Identify recurring characteristics and categories. 3. Derive natural segments. 4. Identify gaps and emerging patterns. 5. State limitations. ## Output format Return a market analysis with the following fields: - market_segments - recurring_characteristics - dominant_categories - gaps - emerging_patterns - research_limitations ## Validation - Confirm segment claims reflect the data distribution. - Confirm limitations note any sampling skew. - Confirm no invented statistics. ## Limitations - Findings describe the supplied dataset, not the whole market. - Source bias in collection carries into the analysis. ## Source and license Source: https://github.com/spiralcrew-ou/profilespider-agent-skills/blob/6c65d0507687364704a180476613b72467028e87/market-research/SKILL.md MIT License Copyright (c) 2026 SpiralCrew Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.