Internal live search

Initiates the search; will return status and search Id on success.

get/live/search/internal

Query parameters

termstring required

Search term

bucketstring required

CSV list of "buckets" (pastes,darknet.tor,darknet.i2p,whois,usenet,leaks.private.general,leaks.private.comb,leaks.logs,leaks.public.wikileaks,leaks.public.general,dumpster,documents.public.scihub,dns)

skipinvalidboolean

Skip invalid records

limitinteger

Result limit

analyzeboolean

Analyze

datefromstring date-time
Example:2024-01-01 00:00:00

Date from of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)

datetostring date-time
Example:2024-01-31 23:59:59

Date to of the result in YYYY-mm-dd HH:ii:ss format. (Not RFC3339)

terminatestring[]

You can terminate previous search ids

Response

Success search

statusinteger

Result status

idstring

Example response

{
  "id": "61202067-543e-4e6a-8c23-11f9b8f008cf"
}

Changes