python-gsearch icon indicating copy to clipboard operation
python-gsearch copied to clipboard

🔍 Google Search unofficial API for Python with no external dependencies

Results 10 python-gsearch issues
Sort by recently updated
recently updated
newest added

>>> search('Google Search API', num_results=15) No results where found. Did the rate limit exceed? Out[26]: []

Per /u/LightShadow on reddit.com, this library violates the Google ToS: This is against Google ToS. The reason no other library exists is because they shouldn't exist at all. If you...

I wrote such a simple function and ran it. It returned an empty array. This was my 1st time using the module so shouldn't be a rate-limiting thing. I also...

Add SafeSearch support, off by default

With a given search, the old user agents makes google return the javascriptless result. (And with so, the library is unable to parse the results). As far as I can...

https://github.com/aviaryan/python-gsearch/blob/fba2f42fbf4c2672b72d05b53120adcb25ba8b69/gsearch/googlesearch.py#L120 Is effectively destroying the results on son querys. When searching for: **170PP+270PP** Returns the url https://books.google.es/books?id=XZd2DwAAQBAJ&amp[...] `re.sub(r'^.*?=', '', url, count=1)` Severs the url to: XZd2DwAAQBAJ&pg=PA283&amp[...] What is the intended...

Hi, is there a feature to specify search results by news? ![image](https://user-images.githubusercontent.com/1876821/42468164-12e0479e-8382-11e8-982d-a87fb0eed170.png)

Right now parsing is being done using regex. We should use the inbuilt `html.parser` instead. Python 2: https://docs.python.org/2/library/htmlparser.html Python 3: https://docs.python.org/3/library/html.parser.html

Hacktoberfest

Is this still maintained ?