All integrations
Breach intelligenceUp to 1,000 unlocks

LeakRadar Lite OSINT integration

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.

Capabilities
What this integration is designed to return.
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
Best for
Typical investigation fits.
Light breach triage
Smaller domain checks
Cost-controlled credential lookups

Supported inputs & pricing

Prices are USD. LeakRadar tiers include unlock ceilings; other integrations are flat per query.

LeakRadar Lite SearchIn pricing by input type
Input typePrice
Emailemail$1.00 (up to 1,000 unlocks)
Usernameusername$1.00 (up to 1,000 unlocks)
Domaindomain$1.00 (up to 1,000 unlocks)

How to access LeakRadar Lite

Access via SearchIn UI
Run the integration without leaving the dashboard.
  1. Choose Email, Username, or Domain.
  2. Select LeakRadar Lite.
  3. Run the search and review summary stats, then expand leak records.

What you'll see

  • ·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
Open with this integration
Access via API
Authenticate with x-api-key, then create a search job.

Use POST /v1/search with provider leakradar-lite. Poll GET /v1/search/{id} when status is running (FaceCheck).

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]"}'

Sample queries

email
Credential hits for one address
domain
example.com
Org-wide exposure overview

FAQ

How do I use LeakRadar Lite in SearchIn?

Choose Email, Username, or Domain. Select LeakRadar Lite. Run the search and review summary stats, then expand leak records.

How do I call LeakRadar Lite from the API?

Send POST /v1/search with provider: "leakradar-lite" and a supported input_type. Create an API key in the dashboard first.

What does it cost?

Email: $1.00 (up to 1,000 unlocks). Username: $1.00 (up to 1,000 unlocks). Domain: $1.00 (up to 1,000 unlocks).