Using python, I would like to search a key word ("apple" for example) and return a true value if google returns any results for this.
I am not searching for a URL, so i cant use anything like:
requests.get(URL)
Is there a python package that could do this for me, or a similar post on here which I have not noticed?
Thank you