经营生意规划
市场规模(TAM · SAM · SOM)
全球通用——纯算术,不涉及各地规则
从客户数量和每客户营收自下而上搭出 TAM、SAM、SOM,再检验隐含的客户获取是否真的说得通——这正是大多数路演 PPT 会跳过的那一步。
数值
- TAM
- 240,000,000
- 可触达总量/年
- SAM
- 96,000,000
- 可服务
- SOM
- 4,800,000
- 可获得
- SOM(客户数)
- 4,000
行家的解读
值得了解
Plausibility check: SOM implies winning 4,000 customers. Over 4 years that is ~83 new customers per month — does your channel and sales motion actually produce that? This is the test that separates a sizing from a wish.
值得了解
This is a bottom-up sizing (count × price), which investors trust more than top-down ("1% of a $50B market"). Keep the customer count defensible — cite where it comes from.
值得了解
TAM under 1B: often called "too small" by venture investors, but plenty big for a highly profitable bootstrapped or niche business. The number is only a problem relative to the funding path you want.
方法说明
自下而上:TAM = 潜在客户数 × 每客户年营收。SAM = TAM × 可服务份额。SOM = SAM × 可获取份额。
「每月客户数」合理性检查把 SOM 客户数摊到 48 个月的爬坡期上——一个粗糙但很能说明问题的测试,看你的市场推进在物理上能否真正拿下宣称的份额。
ARPA 的取值主导整个模型:用客户今天为这一*品类*支付的价格(或一个站得住脚的支付意愿),而不是你理想中的定价。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
curl -s https://xearno.tools/api/v1/tools/market-size \
-H 'content-type: application/json' \
-d '{"accounts":200000,"arpa":1200,"samPct":40,"somPct":5}'Schema: GET /api/v1/tools/market-size · MCP 工具名: market_size
相关工具
- 自雇税与季度预缴税计算器(2026 年 1040-ES) — 2026 年的自由职业收入要交多少——自雇税、所得税、QBI——以及安全港规则实际要求你缴的那笔季度预缴额。
- 英国 Self Assessment 首年税单计算器(含预缴款) — 第一个一月你真正要交的 Self Assessment 金额——本年度的税加上下一年度的 50%,同一天到期——并附带精确到日期的缴款计划。
- App Store / Google Play / Steam 开发者分成到手计算器 — 你的应用或游戏在 Apple、Google 或 Valve 抽成之后到底剩多少——含 2026-06-30 那次没有 AI 模型记得住的 Google Play 改制。
- 单位经济模型 — LTV、LTV:CAC 和 CAC 回收期——附让它们有意义的基准。
把这个计算器嵌入网页
可免费嵌入你自己的网站。规则变了它也照常能用,因为数据由我们维护——没有广告、没有 cookie,并会链接回完整版工具。
<iframe src="https://xearno.tools/embed/market-size" width="100%" height="900" style="border:1px solid #23262e;border-radius:12px;max-width:640px" loading="lazy" title="市场规模(TAM · SAM · SOM) — Xearno Tools"></iframe>