Skip to content

DuckDuckGo Integration

Everruns integrates with DuckDuckGo to provide instant answers via the DuckDuckGo Instant Answer API. Agents can look up facts, definitions, topic summaries (from Wikipedia and other sources), and related topics — all without an API key.

  • Instant Answers: Direct answers for calculations, IP lookups, conversions, and more
  • Topic Abstracts: Wikipedia-style summaries for well-known topics
  • Definitions: Dictionary definitions from Wiktionary and other sources
  • Related Topics: Links to related topics for deeper exploration
  • No API Key Required: The DuckDuckGo Instant Answer API is completely free

Unlike other integrations, DuckDuckGo requires no API key or configuration. The DuckDuckGo Instant Answer API is free and public.

Add the duckduckgo capability to your agent or harness configuration. In dev mode, it’s available as an experimental capability.

Agents with the DuckDuckGo capability can use this tool:

ToolDescription
duckduckgo_searchGet instant answers, abstracts, definitions, and related topics
ParameterTypeRequiredDescription
querystringYesSearch query
no_htmlbooleanNoStrip HTML from result text (default: true)

The tool returns a JSON object with available fields:

FieldDescription
queryThe original query
typeResponse type: article, disambiguation, category, name, exclusive, or nothing
headingTopic heading
abstract{ text, source, url } — topic summary
answer{ text, type } — direct answer (calculations, etc.)
definition{ text, source, url } — dictionary definition
related_topicsArray of { text, url } — related topics (max 10)
resultsArray of { text, url } — official/direct results

Only non-empty fields are included in the response.

Use CaseDuckDuckGoBrave Search
Quick facts and definitions✅ Best choiceWorks but slower
Wikipedia-style summaries✅ Best choiceNot available
Calculations and conversions✅ Direct answersNot available
Full web search results❌ Not available✅ Best choice
Current news and articles❌ Limited✅ Best choice
API key requiredNoYes

Both capabilities can be enabled simultaneously — the agent will choose the right tool based on the task.

  • No secrets: No API key or credentials to manage
  • Read-only: The API only returns information, no write operations
  • Privacy: DuckDuckGo does not track searches

Experimental — available in dev mode only. This capability may change in future releases.