tasos-py / Search-Engines-Scraper

Search google, bing, yahoo, and other search engines with python
MIT License
513 stars 137 forks source link

Suggestion: a minimum_search_results return inside search() class #63

Open damarega opened 1 year ago

damarega commented 1 year ago

Hi, thanks a lot for your work, I wonder if you could add a feature which can set the minimum search results of crawled page, my idea is if the n page of user inputted doesn't fulfill the minimum number, then we add n+1 to the number of pages until the minimum_search_results fulfilled. Thanks! Keep up your good work!

tasos-py commented 10 months ago

Sorry for the late reply, I've been busy. Thank you so much for informing me of all those issues you've found, you've helped me a lot in maintaining this repo. Unfortunately I don't plan implementing this feature at the moment, I still don't have much free time. But I'll keep this issue open and I'll revisit some time in the future