All integrations
Breach intelligence

DeHashed OSINT integration

Credential and breach intelligence from the DeHashed dataset.

DeHashed searches billions of breach records for emails, usernames, phones, domains, names, and IPs — returning credential rows with database provenance, leak dates, and related identity fields.

Capabilities
What this integration is designed to return.
Field-scoped search across email, username, phone, domain, name, and IP
Return breach records with database name and leak metadata
Surface plaintext and hashed passwords when present in source data
Show total hits and remaining API balance from upstream metadata
Best for
Typical investigation fits.
Credential stuffing and account takeover assessments
Domain and employee exposure reviews
Complementing LeakRadar and LeakOSINTbot breach views

Supported inputs & pricing

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

DeHashed SearchIn pricing by input type
Input typePrice
Emailemail$0.30
Usernameusername$0.30
Phone numberphone$0.30
Domaindomain$0.30
Namename$0.30
IP addressip$0.30

How to access DeHashed

Access via SearchIn UI
Run the integration without leaving the dashboard.
  1. Choose Email, Username, Phone, Domain, Name, or IP.
  2. Select DeHashed.
  3. Review grouped breach records and expand sensitive fields as needed.

What you'll see

  • ·Records grouped by breach database
  • ·Masked password fields with reveal toggle
  • ·Filter across databases and record fields
  • ·Upstream total and balance metadata
Open with this integration
Access via API
Authenticate with x-api-key, then create a search job.

Use POST /v1/search with provider dehashed. 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":"dehashed","input_type":"email","query":"[email protected]"}'

Sample queries

email
Credential exposure check
domain
example.com
Domain-wide breach footprint
ip
203.0.113.45
IP-linked breach records

FAQ

How do I use DeHashed in SearchIn?

Choose Email, Username, Phone, Domain, Name, or IP. Select DeHashed. Review grouped breach records and expand sensitive fields as needed.

How do I call DeHashed from the API?

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

What does it cost?

Email: $0.30. Username: $0.30. Phone number: $0.30. Domain: $0.30. Name: $0.30. IP address: $0.30.