The result of the Google Search.

interface GoogleSearchResult {
    rendered_content?: string;
    title?: string;
    url?: string;
}

Properties

rendered_content?: string

Web content snippet that can be embedded in a web page or an app webview.

title?: string

Title of the search result.

url?: string

URI reference of the search result.