REST API · Structured JSON · Async Workflows

Data Enrichment API for Safer Digital Decisions

ClearCheck Data helps you enrich phone numbers, emails, names, usernames, and digital signals through one API — so your team can verify identities, detect fraud, strengthen onboarding, and support investigations faster.

  • Phone, email, name, username, and image-based enrichment
  • REST API with structured JSON responses
  • Built for fraud, KYC, onboarding, compliance, and investigations
  • Easy integration through backend systems and automation workflows
IDENTITY ENRICHMENT ENGINE · Live
📞 Phone+1(415)555…Active
✉ Emailj.doe@ex…Valid
👤 NameJohn DoeMatch
🔍 RiskLow 0.12Safe
⭐ Score7.4/10Strong
4Sources
7Signals
94%Match
0.3sResp
Enrichment Coverage

One API. Every Identifier Type.

Submit phone numbers, email addresses, names, usernames, or images. ClearCheck Data returns structured intelligence for each input type through a single consistent API.

📞

Phone Numbers

Carrier, line type, region, risk score, spam signals, and linked identity indicators.

CarrierLine TypeRisk ScoreActivityFraud Signals

Email Addresses

Deliverability, domain signals, breach exposure, social footprint, and risk indicators.

ValidityDeliverabilityBreach DataSocial LinksRisk
👤

Names & Identities

Name-to-profile matching, social graph discovery, usernames, and public web presence.

Social ProfilesUsernamesConfidenceWeb Presence
🖼

Images & Faces

Image-based public web matching for profile verification and identity consistency checks.

Image MatchPublic WebIdentity CheckOSINT
@

Usernames & Handles

Cross-platform username lookup, linked social accounts, and digital footprint analysis.

Cross-PlatformLinked AccountsDigital Footprint

People Score

Composite identity confidence score combining phone, email, name, and social signals.

Composite ScoreRisk RankIdentity Confidence
200+Platforms Scanned
0.3sAvg Response
7Signal Types
8.1M+Court Records
API Products

Purpose-Built Lookup APIs

Each API is designed for a specific identifier type, returning the signals your team actually needs for risk scoring, onboarding, and investigations.

📞

Phone Lookup API

Enrich any phone number with carrier data, line type, activity status, reputation signals, and linked identity information.

Explore →

Email Lookup API

Validate email addresses and discover digital footprint — breach exposure, linked social profiles, domain risk, and deliverability signals.

Explore →
👤

Name Lookup API

Turn a name into a structured identity profile — social graph discovery, username associations, public web presence, and confidence ranking.

Explore →
🖼

Facial Search API

Submit an image and receive public web match results for profile verification, impersonation detection, and investigation support.

Explore →
🔐

SSN Trace API

Verify identity by tracing a Social Security Number. Returns full address history, name aliases, DOB, linked phones. US only.

Explore →

Court Records API

Search across hundreds of millions of US court cases, lawsuits, and patents. Federal, state, and county-level. US only.

How It Works

Four Steps from Input to Intelligence

ClearCheck Data fits directly into backend systems. Submit a lookup, receive a job ID, poll for results, and parse structured JSON.

1

Send an Identifier

Submit a phone number, email, name, username, or image via POST request with your API key.

2

Receive Job ID

The API returns a job ID immediately. Your system can continue processing while enrichment runs asynchronously.

3

Poll for Results

Use the job ID to poll the monitor endpoint. When complete, the full structured response is ready to retrieve.

4

Parse & Act

Route the normalized JSON into your risk engine, dashboard, CRM, review queue, or reporting system automatically.

Use Cases

Built for the Workflows That Matter

🛡

Fraud Prevention

Detect fake accounts, synthetic identities, and high-risk signals before they reach your platform.

Learn more →

KYC & Compliance

Supplement onboarding and identity verification with enriched intelligence — AML screening, manual review, PEP/watchlist checks.

Learn more →

Risk Orchestration

Feed enriched identity data into your rules engine or risk scoring platform for consistent, data-backed outcomes.

Learn more →
🛒

E-commerce & Marketplaces

Verify buyers, sellers, and merchants. Reduce chargeback exposure with real-time phone and email intelligence.

Learn more →
🔍

OSINT & Investigations

Build structured identity profiles from minimal input. Linked accounts, public signals, and social graph data.

Learn more →
📊

Marketing & CRM

Clean CRM data, validate contact lists, and enrich leads with structured identity signals.

Learn more →
For Developers

Built for Backend Integration

ClearCheck Data fits directly into backend systems. Submit a request, receive a job ID, poll for completion, and parse structured JSON automatically.

API keys stay server-side. No browser exposure. Async workflow handles high-volume enrichment without blocking your application.

  • Bearer token authentication — one key for all lookup types
  • Consistent JSON schema across phone, email, name, and image lookups
  • Async pipeline — submit, receive job ID, poll when ready
  • Integrates with Zapier, Make, webhooks, and REST-capable systems
POST/api/developer/combined_phoneJSON
// 1. Submit enrichment request
POST /api/developer/combined_phone
Authorization: Bearer YOUR_API_KEY
{
  "lookup_type": "phone",
  "value": "+14155552671",
  "lookup_id": 42
}

// 2. Receive job ID
{ "id": 8821043, "status": "progress" }

// 3. Poll completed result
{
  "status": "completed",
  "data": {
    "carrier": "Example Carrier",
    "line_type": "mobile",
    "risk_score": 0.12,
    "confidence": 0.94
  }
}
Integrations

Connect to Your Existing Stack

ClearCheck Data works with the tools your team already uses. Integrate via REST API, or connect through popular automation platforms and webhooks.

REST API Zapier Make (Integromat) Webhooks CRM Platforms Fraud Platforms Risk Engines Compliance Tools Python SDK Node.js

See all integration options →

Pricing

Simple, Usage-Based Pricing

Start with free trial credits. Scale as your lookup volume grows. Enterprise plans available for custom data needs, SLA, and compliance requirements.

COMBO
€98 /month

Core identity enrichment lookups for teams.

  • Phone Lookup — 10 credits/query
  • Email Lookup — 10 credits/query
  • Exposed Info — 10 credits/query
  • Name Search — 10 credits/query
Get Started
ULTIMO
€450 /month

All Combo lookups plus advanced biometric and compliance tools.

  • All Combo lookups at 8 cr/query
  • AI-Powered Face Recognition
  • KYC & Watchlists Screening
  • Court & Criminal Records
Get Started
PAY AS YOU GO
€500 one-time

Pre-purchase credits with no recurring commitment.

  • No recurring payments
  • 5,000 credits at €3/query
  • Valid for 12 months
Get Started

Frequently Asked Questions

ClearCheck Data enriches phone numbers, email addresses, names, usernames, and images. Each identifier type returns a structured set of signals including carrier data, risk scores, linked profiles, breach exposure, and identity confidence scores.
Submit a lookup request via POST with your API key. You receive a job ID immediately. Poll the monitor endpoint with the job ID — when status is "completed", retrieve the full structured JSON response.
Visit our API documentation portal to get your API key. You can send your first lookup request within minutes using any language that supports HTTP POST requests.
Yes. The async pipeline is designed for high-volume workflows. For real-time gating, submit the lookup during the intake flow and poll immediately — typical response times are under 1 second for most lookup types.
ClearCheck Data may only be used for permitted business purposes — fraud prevention, KYC, onboarding, compliance, and similar lawful use cases. Users must comply with all applicable data protection laws including GDPR and CCPA.
Yes. The REST API integrates with any system that supports HTTP. Pre-built connectors are available for Zapier, Make, and webhook-capable platforms.