Duckduckgo API getting search results [duplicate]
tl;dr — Screen scrape https://duckduckgo.com/html/?q={search_terms} As other answerers have mentioned, the URL for DuckDuckGo’s limited search API is http://api.duckduckgo.com/?q=x&format=json x being the search terms you’re looking for. However, please note that this is not a full search API. As DuckDuckGo’s API page mentions, This API does not include all of our links, however. That is, … Read more