Skip to main content
How we ensure data quality through verification and confidence scoring.

Overview

All person records include quality scores and confidence levels on contact data (phones, emails, locations, socials) that help you understand data reliability. Our verification process assigns confidence scores to each data point. Company records use num_sources at the record level to indicate data coverage but do not include per-field confidence scores on socials or domains.

How It Works

Person Data

Each person contact data point is evaluated and assigned a confidence level:
  • High confidence - Strong signals of accuracy and recency
  • Moderate confidence - Good signals with some uncertainty
  • Low confidence - Weaker signals, may need verification
Quality scores help you:
  • Prioritize outreach - Focus on contacts with higher confidence
  • Filter data - Set thresholds based on your use case
  • Reduce waste - Avoid contacts with low accuracy signals

Company Data

Company records include a record-level num_sources count indicating how many independent sources contribute to the record. Company socials, domains, and tickers do not include individual confidence scores.

Multiple LinkedIn Socials Per Person

Some individuals legitimately have multiple LinkedIn accounts. When our identity resolution determines two records with different LinkedIn URLs are the same person, we preserve all LinkedIn URLs in the output:
"socials": [
  {"network": "linkedin", "url": "...", "current": true, "confidence": "moderate"},
  {"network": "linkedin", "url": "...", "current": false, "confidence": "low"}
]
This ensures:
  • No LinkedIn data is lost during merging
  • Consumers can identify the primary social (current: true)
  • Quality scores indicate which URLs are most reliable

Common Questions

We evaluate multiple factors to assess data reliability. High confidence scores indicate strong signals of accuracy.
The current flag indicates whether we believe this is the person’s active contact information. For work emails, this considers job changes. For phones, only mobiles can be marked current.
Filter or prioritize based on your use case. Sales teams might focus on high-confidence contacts. Research teams might include moderate confidence for broader coverage.
Yes. Historical phones/emails are still included, but they won’t be marked current. Some use cases (research, verification) benefit from historical data.