Preview keyword search results (stats only)

GET
/leaks/keyword/preview

Preview the number of leaked credentials matching a keyword, along with the top root domains where the keyword appears. Returns aggregated stats only, no credential data. Available to all plans including Free.

The keyword is matched as a token in the host/URL column using the ClickHouse text index. For example, keyword acme-corp matches acme-corp-recrute.talent-soft.com and tekkit.io/offre/acme-corp/cdd.

Example:

GET /leaks/keyword/preview?keyword=acme-corp

Authorization

ApiKeyAuth
X-API-Key<token>

API key for authentication

In: header

Query Parameters

keyword*Keyword

Keyword to search for in host/URL

Length3 <= length <= 100

Response Body

application/json

application/json

curl -X GET "https://api.stealed.io/leaks/keyword/preview?keyword=acme-corp"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}