googlesearch icon indicating copy to clipboard operation
googlesearch copied to clipboard

A Python library for scraping the Google search engine.

Results 42 googlesearch issues
Sort by recently updated
recently updated
newest added

The latest release of googlesearch (1.10) is dependent on a vulnerable dependency Requests==2.25.1, Please update it ![image](https://github.com/Nv7-GitHub/googlesearch/assets/107933631/2bd9e533-cee2-43cc-aee3-c36b18245e9a)

## Changes * Added random header, so it appears different, not just user agent. * Added a POST version, that came from a JS free browser. * Added a multiple...

search() got an unexpected keyword argument 'advanced'

Getting an odd behavior where printing out a list of just the result gives me the usable link that I want, but not the individual result itself (returns the generator...

Hi. I search in google "laminated glass" and "polyvinyl butyral" and see multiple pages results; but when I send this phrase to googlesearch module; I am not getting any results....

Hello everyone.. this is a great project, I hope to get bigger and better... One improvment I'll try to implement is that when the result has dates on the description,...

bug
good first issue

## Summary This PR adds support for region-based search results in the googlesearch Python module by introducing the 'gl' parameter. The README has been updated accordingly to reflect these changes....

The output from following function from ```urllib``` in search function returns nonsence if terms have cycillic symbols. ``` escaped_term = urllib.parse.quote_plus(term,) ``` Passing encoding (utf8) doesn't solve problem. For my...

## Description The current implementation of the proxy setting in the `search` function does not handle proxies correctly. Specifically, if a proxy is set with the format `http://proxy_host:port`, it does...