CensysEx.Hosts.search

You're seeing just the function search, go back to CensysEx.Hosts module for more information.
Link to this function

search(query \\ "", per_page \\ 100)

View Source

Hits the Censys Hosts search API. Returns a stream of results for you query

Examples

CensysEx.Hosts.search("services.service_name: HTTP")
|> Stream.take(500)
|> Enum.to_list()