
Competitor Analysis Pitch Deck: What Investors Want
Build a competitor analysis slide investors actually trust.

Build account scoring in Clay that reps actually trust.

Author
Published date
5/19/2026
Reading time
5 min
Account scoring usually breaks at the data layer. Half your CRM records have gaps, so the model outputs garbage tiers. Reps lose trust, the project gets shelved, and your team is back to gut-feel prioritization within a quarter. Clay solves the data problem first, then lets you build scoring logic on top of clean records.
This blog walks through the full workflow: enrichment sequence, formula syntax, the signals that matter for $20K+ ACV deals, and the mistakes that quietly burn credits without producing usable output.
Clay connects to 150+ enrichment providers, gives you a spreadsheet where you write your own scoring formulas, and includes an AI research agent called Claygent. It pulls firmographic data from Apollo and Clearbit, technographic data from BuiltWith and HG Insights, and consolidates these sources inside a single table where you define your own logic.
The core mechanism is waterfall enrichment. Clay queries multiple data providers sequentially until it finds a match. Coverage gains have been reported to roughly triple enrichment coverage. Records without enrichment data cannot be scored, so coverage comes first.
The market has three tiers of scoring options:
For Series A through C companies with a defined ICP, Clay offers full transparency, deep customization, and enough enrichment depth without enterprise contracts.
Here's the practical sequence for building account scoring inside Clay.
Bring in accounts via CSV upload, Clay's built-in company search, or a webhook from HubSpot or Salesforce. Run deduplication before any enrichment columns fire. Running enrichment on duplicates wastes credits, and credits disappear fast if you're not watching.
Build enrichment columns using waterfall logic. In each column's settings, add the condition "Only run if [column] is empty," then stack fallback providers. Sequence cheapest sources first:
For tech stack signals, use BuiltWith as the primary source. For competitor tools installed, use HG Insights as primary with BuiltWith as fallback.
HG Insights describes intensity as repeated detections of a product signal over time at a company or location, which helps indicate technology usage trends. That's a usable scoring input on its own.
Layer in time-sensitive signals beyond static firmographics:
Add a formula column (type: Number) using Clay's JavaScript-like ternary syntax. Here's a real employee count scoring formula from Clay's documentation:
{{employee_count}} > 300 ? 5 : {{employee_count}} > 100 ? 3 : {{employee_count}} > 50 ? 1 : 0
Key syntax rules: use {{column_token}} to reference columns, && for AND conditions, .includes("text") for keyword search, and always end with : 0 for unmatched cases. Check conditions largest-to-smallest when using > operators.
If you're not comfortable writing formulas manually, Clay's AI Formula Generator translates plain-English ICP criteria into working code.
Once a baseline firmographic score exists, add the condition "Only run if [baseline_score] >= X" to expensive enrichments like Bombora intent data, HG Insights depth scoring, and Claygent AI research columns. This prevents burning credits on accounts that clearly don't fit.
For signals that formulas cannot capture (implied business model, competitive context, qualitative website language), add a Claygent column with a scoring prompt. Set the output format to JSON with score and reasoning fields so individual components feed into downstream formula columns.
Sum all sub-scores in a second formula column:
{{employee_score}} + {{funding_score}} + {{tech_stack_score}} + {{job_posting_score}}
Then add a tier label column (type: Text):
{{total_score}} >= 40 ? "Tier 1" : {{total_score}} >= 20 ? "Tier 2" : "Tier 3"
CRM sync sends scores back to Salesforce or HubSpot automatically on the Growth plan and above. Above-threshold accounts route to AE calendars or outbound sequences. Below-threshold accounts enter automated nurture or get deprioritized until new signals fire. A prioritized list that still requires manual review captures only a fraction of the value.
For teams managing multiple scoring tables, Clay Functions let you build scoring logic once and reuse it. When ICP criteria change, updating the Function propagates across every table calling it.
For mid-market and enterprise SaaS with longer sales cycles, a three-score system is worth copying: fit score, engagement score, and contract value score.
Weight your composite score across four signal categories:
Negative signals matter just as much. Accounts in excluded industries get hard-disqualified. Company size outside your addressable range scores to zero. Competitor employees get excluded from outbound. Existing customers route to CS. Single low-level contacts get flagged for warming before outreach.
A 90-day window also changes how engagement should score. An account with three employees on the free tier who attended a Clay event last month scores differently from one that checked the website 18 months ago.
Watch for these patterns. Each one quietly degrades scoring accuracy until reps stop trusting the output.
Stage of growth determines whether Clay is the right scoring engine for your team.
Pre-PMF or seed-stage companies should stick with CRM-native rule-based scoring. You're still figuring out who buys. A scoring tool won't fix that. Series A through B companies ($2M to $15M ARR) benefit most from Clay as a primary scoring and enrichment engine layered on top of CRM-native scoring.
At Series C and beyond, Clay and enterprise intent platforms like 6sense or Demandbase become complementary rather than substitutes. You can run 6sense or Demandbase for proprietary intent data, with Clay for enrichment, custom scoring, and outbound execution.
Be honest about platform limitations. 6sense's scoring methodology is only partially transparent to users and can feel like a black box. If you route exclusively on their intent scores, you're introducing unverifiable assumptions into your pipeline. Layer their output with first-party signals and firmographic fit rather than treating any single platform's score as ground truth.
Clay account scoring only generates pipeline when it's connected to coordinated execution across paid media, outbound, and creative.
We're a Clay Enterprise Partner, and we build signal-based outbound systems and ICP scoring workflows for B2B SaaS organizations every day. We handle the Clay buildout, the CRM sync, the outbound sequences, plus LinkedIn and Google ads, coordinated as a single allbound motion.
Book a consultation to scope a Clay account scoring buildout for your ICP.
How long does it take to build an account scoring model in Clay?
A functional baseline model with firmographic and technographic enrichment, formula columns, and tier labels typically takes one to two weeks for a defined ICP. Adding Claygent qualitative scoring, intent signal layering, and CRM sync usually extends the buildout to three to four weeks. The longest variable is ICP clarity, not Clay setup time. Teams without a documented ICP spend most of the project relitigating fit criteria rather than building columns.
How much do Clay credits cost for a typical account scoring buildout?
Credit burn depends on enrichment depth and account volume. A waterfall with four to five firmographic providers running against 10,000 accounts can consume 30,000 to 50,000 credits before scoring formulas even fire. Gating expensive providers (Bombora, HG Insights depth scoring, Claygent) behind a baseline firmographic score is the single biggest credit saver. Most Series A through B teams land on the Pro or Explorer plan and stay credit-efficient by sequencing cheapest providers first.
Can Clay replace 6sense or Demandbase entirely?
For most Series A through B companies, yes. Clay covers firmographic enrichment, technographic signals, custom scoring logic, and CRM sync at a fraction of the cost. Where 6sense and Demandbase still win is proprietary third-party intent data (anonymous buyer research signals across their data co-ops). At Series C and beyond with enterprise budgets, running both in parallel is often more cost-effective than picking one: intent platforms for signal, Clay for execution.
How often should account scoring models be recalibrated?
Quarterly at minimum, with a closed-won review every month. Pull your last 90 days of closed-won deals, compare their scores at the time of routing against their actual conversion outcomes, and adjust weights where the model under-predicted or over-predicted. ICP drift is the most common cause of scoring decay: a model built when you sold to 50-person startups will score poorly once you move upmarket to 500-person mid-market accounts. Sculptor automates this calibration if you have enough closed-won volume to train on.

Build a competitor analysis slide investors actually trust.

80% automation with Clay and Make.com reshapes your pipeline.

Market positioning strategies that close $20K+ B2B SaaS deals.