tasos-py / Search-Engines-Scraper

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

Limit search results. #15

Closed chsaiujwal closed 3 years ago

chsaiujwal commented 3 years ago

Is there anyway I can limit number of output results? Like I need only 10 Google search results... I used below code and it gave too many results... `from search_engines import Google

engine = Google() results = engine.search("my query") links = results.links()`

Thanks in advance.

chsaiujwal commented 3 years ago

Nevermind, god it.

stuartathompson commented 2 years ago

@chsaiujwal can you post your answer for others?