@hammerhead/searchapi
v1.1.0
Published
A lightweight Node.js ES module for DuckDuckGo and Wikipedia search without API keys
Maintainers
Readme
DuckSearch
A lightweight Node.js ES module for searching the web using DuckDuckGo and Wikipedia without any API keys. Supports text search, instant answers, Wikipedia summaries, and images.
Perfect for building small search tools, bots, or learning projects.
Features
- Text search via DuckDuckGo HTML
- Instant answers via DuckDuckGo API
- Wikipedia summaries with thumbnails
- Image search (Wikipedia first, then DuckDuckGo fallback)
- Safe search option
- Built-in caching to avoid repeated requests
- Pagination & max results support
- Fully ES module compatible
Installation
npm install ducksearch