deedy5 / duckduckgo_search

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.
MIT License
927 stars 117 forks source link

Number of search results capped at 500 #221

Closed grschneider closed 1 month ago

grschneider commented 1 month ago

Is there any way to get more then 500 search results for a query?

Sample code:

from duckduckgo_search import DDGS
res = DDGS().text("Python", max_results=10000)
len(res)

Gives "500"

Windows 11 python 3.10.6 duckduckgo_search 6.1.2

deedy5 commented 1 month ago

Update to v6.1.4, text() max_results cutoff 2000