01 / 10

Investor / partner deck

Triangulate

Per-credit lead enrichment with source-linked confidence. For backend and revops engineers who don't want a sales call to see the schema.

lead-enrichment.prin7r.com

02 / 10

The problem

P95

The cost. Engineering teams stitch together three vendors and build their own pipeline. RevOps teams send outbound to dead inboxes.

03 / 10

The solution

One credit, one verified record.

POST /v1/enrich
{ "email": "jane.doe@stripe.com" }

→ 720ms later →

{
  "person": {
    "title": {
      "value": "Engineering Manager",
      "confidence": 0.94,
      "sources": ["https://www.linkedin.com/..."]
    }
  },
  "company": { ... },
  "technographics": [ ... ],
  "intent": { "hiring": { "openRoles": 142 } },
  "meta": {
    "freshness": { "ageDays": 3 },
    "creditsRemaining": 9_873
  }
}

Every field carries a confidence score and at least one source URL.

04 / 10

Why now

Three tailwinds.

05 / 10

Market sizing

$3.0B globally. We address $200M.

06 / 10

Product wedge

Five things we ship that competitors don't.

07 / 10

Competitive landscape

The only vendor that wins all four columns.

VendorSchema$/recordRefundSources
ZoomInfoNo$0.08–$0.20Case-by-caseNo
Apollo (Pro)Partial$0.06–$0.12Case-by-caseNo
Clearbit-RevealPartial$0.10Case-by-caseNo
LushaYes$0.05Case-by-caseNo
CognismNo$0.10Case-by-caseNo
TriangulateYes$0.025–$0.049Prorated 30-dayYes
08 / 10

Business model & traction

Three credit packs. PLG motion. 85%+ gross margin.

Pricing.

  • Starter — 1,000 credits, $49
  • Team — 10,000 credits, $399
  • Scale — 100,000 credits, $2,499

Wave 2 (Day 0 → 90).

  • 25 paying customers
  • $5,000 MRR
  • 1 Scale-tier paid pilot
$160
Avg pack
85%
Gross margin
<30d
Payback
09 / 10

Roadmap

From contract to coverage.

10 / 10

Ask

The proof is in the response.

curl -X POST https://lead-enrichment.prin7r.com/v1/enrich \
  -H 'authorization: Bearer YOUR_KEY' \
  -d '{"email":"someone@somecompany.com"}'