Google-Search-API icon indicating copy to clipboard operation
Google-Search-API copied to clipboard

empty list returned from google.search for any query

Open hedyhli opened this issue 4 years ago • 3 comments

from google import google

results = google.search("hi", 3)
print(results)

This prints []

hedyhli avatar Oct 03 '20 00:10 hedyhli

fixed with pr #87, rebuild the package by cloning this repo

don't forget that the package name was changed from google to googleapi to solve naming conflicts

nikisalli avatar Oct 12 '20 19:10 nikisalli

I am still getting an empty array I have cloned the latest repo pip install git+https://github.com/abenassi/Google-Search-API and upgraded

katesaikishore avatar Aug 27 '21 18:08 katesaikishore

Empty array here as well.

Woolwit avatar Dec 10 '21 01:12 Woolwit