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>'
Search stealer log collections and breach compilations by email, username, or keyword.
This is a legacy endpoint. Use the Breach Lookup endpoint for newer indexed data.

Parameters

query
string
required
The search term (email, username, or keyword)

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_user" \
     -H "X-API-KEY: YOUR_API_KEY"