A Claude Code plugin that gives Claude the ability to search Google, Amazon, Walmart, YouTube, Google Maps, Google Scholar, and 100+ other engines via the SerpApi REST API.
> /plugin marketplace add serpapi/serpapi-claude-plugin> /plugin install serpapi@serpapi-plugins
What's inside
A Claude Code plugin that gives Claude the ability to search Google, Amazon, Walmart, YouTube, Google Maps, Google Scholar, and 100+ other engines via the SerpApi REST API.
Sign up at serpapi.com and set the key:
Free tier - 250 searches/month, no credit card required.
export SERPAPI_API_KEY="your_key_here"
From the marketplace (two steps - register the catalog, then install):
/plugin marketplace add serpapi/serpapi-claude-plugin
/plugin install serpapi@serpapi-plugins
From source:
claude --plugin-dir /path/to/serpapi-claude-plugin
Claude will automatically use SerpApi when you ask it to search for something. Just ask in natural language:
Search Google for the best Python web frameworks
Compare prices for AirPods Pro on Amazon, Walmart, and eBay
Find academic papers about transformer architectures published after 2020
Or invoke the skill explicitly:
/serpapi:search coffee shops near Times Square
/serpapi:search covers all 100+ SerpApi engines. Claude picks the right one based on your intent.google_light (faster, cheaper) for simple web searches. Confirms before making API calls.| Category | Engines |
|---|---|
| Web Search | Google, Google Light, Bing, DuckDuckGo, Yahoo, Yandex, Baidu, Naver |
| AI Search | Google AI Mode, Google AI Overview, Bing Copilot, Brave AI Mode |
| Shopping | Amazon, Walmart, eBay, Google Shopping, Home Depot |
| Local / Maps | Google Maps, Google Local, Yelp, TripAdvisor, OpenTable |
| Research | Google Scholar, Google Patents, Google Trends |
| News | Google News, Bing News, DuckDuckGo News, Baidu News |
| Media | Google Images, Google Videos, YouTube, Google Lens |
| Travel | Google Flights, Google Hotels, Google Travel Explore |
| Jobs | Google Jobs |
| Finance | Google Finance |
| Apps | Google Play, Apple App Store |
See the full list in engines/.
/reload-plugins inside Claude CodeEngine schemas are auto-generated by build-engines.py and updated weekly via GitHub Actions.
To regenerate manually:
pip install -r requirements.txt
python build-engines.py
To validate the plugin structure:
bash test.sh
git checkout -b feature/amazing-featurebash test.shgit commit -m 'Add amazing feature'git push origin feature/amazing-featureMIT License - see LICENSE file for details.
FAQ
serpapi is a Claude Code plugin with 1 hand-picked skill for data work, indexed on Flowy. Install it with the command on its page. It includes search. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it