mirror of https://github.com/openclaw/openclaw.git
2.2 KiB
2.2 KiB
| summary | read_when | title | |||
|---|---|---|---|---|---|
| DuckDuckGo web search -- key-free fallback provider (unofficial, HTML-based) |
|
DuckDuckGo Search |
DuckDuckGo Search
OpenClaw supports DuckDuckGo as a key-free web_search provider. No API
key or account is required.
Setup
No API key needed. Set DuckDuckGo as your provider:
```bash openclaw configure --section web # Select "duckduckgo" as the provider ```Config
{
tools: {
web: {
search: {
provider: "duckduckgo",
},
},
},
}
No plugins.entries config is needed — DuckDuckGo has no API key or
plugin-specific settings.
Tool parameters
| Parameter | Description |
|---|---|
query |
Search query (required) |
count |
Results to return (default: 5) |
DuckDuckGo does not support provider-specific filters like country,
language, freshness, or domain_filter.
Notes
- No API key — works out of the box, zero configuration
- Unofficial — scrapes DuckDuckGo's non-JavaScript search pages, not an official API or SDK
- Bot-challenge risk — DuckDuckGo may serve CAPTCHAs or block requests under heavy or automated use
- HTML parsing — results depend on page structure, which can change without notice
- Best-effort reliability — treat as a fallback for development, demos, or environments where no API key is available
Related
- Web Search overview -- all providers and auto-detection
- Brave Search -- structured results with free tier
- Exa Search -- neural search with content extraction