LeakOSINTbot
Breach-database style leak search for emails, usernames, phones, domains, and IPs.
LeakOSINTbot returns hits organized by breach database — each database lists records with flexible fields (emails, passwords, URLs, and more) plus aggregate result counts.
Capabilities
- Search by email, username, phone, domain, or IP
- Group findings by breach / dump name
- Surface passwords, URLs, and other leak fields when present
- Show database counts and result totals from source metadata
What you get back
- Collapsible database sections
- Per-field rows with secret masking
- Search filter across returned databases
- Upstream search metadata when available
UI workflow
Choose Email, Username, Phone, Domain, or IP.
Select LeakOSINTbot.
Browse databases, expand records, and copy fields as needed.
Sample queries
| Input type | Query | Notes |
|---|---|---|
username | hackru | Handle across leak DBs |
email | [email protected] | Email-centric dumps |
phone | +15550001111 | Phone-linked leak records |
domain | example.com | Domain-wide leak corpus |
ip | 203.0.113.10 | IP-linked leak records |
Pricing
email $0.20 · username $0.20 · phone $0.20 · domain $0.20 · ip $0.20
Best for
- Quick leak corpus lookups
- Complementing LeakRadar credential views
- Investigators who need dump-level provenance
API example
$0.20 per query. Live runs charge the active workspace wallet — the same rates as the dashboard.
Databases
34
Breach sources with hits
Records
100
Credential and identity rows
Search time
0.047s
18 free requests left
curl -X POST "https://apiv1.osintverse.com/v1/search" \ -H "Content-Type: application/json" \ -H "x-api-key: ov_your_api_key" \ -d '{"provider":"leakosintbot","input_type":"email","query":"[email protected]"}'Invalid provider + input_type pairs return HTTP 422. Confirm combinations with GET /v1/providers or the pricing matrix.
Run this in the SearchIn UI or create an API key. Full HTTP reference: search workflow. Marketing overview: LeakOSINTbot integration.