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
duckduckgo_search
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
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | The search query to execute |
noHtml | boolean | No | Remove HTML from text in results (default: true) |
skipDisambig | boolean | No | Skip disambiguation results (default: false) |
Output
| Parameter | Type | Description |
|---|---|---|
heading | string | The heading/title of the instant answer |
abstract | string | A short abstract summary of the topic |
abstractText | string | Plain text version of the abstract |
abstractSource | string | The source of the abstract (e.g., Wikipedia) |
abstractURL | string | URL to the source of the abstract |
definition | string | Dictionary-style definition if available |
definitionSource | string | The source of the definition |
definitionURL | string | URL to the source of the definition |
image | string | URL to an image related to the topic |
answer | string | Direct answer if available (e.g., for calculations) |
answerType | string | Type of the answer (e.g., calc, ip, etc.) |
type | string | Response type: A (article), D (disambiguation), C (category), N (name), E (exclusive) |
redirect | string | !bang redirect URL, populated only for bang queries |
relatedTopics | array | Array of related topics with URLs and descriptions |
↳ FirstURL | string | URL to the related topic |
↳ Text | string | Description of the related topic |
↳ Result | string | HTML result snippet |
results | array | Array of external link results |
↳ FirstURL | string | URL of the result |
↳ Text | string | Description of the result |
↳ Result | string | HTML result snippet |