Skip to main content
GET
/
api
/
database-search
Stealer Logs (Legacy)
curl --request GET \
  --url https://www.osintcat.net/api/database-search \
  --header 'X-API-KEY: <x-api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.osintcat.net/llms.txt

Use this file to discover all available pages before exploring further.

Search stealer log collections and breach compilations by email or domain.
This is a legacy endpoint. Use the Breach Lookup endpoint for newer indexed data.

Parameters

query
string
required
The search term (email address or domain name)
type
string
default:"email"
The search type. Accepted values: email, domain. If not provided, the type is auto-detected based on the query format (presence of @ = email, otherwise domain).

Headers

X-API-KEY
string
required
Your API key

Response

Returns matching records found across the stealer log database collection.

Example Request

curl "https://www.osintcat.net/api/database-search?query=example@email.com&type=email" \
     -H "X-API-KEY: YOUR_API_KEY"