Your contacts and accounts, finally accurate.
Real-time intelligence that replaces static databases — in your CRM, not another tool.
+ any CRM, warehouse, or API
The right people at every account — verified
Salmon researches the buying committee at every account you care about. Not a database lookup — genuine research across live sources, cross-verified, confidence-scored.
Find anyone matching your criteria
Describe who you’re looking for. Salmon searches across live sources and returns verified, enriched contacts — not a stale list from a pre-built database.
Audit, clean & enrich every account
Salmon finds every duplicate and broken hierarchy, resolves them, then enriches every account with verified firmographics, technographics, and real-time signals.
Your data stays current without manual work
Job changes, M&A, promotions, new leadership — Salmon catches every signal and updates your CRM before your rep notices. Scheduled sweeps catch everything else.
API, CLI, CRM sync, or warehouse — your call
Every response includes confidence scores, source attribution, and reasoning traces — so your team knows why the data is right, not just what the data says.
// Response — every field scored & sourced
{
"name": "Sarah Kim",
"title": "VP Revenue Operations",
"company": "Acme Corporation",
"work_email": "s.kim@acme.com",
"phone": "+1 (415) 555-0142",
"seniority": "VP",
"department": "Revenue Operations",
"linkedin": "linkedin.com/in/sarahkim",
"confidence": {
"overall": 0.97,
"title": 0.95,
"email": 0.98,
"phone": 0.92
},
"sources": 7,
"reasoning": "Verified across
company directory and 6 additional
sources. Title confirmed current as
of 2026-07-01.",
"company_data": {
"industry": "Enterprise SaaS",
"revenue": "$85M ARR",
"employees": 340,
"signals": ["Series C", "Hiring 12 SDRs"]
}
}
# Install
$ npm i -g @salmonrun/cli
$ salmon auth --key sk_live_...
# Enrich a file
$ salmon enrich --file pipeline-q2.csv
Enriching 1,247 contacts across 75+ sources...
✓ LinkedIn matched 1,198 (96.1%)
✓ Email verified 1,089 (87.3%)
✓ Title confirmed 1,156 (92.7%)
✓ Job changes caught 23 flagged
→ pipeline-q2-enriched.csv (1,247 rows, 42 fields)
# Chain commands — standard Unix pipes
$ cat leads.csv \
| salmon enrich \
| salmon score --icp fintech-vp.yaml \
> ready.csv
// Add to your MCP config
{
"mcpServers": {
"salmon": {
"command": "npx",
"args": ["@salmonrun/mcp-server"],
"env": {
"SALMON_API_KEY": "sk_..."
}
}
}
}
// Then just ask your AI assistant:
> "Find 10 VP Marketing contacts
at Series B fintech companies"
● salmon.search → salmon.enrich
✓ 10 contacts found and enriched.
Backed by leading investors