OSINTverse

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 typeQueryNotes
email[email protected]Credential hits for one address
domainexample.comOrg-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.

Sample data
Investigation results
completed

LeakRadar Lite · email · [email protected]

Leaks

3

Unique hosts

3

Unlocked

2

Credentials visible in this result set

Auto-unlock consumed 1 point.

mail.example.com

[email protected]

UnlockednewMedium (6)

Leak ID

3f1a9c2b7e

Masked

a***@example.com

Password

••••••••

Identifier type

Email

Seen

Nov 3, 2024, 08:15 AM

vpn.example-corp.com

alex.rivera

LockedWeak (4)

Leak ID

lr_demo_locked_01

Username

alex.rivera

Masked

a***.rivera

Password

Locked — unlock required

Identifier type

Username

Seen

Jun 18, 2023, 12:00 PM

shop.example.com

alexr

Unlockedaccepted riskToo weak (2)

Leak ID

lr_demo_email_03

Username

alexr

Masked

a***r

Password

••••••••

Identifier type

Username

Seen

Jan 9, 2022, 07:22 PM

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.

On this page