HaveIBeenPwned / Data Breach Search API avatar

HaveIBeenPwned / Data Breach Search API

Pricing

$5.00 / 1,000 haveibeenpwned data breach searches

Go to Apify Store
HaveIBeenPwned / Data Breach Search API

HaveIBeenPwned / Data Breach Search API

A high-performance, developer-friendly email breach intelligence API. Query a massive database of over 10 billion leaked records, credential dumps, public pastes, and compromised accounts to immediately determine if an email address has been compromised in any known historical data breach.

Pricing

$5.00 / 1,000 haveibeenpwned data breach searches

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

HaveIBeenPwned / Data Breach Search Actor

Check if an email address has been exposed in historical data breaches, credential leaks, and public dumps. Searches over 10 billion records using a high-speed developer gateway while automatically filtering out brand logos and heavy metrics noise.


🔒 Features

  • Extensive Historical Coverage: Checks against underground hacking forums, combo lists, public paste sites, and large-scale platform breaches.
  • Lightweight JSON: Strips out brand logos, verbose analytics charts, and tracking variables to provide clean, structured data.
  • Parsed Arrays: Delimited exposure fields are parsed into JSON arrays (xposed_data) automatically.
  • Billing Protection: Safe-charging logic ensures you are only charged when the queried email is actually found in a data breach.

🛠️ Input Configuration

The actor accepts a single email address:

  • email (String, Required): The target email address to scan (e.g. jeff@amazon.com).

📊 Output

The actor outputs the full structured summary into the default Key-Value Store under the OUTPUT key, and pushes individual breach items into the default Dataset for easy exporting (Excel, CSV, JSON).

Example Output Item in Dataset:

{
"breach": "SocialEngineered",
"details": "A data breach occurred at Social Engineered, a forum focused on social engineering and cybersecurity in 2019. The breach resulted in the exposure of user account information, including usernames, email addresses, and hashed passwords.",
"domain": "socialengineered.net",
"industry": "Miscellaneous",
"password_risk": "easytocrack",
"references": "https://www.zdnet.com/article/user-data-stolen-from-human-hacking-forum-social-engineered-published-on-rival-site/",
"searchable": true,
"verified": true,
"xposed_data": [
"Usernames",
"Phone numbers",
"Private messages",
"Email addresses",
"IP addresses"
],
"xposed_date": "2019",
"xposed_records": 89409,
"added": "2023-11-08T06:30:26+00:00"
}

💳 Pricing & Charging Policy

This actor utilizes a Pay-Per-Event (PPE) pricing model:

  • Price per breach search: $0.005 per successful search.
  • Fair Billing Guarantee: You will only be charged for a run if the queried email is confirmed pwned (i.e. exposed: true and breaches_count > 0). If the email is safe and no breaches are found, the run is 100% free (you are charged $0.00).