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.
> /plugin marketplace add serpapi/serpapi-claude-plugin> /plugin install serpapi@serpapi-plugins
Repo: serpapi/serpapi-claude-plugin
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.
.claude-plugin/
marketplace.json
plugin.json
.github/
workflows/
update-engines.yml
.gitignore
build-engines.py
engines/
amazon_autocomplete.json
amazon_product.json
amazon.json
apple_app_store.json
apple_maps_places.json
apple_maps.json
apple_product.json
apple_reviews.json
baidu_news.json
baidu.json
bing_copilot.json
bing_images.json
bing_maps.json
bing_news.json
bing_product.json
bing_reverse_image.json
bing_shopping.json
bing_videos.json
bing.json
brave_ai_mode.json
duckduckgo_light.json
duckduckgo_maps.json
duckduckgo_news.json
duckduckgo.json
ebay_product.json
ebay.json
facebook_profile.json
google_about_this_result.json
google_ads_transparency_center_ad_details.json
google_ads_transparency_center.json
google_ads.json
google_ai_mode.json
google_ai_overview.json
google_autocomplete.json
google_events.json
google_finance_markets.json
google_finance.json
google_flights_autocomplete.json
google_flights_deals.json
google_flights.json
google_forums.json
google_hotels_autocomplete.json
google_hotels_photos.json
google_hotels_reviews.json
google_hotels.json
google_images_light.json
google_images_related_content.json
google_images.json
google_immersive_product.json
google_jobs_listing.json
google_jobs.json
google_lens.json
google_light.json
google_local_services.json
google_local.json
google_maps_autocomplete.json
google_maps_contributor_reviews.json
google_maps_directions.json
google_maps_photo_meta.json
google_maps_photos.json
google_maps_posts.json
google_maps_reviews.json
google_maps.json
google_news_light.json
google_news.json
google_patents_details.json
google_patents.json
google_play_books.json
google_play_games.json
google_play_movies.json
google_play_product.json
google_play.json
google_related_questions.json
google_reverse_image.json
google_scholar_author.json
google_scholar_case_law.json
google_scholar_cite.json
google_scholar.json
google_shopping_filters.json
google_shopping_light.json
google_shopping.json
google_short_videos.json
google_sports.json
google_travel_explore.json
google_trends_autocomplete.json
google_trends_news.json
google_trends_trending_now.json
google_trends.json
google_videos_light.json
google_videos.json
google.json
home_depot_product_reviews.json
home_depot_product.json
home_depot.json
instagram_profile.json
naver_ai_overview.json
naver.json
open_table_reviews.json
search_index.json
tripadvisor_place.json
tripadvisor_reviews.json
tripadvisor.json
walmart_product_reviews.json
walmart_product_sellers.json
walmart_product.json
walmart.json
yahoo_images.json
yahoo_shopping.json
yahoo_videos.json
yahoo.json
yandex_images.json
yandex_videos.json
yandex.json
yelp_place.json
yelp_reviews.json
yelp.json
youtube_video_transcript.json
youtube_video.json
youtube.json
LICENSE
README.md
requirements.txt
skills/
search/
examples.md
SKILL.md
test.shยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic