serper-web-searchPerforms Google web searches using the Serper API and returns structured search results when provided a valid Serper API key.
Install via ClawdBot CLI:
clawdbot install OakcoderX/serper-web-searchUse Serper API for Google search results.
https://google.serper.dev/searchX-API-Key: $SERPER_API_KEY, Content-Type: application/json{"q": "your query here"}SERPER_API_KEY="your-key" curl -s -X POST "https://google.serper.dev/search" \
-H "X-API-Key: $SERPER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"q": "your query"}'
curl -s -X POST "https://google.serper.dev/search" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"q": "your query"}'
Use the bundled search script:
./scripts/search "your query"
Returns JSON with:
organic[] - Search results (title, link, snippet)searchParameters.q - Original querycredits - Credits usedExample result:
{
"searchParameters": {"q": "test", "type": "search"},
"organic": [
{"title": "Result Title", "link": "https://...", "snippet": "Description...", "position": 1}
],
"credits": 1
}
SERPER_API_KEY environment variable or pass the key inlineGenerated Feb 26, 2026
Startups can use Serper Web Search to gather competitive intelligence and market trends. By automating Google searches, they can quickly analyze competitor websites, pricing strategies, and customer reviews to inform business decisions.
Digital marketing agencies can leverage this skill to research trending topics and keywords for blog posts or social media campaigns. It helps in generating content ideas by fetching real-time search results, improving SEO strategies and audience engagement.
Researchers and students can use Serper Web Search to find scholarly articles, news, and data sources quickly. It streamlines literature reviews by providing structured search results, saving time in gathering relevant information for papers or projects.
Companies can integrate this skill into customer support systems to search for product information or troubleshooting guides. It enables support agents to provide accurate, up-to-date answers by retrieving web content in real-time during interactions.
Media organizations can automate web searches to track breaking news, public sentiment, or specific events. This helps journalists and editors stay informed with current trends and sources, facilitating faster reporting and content curation.
Offer Serper Web Search as a paid API service to developers and businesses, charging based on usage credits. This model generates recurring revenue through subscription tiers or pay-per-query plans, catering to clients needing reliable search data integration.
Provide consulting services to help companies integrate Serper Web Search into their existing systems, such as CRM or analytics platforms. Revenue comes from project-based fees or ongoing support contracts, targeting organizations seeking customized search solutions.
Develop and sell white-label search tools that incorporate Serper Web Search for resale by other businesses. This model allows partners to brand the service as their own, generating revenue through licensing fees or revenue-sharing agreements.
💬 Integration Tip
Ensure the SERPER_API_KEY is securely stored as an environment variable to avoid exposure in scripts, and test the search functionality with sample queries before full deployment.
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.