serpapi
Unified search API across Google, Amazon, Yelp, OpenTable, Walmart, and more. Use when searching for products, local businesses, restaurants, shopping, images, news, or any web search. One API key, many engines.
Why use this skill?
Integrate SerpAPI with OpenClaw to perform structured web searches across Google, Amazon, Yelp, and more. Perfect for automated research, price comparison, and local data gathering.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ianpcook/serpapiWhat This Skill Does
The SerpAPI skill serves as a powerful, unified interface for OpenClaw to interact with over 20 global search engines, including Google, Amazon, Yelp, and Walmart. Instead of needing individual scrapers or manual browsing sessions, this tool acts as an abstraction layer that returns clean, structured data from complex web interfaces. Whether you need to conduct competitive market research, gather real-time pricing for consumer electronics, or find local business operational hours, SerpAPI streamlines the process by delivering actionable data directly into your agent's workflow.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/ianpcook/serpapi. Once installed, ensure you have obtained a valid API key from SerpAPI. You must set this key as an environment variable by running export SERPAPI_API_KEY=your-key-here. For frequent local searches, you can set a default location in your <workspace>/TOOLS.md file under the SerpAPI section to avoid repeating location parameters.
Use Cases
- Market Intelligence: Compare product pricing across Amazon, Walmart, and eBay to inform purchasing decisions.
- Local Logistics: Use Google Maps or Yelp to identify high-rated service providers or restaurants in a specific geographical area.
- Content Curation: Aggregate the latest headlines or news articles on a specific topic using the Google News engine.
- Visual Search: Retrieve image sources and metadata using the Google Images engine to assist in design projects.
Example Prompts
- "Search for the cheapest price for a MacBook Pro M3 across Google Shopping and return the top 5 results."
- "Find the top-rated Italian restaurants within a 5-mile radius of downtown Chicago using Yelp, focusing on those with a 4.5+ star rating."
- "Get the latest news headlines regarding artificial intelligence breakthroughs from the last 24 hours."
Tips & Limitations
To optimize your usage, always specify the --location flag when performing local queries to ensure accuracy. Note that the free tier is capped at 100 searches per month, so be mindful of batch operations. If you require large-scale data, consider upgrading your SerpAPI subscription. Avoid using this skill for scraping personal or private data that violates platform terms of service. For best results, use the --format json flag to ensure the output remains easily parseable for downstream analysis by your AI agent.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ianpcook-serpapi": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api