ClearCheck Data
  • Product
    • Phone Lookup API
    • Email Lookup API
    • Name Lookup API
    • Facial Search API
    • SSN Trace API
  • Industry
    • Fraud Prevention
    • KYC and Compliance
    • Risk Orchestration
    • E-Commerce Verification
    • OSINT and Investigations
    • Marketing Data Enrichment
  • Developers
    • API Quickstart
    • Async Enrichment Pipeline
    • Platform Integrations
    • API Docs
  • Pricing
  • Company
    • About
    • Become an Affiliate
    • Contact Sales
Read Docs Get API Access
Email Lookup API
Use Case Email Enrichment

Email Lookup API for Fraud, KYC & Identity

Turn any email address into a structured intelligence profile. ClearCheck Data returns validity, deliverability, breach exposure, domain signals, linked phones, social footprint, and risk indicators — all in one API call.

Get API Access Read API Docs
Email validity, deliverability, and domain type
Breach exposure and spam / fraud risk score
Linked phone numbers and social profiles
Identity confidence score (0–10) and social footprint signals
Valid & DeliverableActive inbox
Low Risk0 breaches found
EM
Email Intelligence
ClearCheck Data Engine
Completed
sarah.c***@example.com
Scanning 200+ platforms…
Deliverability
Valid & Deliverable
Verified
Domain Type
Business · Established
Legitimate
Breach Exposure
0 known breaches
Clean
Social Profiles
14 profiles found
Enriched
Identity Score
6.8 / 10
Strong
Signal confidence96/100
What It Does

From an Email to a Full Identity Signal Set

The Email Lookup API accepts any email address and returns a normalized set of enrichment signals — validity, deliverability, breach data, domain intelligence, linked phone numbers, and social footprint — in a single structured JSON response.

Email Validity

Verify that the email address is correctly formatted, that the domain has valid MX records, and that the mailbox is capable of receiving messages before you send or onboard.

Breach Exposure

Check whether the email address appears in known data breach databases. A high breach count is a strong risk signal for account takeover and synthetic identity patterns.

Domain Intelligence

Identify the domain type — business, free provider, disposable, or custom — along with domain age and reputation signals. Disposable and newly registered domains carry higher fraud risk.

Social Footprint

Discover social network profiles, public platform handles, and digital accounts linked to this email address — providing a richer picture of the identity behind the identifier.

Linked Phone Numbers

Returns phone numbers found to be associated with this email address. Pass them to the Phone Lookup API to cross-reference carrier, risk, and identity signals for a complete profile.

Confidence Score

Each lookup returns a confidence score from 0 to 10. Higher means more consistent signals. Use it directly in your risk rules to approve, flag, or escalate accounts.

Input

What You Send

An email address is all you need. Pass it with your API key and a reference ID to match results to your records.

Email Address

Standard email format — e.g. [email protected]. Supports all domains and TLDs globally.

API Key

Sent as a Bearer token in the Authorization header. Always kept server-side — never in browser code.

Lookup ID

A reference integer you assign. Returned as-is in the response so you can match results to your own records.

Output Signals

What You Get Back

Every completed lookup returns a structured JSON object. Here is what each field means and how to use it.

validBoolean. Whether the email passes format checks, MX record validation, and basic mailbox reachability tests.
deliverableBoolean. Whether the mailbox exists and is set up to accept incoming messages. False means bounces are likely.
domain_typebusiness, free, disposable, or custom. Disposable emails are high-risk and often used for fake account creation.
breach_countNumber of known data breach databases this email appears in. Higher counts indicate a higher account takeover risk.
risk_scoreA 0–1 number based on fraud patterns, breach history, and domain signals. Above 0.6 is worth a closer look.
spam_flagTrue if the email appears in known spam or abuse registries. Treat this as a hard block signal in onboarding flows.
linked_phonesPhone numbers found to be associated with this email. Pass them to the Phone Lookup API for deeper enrichment.
linked_profilesSocial network and public platform handles connected to this email address, where detectable.
identity_score0–10 composite score. Score of 7+ means strong, consistent signals. Use it directly in your risk rules.
API Workflow

Submit, Receive, Poll, Parse

The email lookup runs through an async enrichment pipeline. Submit your request, hold the job ID, and poll when ready. Your backend keeps processing without waiting.

1

Submit Email Address

POST the email address with your Bearer API key. The same endpoint accepts phone, email, name, and image lookups.

2

Receive Job ID

The API responds immediately with a numeric job ID and status "progress". No waiting required at this step.

3

Poll for Completion

Query the monitor endpoint using the job ID. When status changes to "completed", the full signal set is ready.

4

