Check emails, phone numbers, passwords, names, and social IDs against breach and leak intelligence sources — via a fully automated Apify Actor.
{ "lookupType": "email", "values": [ "[email protected]" ] }
Submit any identifier and get back structured breach and leak intelligence — automatically polled, cleaned, and ready to use in your pipeline.
Search by email, phone, password, full name, or any major social ID — all from a single Actor with one unified input.
The Actor submits the lookup request, polls for completion automatically, and only returns when the result is final — no manual polling needed.
Results are returned as clean JSON in the Apify dataset — including matched sources, exposed records, and status — ready to integrate with any tool or workflow.
Submit up to 25 identifiers in a single run. Split larger lists across runs for cost control — pay only per successful result.
Charged only on successful lookups. Timeouts and errors are not billed. Set a maximum cost per run to stay in control of your spend.
Connect to Make, Zapier, Google Sheets, or any system via the Apify API. Use the built-in scheduler for periodic scans.
Set lookupType to any of the following identifiers to target the right data source.
A single run takes seconds to minutes depending on backend queue load.
Choose a lookupType and pass one or more values as a list — emails, phones, names, social IDs, or passwords.
Each value is sent to the breach intelligence endpoint. An initial response with a request ID is returned immediately.
The Actor polls the result endpoint every 10 seconds until the result is final (up to ~3 minutes per value).
Final results land in your Apify dataset as structured JSON. Successful lookups trigger the billing event.
Example Input
{
"lookupType": "email",
"values": [
"[email protected]",
"[email protected]"
]
}
Use cases
Each submitted value produces one record in the dataset. Successful lookups include matched sources and exposed records when available.
Note: status: "success" means the lookup completed — not necessarily that breach records were found. Check result.data for actual matches.
Pay only for successful results. No monthly fees, no seat licenses.
Standard usage via Apify
What you need to run this Actor