DuckDuckGo

DuckDuckGo é um mecanismo de busca focado em privacidade que entrega respostas instantâneas, abstracts, tópicos relacionados e mais — sem rastrear você ou suas pesquisas. O DuckDuckGo facilita encontrar informações sem perfilamento de usuário ou anúncios direcionados.

Com o DuckDuckGo no Zoen, você pode:

  • Pesquisar na web: Encontre instantaneamente respostas, fatos e visões gerais para uma consulta
  • Obter respostas diretas: Recupere respostas específicas para cálculos, conversões ou consultas factuais
  • Acessar abstracts: Receba resumos ou descrições curtas dos tópicos pesquisados
  • Buscar tópicos relacionados: Descubra links e referências relevantes à sua pesquisa
  • Filtrar a saída: Opcionalmente remova HTML ou ignore desambiguação para resultados mais limpos

Esses recursos permitem que seus agentes Zoen automatizem o acesso a conhecimento atualizado da web — desde trazer fatos em um fluxo de trabalho até enriquecer documentos e análises com informações em dia. Como a Instant Answers API do DuckDuckGo é aberta e não exige uma API key, é simples e seguro para a privacidade integrar aos seus processos de negócio automatizados.

Usage Instructions

Search the web using DuckDuckGo Instant Answers API. Returns instant answers, abstracts, related topics, and more. Free to use without an API key.

Actions

Search the web using DuckDuckGo Instant Answers API. Returns instant answers, abstracts, and related topics for your query. Free to use without an API key.

Input

ParameterTypeRequiredDescription
querystringYesThe search query to execute
noHtmlbooleanNoRemove HTML from text in results (default: true)
skipDisambigbooleanNoSkip disambiguation results (default: false)

Output

ParameterTypeDescription
headingstringThe heading/title of the instant answer
abstractstringA short abstract summary of the topic
abstractTextstringPlain text version of the abstract
abstractSourcestringThe source of the abstract (e.g., Wikipedia)
abstractURLstringURL to the source of the abstract
definitionstringDictionary-style definition if available
definitionSourcestringThe source of the definition
definitionURLstringURL to the source of the definition
imagestringURL to an image related to the topic
answerstringDirect answer if available (e.g., for calculations)
answerTypestringType of the answer (e.g., calc, ip, etc.)
typestringResponse type: A (article), D (disambiguation), C (category), N (name), E (exclusive)
redirectstring!bang redirect URL, populated only for bang queries
relatedTopicsarrayArray of related topics with URLs and descriptions
FirstURLstringURL to the related topic
TextstringDescription of the related topic
ResultstringHTML result snippet
resultsarrayArray of external link results
FirstURLstringURL of the result
TextstringDescription of the result
ResultstringHTML result snippet

On this page