v1

latestOpenAPI 3.0.02026-07-24311994.6 KB
Keyword Search

URLs by Keyword

Search for URLs based on keywords.

post/search-by-keyword/urls

Request body

keywordstring required

Keyword to search for in URLs. Case-insensitive. Examples include 'rdweb', 'citrix', 'webmail', etc.

cursorstring

Base64 encoded pagination cursor for retrieving the next set of results. Obtained from the 'nextCursor' field in the previous response. Enables efficient pagination through large result sets without data loss.

sort_direction'asc' | 'desc'

Direction to sort results. 'desc' returns newest file exposures first (recommended for threat monitoring), while 'asc' returns oldest exposures first (useful for forensic analysis and incident timelines).

Example request

{
  "keyword": "rdweb"
}

Response

Successful keyword URLs search

nextCursorstring

Cursor for the next page of results