All integrations
Leak search

LeakOSINTbot OSINT integration

Breach-database style leak search for emails and usernames.

LeakOSINTbot returns hits organized by breach database — each database lists records with flexible fields (emails, passwords, URLs, and more) plus aggregate result counts.

Capabilities
What this integration is designed to return.
Search by email or username
Group findings by breach / dump name
Surface passwords, URLs, and other leak fields when present
Show database counts and result totals from source metadata
Best for
Typical investigation fits.
Quick leak corpus lookups
Complementing LeakRadar credential views
Investigators who need dump-level provenance

Supported inputs & pricing

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

LeakOSINTbot SearchIn pricing by input type
Input typePrice
Emailemail$0.20
Usernameusername$0.20

How to access LeakOSINTbot

Access via SearchIn UI
Run the integration without leaving the dashboard.
  1. Choose Email or Username.
  2. Select LeakOSINTbot.
  3. Browse databases, expand records, and copy fields as needed.

What you'll see

  • ·Collapsible database sections
  • ·Per-field rows with secret masking
  • ·Search filter across returned databases
  • ·Upstream search metadata when available
Open with this integration
Access via API
Authenticate with x-api-key, then create a search job.

Use POST /v1/search with provider leakosintbot. 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":"leakosintbot","input_type":"username","query":"hackru"}'

Sample queries

username
hackru
Handle across leak DBs
email
Email-centric dumps

FAQ

How do I use LeakOSINTbot in SearchIn?

Choose Email or Username. Select LeakOSINTbot. Browse databases, expand records, and copy fields as needed.

How do I call LeakOSINTbot from the API?

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

What does it cost?

Email: $0.20. Username: $0.20.