Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

empty list returned from google.search for any query #88

Open
hedyhli opened this issue Oct 3, 2020 · 3 comments · May be fixed by #93
Open

empty list returned from google.search for any query #88

hedyhli opened this issue Oct 3, 2020 · 3 comments · May be fixed by #93

Comments

@hedyhli
Copy link

hedyhli commented Oct 3, 2020

from google import google

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

This prints []

@nikisalli
Copy link

nikisalli commented Oct 12, 2020

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

kulla added a commit to kulla/Google-Search-API that referenced this issue Feb 10, 2021
Google has introduced new formats for their result page (I got at least
4 different page formats in my tests). This commit fixes the parsing for
those four different formats for the description field. The parsing of
other attributes like cache_link is still broken.

Closes abenassi#92
Closes abenassi#88
Closes abenassi#84
@katesaikishore
Copy link

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

@Woolwit
Copy link

Woolwit commented Dec 10, 2021

Empty array here as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants