search

abstract suspend fun search(query: String): List<Result>

Perform a web search for the provided query and return the results.

Return

a list of Results.

Parameters

query

the query to search for.

Throws

if the provided credentials are invalid.

when a search can't be performed.

when another error occurs with the SERP provider.