IX-Plore
Módulo que te da acceso a información de Darknets, Documents, Dumpster, Leaks, Pastes, Web, Whois.
Last updated
Módulo que te da acceso a información de Darknets, Documents, Dumpster, Leaks, Pastes, Web, Whois.
Last updated
El consumo de este módulo será diario y se consumirán créditos por consulta y por visualización del documento.
Para utilizar el módulo IX-Plore necesitaremos realizar una primera petición al endpoint https://app.dotlake.io/api/search/ixplore.
Esto nos devolverá un ID en caso correcto (status=0) o un error (status=2)
Con este ID tendremos realizar peticiones al segundo endpoint https://app.dotlake.io/api/search/ixplore/results donde se recuperarán los resultados y podremos paginar hasta obtener el estado de parada (status=2)
This endpoint will return the id that we will later use to view the search results.
POST requests payload
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
""
Successfully retrieved search query results
Information about subscrition status
The search ID that can be used to query the search results and terminate the search.
Status of the request: "0": Success "1": Invalid querystring "2": Selector Invalid
This endpoint will return all the results and will make recursive calls until the search status is 2.
POST requests payload
Successfully retrieved search query results
Status of the request: "0": Result avialable "1": No results yet available but keep trying. "2": No future results available, stop trying. All results were delivered and the search is terminated "3": Search ID not found.
Result as text.
Information of all the records that match your search
This endpoint will be used to download the entire files returned by the /ixplore/results endpoint.
POST requests payload
Successfully retrieved search query results
Information about subscrition status