Search Results

It fetches the links and titles of the search results page.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

google.search_results()
Returns

{“body”: [{‘Title’: ‘Title’, ‘Link’: ‘Link’, ‘Desc’: ‘Desc’}], “success_score”: “100”, “errors”: []}

Return type

dict