Closed chsaiujwal closed 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.
Nevermind, god it.
@chsaiujwal can you post your answer for others?
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.