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

Cool library btw. Small issue when few results returned by google: In the function def search() if there are too few results, the function never returns. For example, passing num_results=10...

I have code like this: for j in search(usermessage + site, num_results=5, lang='ru', sleep_interval=2, proxy='http://104.26.2.46:80'): responce.append(j) I installed a proxy but it doesn't work. I saw issues where this topic...

there is a case which searching google returns no result ( because of mistyping or other reasons) so there will be an infinite loop in search function: ``` while start...

Is there a way to get the featured snippets that Google shows when you search for something instead of just links?

enhancement

I am receiving 429 error after 5 or 6 searches. I know the code does randomly choose a different user agent which shouldn't bring this error, however I did get...

The error says: cannot import name 'search' from 'googlesearch' So, I need help regarding this error.

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...

I find out there are some queries that make the search function stall for over 1 minute, then they return 429, regardless of waiting time. Ex. "Malaysia sugar tax, RM0.40...

## Summary This PR adds two new features to the library, as suggested in Issue #11: 1. Sponsored search results: The `search` function now accepts a `sponsored` boolean flag to...

Is it possible to specify the country as a parameter? I see that I can specify the language, but not the country.