Build a verified TAM from Lusha's database. Take an ICP,
return company counts, contact coverage, and signal density
by segment. Break into TAM, SAM, and SOM. Make every number
traceable to real data.
Input
The user will provide via $ARGUMENTS:
- ICP definition: industry, company size range, geography,
funding stage, company type
- Target buyer: function and seniority
(e.g. "VP of Sales, Head of RevOps")
- Segments to break down by: [optional] — default is
industry, size, geography, funding stage
- What you sell: [optional] — used to calculate SOM
based on signal activity in the market
- Exclusions: [optional] — industries, geographies,
or company types to exclude from the TAM
If ICP definition is missing, ask once for the minimum:
industry, company size range, and geography.
Never estimate or interpolate — only return what Lusha
can verify.
Workflow
TAM DEFINITION
Translate the ICP into Lusha search parameters:
- Industry and sub-verticals
- Employee count range
- Geography: country, region, or global
- Funding stage if specified
- Company type: public, private, PE-backed, etc.
- Apply exclusions if provided
COMPANY COUNT — TAM
Run the full TAM query via Lusha:
- Total companies matching all ICP criteria
- Break down by each segment dimension:
- By industry / sub-vertical
- By company size band
- By geography
- By funding stage
- Flag any segments where Lusha coverage may be
thinner — e.g. specific geographies or niche
sub-verticals
CONTACT COVERAGE
For each segment, return verified contact counts:
- Total VP+ contacts in Lusha's database
- Breakdown by seniority:
- C-suite
- VP
- Director
- Manager
- Coverage ratio: contacts per company
(high coverage = easier to prospect,
low coverage = higher prospecting investment)
SIGNAL DENSITY
For each segment, check current signal activity:
- Funding events in last 90 days
- Executive moves in last 30 days
- Hiring surges — 10%+ headcount growth
- Intent signals above score 60
- Rank segments by signal density:
High / Medium / Low
SAM CALCULATION
Narrow TAM to serviceable addressable market:
- Apply must-have ICP criteria only
- Remove segments flagged as thin coverage
- Remove segments with consistently low signal
density unless user specifies otherwise
- Return SAM company and contact counts
SOM CALCULATION
Narrow SAM to serviceable obtainable market:
- Filter to companies with active signals only
(signal score 60+ in last 90 days)
- These are the accounts most likely to convert
in the near term
- Return SOM company and contact counts
- Note: SOM will change quarterly as signals
shift — recommend re-running each quarter
SEGMENT PRIORITIZATION
Rank all segments by combined score:
- Company count (size of opportunity)
- Contact coverage ratio (ease of penetration)
- Signal density (near-term pipeline potential)
- Return top 3 segments to prioritize first
Output Format
TAM summary
| Layer |
Companies |
VP+ contacts |
Notes |
| TAM — full market |
|
|
All ICP-fit companies |
| SAM — serviceable |
|
|
Must-have criteria applied |
| SOM — obtainable |
|
|
Active signals only |
TAM breakdown by segment
By industry
| Industry |
Companies |
VP+ contacts |
Signal density |
By company size
| Size band |
Companies |
VP+ contacts |
Signal density |
By geography
| Geography |
Companies |
VP+ contacts |
Signal density |
By funding stage
| Stage |
Companies |
VP+ contacts |
Signal density |
Segment prioritization
Ranked by combined score of size, coverage, and signals:
- [Segment] — [reason: largest signal density /
strongest coverage / highest company count]
- [Segment]
- [Segment]
Data coverage notes
Flag any segments where Lusha's coverage is thinner
than the rest of the TAM — specific geographies,
niche sub-verticals, or company types where the
count may underrepresent the true market size.
Recommended next step
Based on the TAM output, suggest:
- Which segment to build the first territory from
- Which play or skill to run next
(e.g. Build territory plan, Find lookalike accounts,
Get 10 best accounts this week)
From Lusha's Campus plays library: https://www.lusha.com/campus/plays/tam-builder-skill/
1---2name: tam-from-verified-data3description: Use this skill when you need a defensible market-size number - annual planning, board prep, or territory design. Takes an ICP definition and returns TAM, SAM, and SOM built from Lusha's verified database: company counts, contact coverage, and signal density per segment, with every number traceable to real data instead of analyst-report extrapolation. Requires a Lusha connection.4---56Build a verified TAM from Lusha's database. Take an ICP,7return company counts, contact coverage, and signal density8by segment. Break into TAM, SAM, and SOM. Make every number9traceable to real data.1011## Input1213The user will provide via $ARGUMENTS:1415- ICP definition: industry, company size range, geography,16 funding stage, company type17- Target buyer: function and seniority18 (e.g. "VP of Sales, Head of RevOps")19- Segments to break down by: [optional] — default is20 industry, size, geography, funding stage21- What you sell: [optional] — used to calculate SOM22 based on signal activity in the market23- Exclusions: [optional] — industries, geographies,24 or company types to exclude from the TAM2526If ICP definition is missing, ask once for the minimum:27industry, company size range, and geography.28Never estimate or interpolate — only return what Lusha29can verify.3031## Workflow32331. TAM DEFINITION34 Translate the ICP into Lusha search parameters:35 - Industry and sub-verticals36 - Employee count range37 - Geography: country, region, or global38 - Funding stage if specified39 - Company type: public, private, PE-backed, etc.40 - Apply exclusions if provided41422. COMPANY COUNT — TAM43 Run the full TAM query via Lusha:44 - Total companies matching all ICP criteria45 - Break down by each segment dimension:46 * By industry / sub-vertical47 * By company size band48 * By geography49 * By funding stage50 - Flag any segments where Lusha coverage may be51 thinner — e.g. specific geographies or niche52 sub-verticals53543. CONTACT COVERAGE55 For each segment, return verified contact counts:56 - Total VP+ contacts in Lusha's database57 - Breakdown by seniority:58 * C-suite59 * VP60 * Director61 * Manager62 - Coverage ratio: contacts per company63 (high coverage = easier to prospect,64 low coverage = higher prospecting investment)65664. SIGNAL DENSITY67 For each segment, check current signal activity:68 - Funding events in last 90 days69 - Executive moves in last 30 days70 - Hiring surges — 10%+ headcount growth71 - Intent signals above score 6072 - Rank segments by signal density:73 High / Medium / Low74755. SAM CALCULATION76 Narrow TAM to serviceable addressable market:77 - Apply must-have ICP criteria only78 - Remove segments flagged as thin coverage79 - Remove segments with consistently low signal80 density unless user specifies otherwise81 - Return SAM company and contact counts82836. SOM CALCULATION84 Narrow SAM to serviceable obtainable market:85 - Filter to companies with active signals only86 (signal score 60+ in last 90 days)87 - These are the accounts most likely to convert88 in the near term89 - Return SOM company and contact counts90 - Note: SOM will change quarterly as signals91 shift — recommend re-running each quarter92937. SEGMENT PRIORITIZATION94 Rank all segments by combined score:95 - Company count (size of opportunity)96 - Contact coverage ratio (ease of penetration)97 - Signal density (near-term pipeline potential)98 - Return top 3 segments to prioritize first99100## Output Format101102### TAM summary103104| Layer | Companies | VP+ contacts | Notes |105|---|---|---|---|106| TAM — full market | | | All ICP-fit companies |107| SAM — serviceable | | | Must-have criteria applied |108| SOM — obtainable | | | Active signals only |109110---111112### TAM breakdown by segment113114#### By industry115116| Industry | Companies | VP+ contacts | Signal density |117|---|---|---|---|118119#### By company size120121| Size band | Companies | VP+ contacts | Signal density |122|---|---|---|---|123124#### By geography125126| Geography | Companies | VP+ contacts | Signal density |127|---|---|---|---|128129#### By funding stage130131| Stage | Companies | VP+ contacts | Signal density |132|---|---|---|---|133134---135136### Segment prioritization137138Ranked by combined score of size, coverage, and signals:1391401. [Segment] — [reason: largest signal density /141 strongest coverage / highest company count]1422. [Segment]1433. [Segment]144145---146147### Data coverage notes148149Flag any segments where Lusha's coverage is thinner150than the rest of the TAM — specific geographies,151niche sub-verticals, or company types where the152count may underrepresent the true market size.153154---155156### Recommended next step157158Based on the TAM output, suggest:159- Which segment to build the first territory from160- Which play or skill to run next161 (e.g. Build territory plan, Find lookalike accounts,162 Get 10 best accounts this week)163164---165166From Lusha's Campus plays library: https://www.lusha.com/campus/plays/tam-builder-skill/