Nv7-GitHub / googlesearch

A Python library for scraping the Google search engine.
https://pypi.org/project/googlesearch-python/
MIT License
480 stars 117 forks source link

Not returning results #71

Closed CarlosAllberto closed 2 months ago

CarlosAllberto commented 10 months ago

I have a script that was using this library and it always worked normally. But today I went to use the script and lib is no longer returning the result of URLs. the error returned is "429 Client Error"

Nv7-GitHub commented 10 months ago

You may have sent too many requests. Try waiting and then trying again?