IX-Plore
Module that gives you access to information from Darknets, Documents, Dumpster, Leaks, Pastes, Web, Whois.
Last updated
Module that gives you access to information from Darknets, Documents, Dumpster, Leaks, Pastes, Web, Whois.
Last updated
The consumption of this module will be daily and credits will be consumed per consultation and per viewing of the document.
To use the IX-Plore module we will need to make a first request to the endpoint https://app.dotlake.io/api/search/ixplore. This will return an ID in case of success (status=0) or error (status=2)
With this ID we will have to make requests to the second endpoint https://app.dotlake.io/api/search/ixplore/results where the results will be recovered and we can page until we obtain the stop status (status=2)
This endpoint will return the id that we will later use to view the search results.
/search/ixplore
Authentication header. API token prefixed with 'token '
Minimum date, as UNIX epoch, this date refers to sort_field date selected
Maximum date, as UNIX epoch, this date refers to sort_field date selected
Query string for search on the API
This endpoint will return all the results and will make recursive calls until the search status is 2.
/search/ixplore/results
Authentication header. API token prefixed with 'token '
This endpoint will be used to download the entire files returned by the /ixplore/results endpoint.
/search/ixplore/files
Authentication header. API token prefixed with 'token '