Parse & Route

Receive normalized JSON. Route risk scores to your rules engine, store breach data, or trigger review workflows.

For Developers

How to Make an Email Lookup Call

Send one POST request with the email address and your API key. Get a job ID back straight away — no waiting. Poll once to pick up the full result when it's ready.

The same endpoint handles all lookup types. Change lookup_type to switch between email, phone, name, or image — everything else stays the same.

Your API key stays on the server — never in the browser
Non-blocking — submit and move on, collect results when ready
Same JSON structure for every lookup type — easy to build once
Works with any email address from any domain or country
Open API DocsView Quickstart Guide

Docs are currently on our existing portal and will move to the ClearCheck Data portal soon.

POST /api/developer/combined_email JSON
// 1. Submit lookup
POST /api/developer/combined_email
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
  "lookup_type": "email",
  "value":       "[email protected]",
  "lookup_id":   43
}

// 2. Initial response
{
  "id":     8821044,
  "status": "progress"
}

// 3. Poll for result
GET /api/request-monitor/api-usage/8821044

// 4. Completed response
{
  "status":         "completed",
  "identity_score": 6.8,
  "signals": {
    "valid":         true,
    "domain_type":   "business",
    "breach_count":  0,
    "risk_score":    0.08,
    "linked_phones": ["+1415XXX"]
  }
}
Use Cases

Who Uses Email Lookup and Why

Email enrichment signals support fraud prevention, KYC, marketing, and account security workflows — wherever an email address is collected from a user.

Fraud Prevention

Detect disposable addresses, high-risk domains, and breach-exposed emails before they reach your platform. Block fake account registrations at the point of signup.

KYC & Onboarding

Enrich submitted email addresses during identity verification. Deliverability, domain type, and breach data supplement other identity signals for stronger onboarding decisions.

Marketing & CRM

Clean contact lists before outreach campaigns. Filter invalid, disposable, and undeliverable addresses to improve deliverability rates and keep CRM data accurate.

E-commerce Verification

Verify buyer and seller contact data before transactions. Flag disposable email providers and breach-exposed accounts commonly associated with chargeback fraud.

OSINT & Investigations

Build structured identity profiles starting from an email address. Linked phones, social profiles, and breach history help investigators corroborate identity and trace connections.

Risk Orchestration

Feed email signals directly into your rules engine or risk scoring platform. Structured JSON integrates with any decision system without additional data transformation.

FAQ

Frequently Asked Questions

The Email Lookup API accepts standard email addresses in the format [email protected]. It supports all TLDs and domain types including business, free provider, custom, and international domains. The API handles format validation internally — no pre-cleaning is required.
A "valid" email passes format and MX record checks — it's correctly formatted and the domain is set up to receive email. A "deliverable" email means the specific mailbox exists and is configured to accept messages. An email can be valid but not deliverable if the mailbox has been deleted or deactivated.
The API checks the submitted email address against aggregated breach databases. The breach_count field returns the number of distinct breach incidents the email appears in. A count above zero means the email and likely associated password have been exposed in at least one known data breach — increasing the risk of account takeover.
Yes. The domain_type field returns "disposable" for temporary email providers commonly used to bypass registration requirements. These domains are updated continuously as new disposable providers appear. A disposable domain is a strong signal for fake account creation and should typically trigger an additional verification step or block.
The API uses an async enrichment pipeline. After submitting a request, you receive a job ID immediately. Most email lookups complete within a few seconds. Poll the monitor endpoint to check status and retrieve the completed response. This approach allows your system to continue processing without waiting on each lookup.
Yes. Where available, the API returns phone numbers found to be associated with the submitted email address in the linked_phones field. You can then pass these to the Phone Lookup API to enrich the phone signals — carrier data, risk score, and linked apps — for a more complete identity profile.
ClearCheck Data

Data enrichment and identity intelligence for fraud prevention, KYC, compliance, and investigations.

Get API Access Read Docs
Product
Phone Lookup API Email Lookup API Name Lookup API SSN Trace API Facial Search API
Industry
Fraud Prevention KYC & Compliance Risk Orchestration E-Commerce Verification Marketing Data Enrichment OSINT & Investigations
Developers
API Documentation API Quickstart Platform Integrations Async Enrichment Pipeline Identity Enrichment API
Company
About Contact Sales Become an Affiliate Pricing
Legal
Privacy Policy Terms of Use Data Processing Addendum Security Policy

ClearCheck Data provides enrichment and identity intelligence tools for permitted business, compliance, risk, and investigative use cases. Customers are responsible for using the service in accordance with applicable laws and regulations.

© 2026 ClearCheck Data. All rights reserved.