LeakRadar Lite
Credential and breach lookups with a 1,000-unlock enterprise cap.
LeakRadar Lite searches leaked credentials by email, username, or domain. Domain searches include exposure summaries and password-strength breakdowns; unlocks are billed from your balance with a Lite unlock ceiling.
Up to 1,000 unlocks are included in the flat query price for this LeakRadar tier.
Capabilities
- Email and username credential search with unlock visibility
- Domain compromise summaries (employees, customers, third parties)
- Password strength distributions for domain investigations
- Up to 1,000 unlocks per Lite query tier
What you get back
- Domain exposure stats and category tabs
- Individual leak cards with host, identity, and password fields
- Locked vs unlocked status and auto-unlock notices
- Pagination / total match metadata when present
UI workflow
Choose Email, Username, or Domain.
Select LeakRadar Lite.
Run the search and review summary stats, then expand leak records.
Sample queries
| Input type | Query | Notes |
|---|---|---|
email | [email protected] | Credential hits for one address |
domain | example.com | Org-wide exposure overview |
Pricing
email $1.00 · username $1.00 · domain $1.00
Best for
- Light breach triage
- Smaller domain checks
- Cost-controlled credential lookups
API example
$1.00 (up to 1,000 unlocks) per query. Live runs charge the active workspace wallet — the same rates as the dashboard.
Leaks
3
Unique hosts
3
Unlocked
2
Credentials visible in this result set
Auto-unlock consumed 1 point.
curl -X POST "https://apiv1.osintverse.com/v1/search" \ -H "Content-Type: application/json" \ -H "x-api-key: ov_your_api_key" \ -d '{"provider":"leakradar-lite","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: LeakRadar Lite integration.