Search for research articles.
@agentic/duck-duck-go
class DuckDuckGoClient
namespace duckduckgo
npm install @agentic/duck-duck-go
import { DuckDuckGoClient } from '@agentic/duck-duck-go' // No API is required to use the DuckDuckGo API const duckDuckGo = new DuckDuckGoClient() const results = await duckDuckGo.search({ query: 'latest news about AI' })