plugins marketplace
← All plugins

serpapi

v1.0.0

Search Google, Amazon, Walmart, YouTube, and 100+ engines via SerpApi

Claude Code1 skill

by SerpApiMIT13updated 6 days ago

Source

git clone https://github.com/serpapi/serpapi-claude-plugin

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

serpapi/
├── .claude-plugin/plugin.json
└── skills/search/SKILL.md

Skills1

searchskills/search/SKILL.md

Search Google, Bing, Amazon, Walmart, YouTube, Google Maps, Google Scholar, and 100+ other engines via the SerpApi REST API. Calls the API using curl. Use when the user wants to search the web, find products or prices, look up local businesses, research academic papers, check news, find jobs, compare flights or hotels, analyze SERPs, or retrieve any search engine results.

Manifests1

.claude-plugin/plugin.json
{
  "name": "serpapi",
  "description": "Search Google, Amazon, Walmart, YouTube, and 100+ engines via SerpApi",
  "version": "1.0.0",
  "author": {
    "name": "SerpApi"
  },
  "homepage": "https://serpapi.com",
  "repository": "https://github.com/serpapi/serpapi-claude-plugin",
  "license": "MIT"
}