Credential Breach Checker — Domain Monitor (HIBP) | $3.9/1K avatar

Credential Breach Checker — Domain Monitor (HIBP) | $3.9/1K

Pricing

from $3.78 / 1,000 breach records

Go to Apify Store
Credential Breach Checker — Domain Monitor (HIBP) | $3.9/1K

Credential Breach Checker — Domain Monitor (HIBP) | $3.9/1K

Check data breaches for company domains via Have I Been Pwned. Get breach date, pwned count, data classes, verification status. No API key required.

Pricing

from $3.78 / 1,000 breach records

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 days ago

Last modified

Share

Credential Breach Checker — Domain Breach Monitor via HIBP

Check which data breaches have affected your company domains using the Have I Been Pwned (HIBP) public API. No API key, no login, no external accounts required.

Use cases

  • Security due-diligence: Before partnering or acquiring, check if a target company's domain has appeared in known data breaches.
  • Vendor risk assessment: Audit third-party suppliers and SaaS vendors — did their customer data (potentially including yours) get exposed?
  • Breach monitoring for company domains: Check your own or competitor domains for any historical incidents. Understand what data classes were exposed.
  • Compliance & incident response: Quickly surface known breach history for any domain as part of a security review or audit trail.

What you get per breach record

FieldDescription
breach_nameHIBP internal identifier (e.g. Adobe)
titleHuman-readable name (e.g. Adobe)
domainAffected domain
breach_dateDate the breach occurred (YYYY-MM-DD)
pwn_countNumber of accounts exposed
data_classesList of exposed data types (e.g. ["Email addresses", "Passwords"])
is_verifiedWhether HIBP has verified the breach
is_fabricatedWhether the breach is suspected to be fabricated
is_sensitiveWhether the breach is marked sensitive
disclosure_urlLink to official breach disclosure
descriptionPlain-text breach summary
parse_confidencehigh / medium / low

Sample output

{
"breach_name": "Adobe",
"title": "Adobe",
"domain": "adobe.com",
"source_domain": "adobe.com",
"breach_date": "2013-10-04",
"added_date": "2013-12-04T00:00:00Z",
"pwn_count": 152445165,
"data_classes": ["Email addresses", "Password hints", "Passwords", "Usernames"],
"data_class_count": 4,
"is_verified": true,
"is_fabricated": false,
"is_sensitive": false,
"is_retired": false,
"is_spam_list": false,
"is_malware": false,
"disclosure_url": null,
"logo_url": "https://haveibeenpwned.com/Content/Images/PwnedLogos/Adobe.png",
"description": "In October 2013, 153 million Adobe accounts were breached...",
"parse_confidence": "high",
"scraped_at": "2026-06-09T10:00:00Z"
}

Input

FieldTypeDescription
domainsstring[]Company domains to check (e.g. adobe.com, linkedin.com)
breachNamesstring[]Optional: fetch specific breaches by HIBP name (e.g. Adobe)
verifiedOnlybooleanSkip unverified/fabricated breaches (default: false)
maxItemsintegerMax total records (default: 100, 0 = no limit)

Free tier vs. keyed tier

This actor uses free unauthenticated HIBP endpoints — no API key needed, zero buyer friction.

The one HIBP capability that requires a paid key ($3.95/mo) is per-email breach lookup (/api/v3/breachedaccount/{email}). This is not implemented here. If you need email-level breach checking, contact us — we can build a keyed premium tier.

Transport

Headless only: curl_cffi with TLS-impersonation (chrome124) + Apify RESIDENTIAL proxy for rate-limit resilience. No browser, no Playwright.

💰 Pricing & how we compare

Pay-per-result (PPE): see pricing card. You are billed per breach-record actually returned — plus the tiny apify-actor-start fee Apify waives for short runs. No subscription, no API key, no proxy fee on top.

Our edge: Have I Been Pwned-based breach exposure · domain & breach-name monitoring · risk view · no key required from you.

How rivals price the same job (live Apify Store, checked 2026-06-09)

ActorTheir priceWhat they lack vs us
lofomachines/email-breach-checker$0.05 / emaildirect peer — we charm-undercut
s-r/apifyosintemail$0.005 / resultking, but broad email-OSINT (not breach-focused)
mikolabs/email-checker-verifier$0.01 / resultemail verify, requires your own HIBP key

Prices above are competitors' live Store prices at the time of writing; ours is set to sit just below the strongest comparable while returning richer, quality-scored data.

🤖 Use with AI agents (MCP)

This actor is agent-ready (category MCP_SERVERS). Point any MCP client (Claude Desktop, Cursor, n8n AI, LangGraph) at it:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/?actors=bovi/credential-breach-checker",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}