Web Search (DuckDuckGo)
Pricing
Pay per usage
Web Search (DuckDuckGo)
Search the web using DuckDuckGo — no API key required. Returns clean JSON: title, URL, snippet, domain, rank. Perfect for AI agents and LLM pipelines that need real-time web search. Supports web and news search.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Search the web using DuckDuckGo — no API key required. Returns clean JSON with title, URL, snippet, domain, and rank. Perfect for AI agents and LLM pipelines that need real-time web search. Supports both web and news search modes.
⚡ Run in 30 seconds
Click Start with default settings — runs the sample query on DuckDuckGo and returns the top results as clean JSON, each with title, URL, snippet, domain, and rank position. No API key needed.
Features
- No API key required — uses DuckDuckGo's public search
- Web + News modes — standard web results or recent news articles
- Clean JSON output — structured data ready for LLM consumption
- Region support — localize results to any DuckDuckGo region
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | (required) | Search query |
maxResults | integer | 10 | Maximum results to return (max 50) |
searchType | string | web | web or news |
region | string | us-en | DuckDuckGo region (e.g. gb-en, jp-jp) |
Output
Each result is a JSON object:
{"rank": 1,"title": "Bitcoin hits new all-time high","url": "https://example.com/article","snippet": "Bitcoin surged past $100,000 on Tuesday...","domain": "example.com"}
Example
{"query": "bitcoin price today","maxResults": 5,"searchType": "news","region": "us-en"}
Use Cases
- Feed real-time web data into LLM pipelines
- AI agent web browsing without a browser
- News aggregation for any topic
- Competitor or market research automation