πŸ›‘οΈ Email Data Breach & Credential Leak Hunter avatar

πŸ›‘οΈ Email Data Breach & Credential Leak Hunter

Pricing

from $3.00 / 1,000 results

Go to Apify Store
πŸ›‘οΈ Email Data Breach & Credential Leak Hunter

πŸ›‘οΈ Email Data Breach & Credential Leak Hunter

Check emails against known public data breaches and credential exposures. Returns breach names, dates, leaked fields, paste records, and risk severity. No API key required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

David A

David A

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Share

Verify if an email address has been compromised in public data breaches, credential dumps, or paste sites. Get full exposure diagnostics, compromised data categories (passwords, phone numbers, IP addresses), risk scores, and incident timelines β€” no API key required.


πŸ”₯ The B2B Contact & OSINT Intelligence Suite

Build a complete lead verification & security investigation pipeline by combining these specialized tools:

ToolPurposePricingLink
πŸ›‘οΈ Email Data Breach HunterDetect compromised credentials & public database leaks$3.00 / 1KView on Store β†’
πŸ” OSINT People SearchFind digital footprints across 10+ social & developer platforms$1.50 / 1KView on Store β†’
πŸ“± Phone Number LookupCarrier, line type (mobile/VoIP/landline), E.164 validator$1.50 / 1KView on Store β†’
πŸ“§ Email Verifier0–100 deliverability score, MX lookup, disposable email check$2.00 / 1KView on Store β†’
🌐 Email & Domain IntelligenceSPF, DKIM, DMARC, WHOIS, and security DNS health check$1.50 / 1KView on Store β†’
πŸ’Ό LinkedIn Employees ScraperExtract decision makers & employee leads for B2B outreach$5.00 / 1KView on Store β†’

✨ Features

  • πŸ” Global Breach Coverage: Checks against hundreds of historic and recent public database breaches.
  • ⚑ Lightning Fast: Sub-second execution using high-speed threat intelligence endpoints.
  • πŸ“Š Risk Scoring: Returns numeric riskScore (0–100) and severity classification (Safe, Medium, High, Critical).
  • πŸ“ Compromised Data Taxonomy: Identifies exactly what leaked (Passwords, Names, Phone numbers, IPs, Locations).
  • πŸ”„ Batch Mode: Inspect single addresses or list of hundreds in one run.
  • 🚫 No API Key Required: Fully managed, public threat intel endpoints.

πŸ“₯ Input Parameters

FieldTypeDefaultDescription
emailString"test@example.com"Single email address to check
emailsArray of Strings[]List of email addresses for batch checking
maxResultsInteger100Maximum emails to process in one run

πŸ“€ Output Dataset Format

{
"email": "user@company.com",
"status": "EXPOSED",
"riskScore": 85,
"riskLabel": "High",
"totalBreaches": 5,
"breachedSites": ["Canva", "LinkedIn", "Dropbox", "Adobe"],
"exposedDataTypes": ["Passwords", "Email addresses", "Usernames", "IP addresses"],
"breaches": [
{
"breachId": "Canva",
"domain": "canva.com",
"industry": "Graphic Design",
"breachDate": "2019-05-24",
"pwnCount": 137000000,
"dataClasses": ["Passwords", "Usernames", "Names"],
"description": "In May 2019, graphic-design tool Canva suffered a data breach impacting 137 million subscribers."
}
],
"pastesCount": 1,
"queriedAt": "2026-09-17T20:45:00.000Z"
}

πŸ’‘ Practical Use Cases

  • Security Audits & Employee Hygiene: Monitor corporate email domains for credential exposure.
  • Fraud Prevention & KYC: Flag high-risk user registrations using known compromised credentials.
  • Private Investigations & OSINT: Trace historical digital footprint and breach exposure timelines.
  • Account Takeover (ATO) Protection: Proactively prompt users to reset passwords if their email appears in new leaks.

πŸ€– AI Agent & MCP Server Integration

Run this Actor directly from AI Agents, LLM pipelines, or Cursor / Claude Desktop:

  • Apify MCP Server URL: https://mcp.apify.com/?tools=fetch-actor-details,unrivaled_fortress/email-data-breach-osint
  • Python:
    from apify_client import ApifyClient
    client = ApifyClient("YOUR_APIFY_TOKEN")
    run = client.actor("unrivaled_fortress/email-data-breach-osint").call(run_input={"email": "target@domain.com"})
  • JavaScript / TypeScript:
    import { ApifyClient } from 'apify-client';
    const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
    const run = await client.actor('unrivaled_fortress/email-data-breach-osint').call({ email: 'target@domain.com' });

⭐ Loved using this Actor?

If this Actor saved you time or powered your workflow, please take 10 seconds to leave a 5-star rating! It helps indie developers maintain fast, reliable security tools.

πŸ‘‰ Click here to leave a review & rating on Apify Store


Crafted by David Ahn Β· Powered by public OSINT & threat intelligence