mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 05:12:15 +00:00
New page: tools/exa-search.md - Neural/keyword/hybrid search modes with content extraction - Tool parameters including contents (highlights, text, summary) - Search mode reference table Rewritten: tools/duckduckgo-search.md - Aligned to consistent template (Setup, Config, Tool parameters, Notes, Related) - Simplified from previous version Aligned across all providers: - Every search page now ends with a consistent ## Related section - Replaced 'See [Web tools]' with proper Related links - Added Exa + DuckDuckGo to web.md overview CardGroup and comparison table - Added Exa to docs.json nav and redirects
2.2 KiB
2.2 KiB
summary, read_when, title
| 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