DeepAgent

DuckDuckGo

Search for research articles.

Install

npm install @deepagent/duck-duck-go
yarn add @deepagent/duck-duck-go
pnpm add @deepagent/duck-duck-go

Usage

import { DuckDuckGoClient } from '@deepagent/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'
})

On this page