Api Dashboard
Api Documentation
API Studio
When a DuckDuckGo search contains related searches, they are parsed and exist within the related_searches array in the JSON output. Related searches can contain query, and link.
related_searches
query
link
JSON Example
{ ... "related_searches": [ { "query": "k cups cheapest price free shipping", "link": "https://duckduckgo.com/?q=k%20cups%20cheapest%20price%20free%20shipping" }, { "query": "death wish coffee info", "link": "https://duckduckgo.com/?q=death%20wish%20coffee%20info" }, { "query": "specialty coffee drinks list", "link": "https://duckduckgo.com/?q=specialty%20coffee%20drinks%20list" }, ... ] ... }