Class WebSearchResults

  • All Implemented Interfaces:

    
    public class WebSearchResults
    
                        

    Represents the response of a web search performed. This includes the list of organic search results, information about the search, and pagination information.

    WebSearchResults follow opensearch foundation standard implemented by most web search engine libs like Google, Bing, Yahoo, etc. OpenSearch#response

    The organic search results are the web pages that are returned by the search engine in response to a search query. These results are typically ranked by relevance to the search query.