Web Search (DuckDuckGo) avatar

Web Search (DuckDuckGo)

Pricing

Pay per usage

Go to Apify Store
Web Search (DuckDuckGo)

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

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeDefaultDescription
querystring(required)Search query
maxResultsinteger10Maximum results to return (max 50)
searchTypestringwebweb or news
regionstringus-enDuckDuckGo 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