desearch-web-searchSearch the web and get real-time SERP-style results with titles, URLs, and snippets. Use this for general web queries when you need current links and informa...
Install via ClawdBot CLI:
clawdbot install okradze/desearch-web-searchReal-time web search returning structured SERP-style results with titles, links, and snippets.
export DESEARCH_API_KEY='your-key-here'# Basic web search
desearch.py web "quantum computing"
# Paginated results
desearch.py web "quantum computing" --start 10
| Option | Description |
|--------|-------------|
| --start | Pagination offset (default: 0). Use to get the next page of results. |
desearch.py web "best sights in Georgia"
{
"data": [
{
"title": "Cool places and fun things to do in Georgia ? : r/solotravel",
"snippet": "I was in Georgia earlier this month. My favorite place was Mtirala National Park in Adjara. The mountains and forest were absolutely beautiful ...",
"link": "https://www.reddit.com/r/solotravel/comments/py4wls/cool_places_and_fun_things_to_do_in_georgia/",
},
]
}
--start to paginate.Status 401, Unauthorized (e.g., missing/invalid API key)
{
"detail": "Invalid or missing API key"
}
Status 402, Payment Required (e.g., balance depleted)
{
"detail": "Insufficient balance, please add funds to your account to continue using the service."
}
Generated Mar 1, 2026
Startups can use this skill to gather real-time data on competitors, industry trends, and customer sentiment by searching for recent news, product reviews, and social media discussions. This helps in making informed decisions about product development and marketing strategies without manual web browsing.
Content marketers and SEO specialists can leverage this skill to find trending topics, analyze search engine results pages (SERPs) for keywords, and gather snippets for blog posts or articles. It aids in optimizing content for search engines and staying updated with current information across the web.
Researchers and students can utilize this skill to quickly retrieve recent publications, news articles, and online resources related to their study topics, such as quantum computing or environmental science. It provides structured results with links and snippets, saving time in literature reviews.
Travel agencies or individual travelers can use this skill to search for the latest travel guides, reviews, and local attractions, as shown in the example query for 'best sights in Georgia'. It offers real-time, SERP-style results to help plan trips based on current information from various sources.
Customer service teams can employ this skill to find up-to-date solutions, FAQs, or community discussions (e.g., from forums like Reddit) for troubleshooting products or services. It enables quick access to relevant information to resolve customer queries efficiently.
Desearch can monetize this skill by offering the web search API as a subscription-based service, charging users based on the number of API calls or data volume. Revenue is generated from developers, businesses, and researchers who integrate real-time search capabilities into their applications.
Implement a free tier with limited searches per month to attract users, while offering premium plans with higher limits, advanced features like pagination, and priority support. This model encourages adoption and upsells to paying customers for enhanced functionality.
Target large organizations by providing enterprise licenses that include custom integrations, dedicated support, and enhanced security features. Revenue comes from one-time licensing fees or annual contracts tailored to specific business needs, such as market research or internal knowledge bases.
💬 Integration Tip
Ensure the DESEARCH_API_KEY is securely stored as an environment variable and handle API errors like 401 or 402 status codes gracefully in your application to provide user-friendly feedback.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.