Skip to main content

get_first_link

codebolt.search.get_first_link(query: string): Promise<string>
Retrieves the first link from the search results for the given query.

Parameters

NameTypeDescription
querystringThe search query.

Returns:

 Promise<string>
A promise that resolves with the first link of the search results.

Status

Working Progress...