{
  "markdown": "# <img src=\"https://user-images.githubusercontent.com/307597/154772945-1b7dba5f-21cf-41d0-bb2e-65b6eff4aaaf.png\" width=\"30\" height=\"30\"/> SerpApi Plugin for Claude Code\n\nA [Claude Code plugin](https://docs.anthropic.com/en/docs/claude-code/plugins) that gives Claude the ability to search Google, Amazon, Walmart, YouTube, Google Maps, Google Scholar, and [100+ other engines](https://serpapi.com/search-engine-apis) via the [SerpApi](https://serpapi.com) REST API.\n\n[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n[![Engines](https://img.shields.io/badge/engines-107-blue.svg)](engines/)\n[![CI](https://github.com/serpapi/serpapi-claude-plugin/actions/workflows/update-engines.yml/badge.svg)](https://github.com/serpapi/serpapi-claude-plugin/actions/workflows/update-engines.yml)\n\n## Quick Start\n\n### 1. Get an API key\n\nSign up at [serpapi.com](https://serpapi.com/users/sign_up?plan=free) and set the key:\n\n> **Free tier** - 250 searches/month, no credit card required.\n\n```bash\nexport SERPAPI_API_KEY=\"your_key_here\"\n```\n\n### 2. Install the plugin\n\n**From the marketplace** (two steps - register the catalog, then install):\n\n```bash\n/plugin marketplace add serpapi/serpapi-claude-plugin\n/plugin install serpapi@serpapi-plugins\n```\n\n**From source:**\n\n```bash\nclaude --plugin-dir /path/to/serpapi-claude-plugin\n```\n\n### 3. Use it\n\nClaude will automatically use SerpApi when you ask it to search for something. Just ask in natural language:\n\n> *Search Google for the best Python web frameworks*\n>\n> *Compare prices for AirPods Pro on Amazon, Walmart, and eBay*\n>\n> *Find academic papers about transformer architectures published after 2020*\n\nOr invoke the skill explicitly:\n\n```\n/serpapi:search coffee shops near Times Square\n```\n\n## Features\n\n- **Single skill, all engines** - `/serpapi:search` covers all 100+ SerpApi engines. Claude picks the right one based on your intent.\n- **Always up to date** - Engine parameter schemas are auto-generated and kept fresh by weekly CI.\n- **Auto-invocation** - Claude detects search-related requests and loads the skill automatically. No need to remember slash commands.\n- **Cost-aware** - Defaults to `google_light` (faster, cheaper) for simple web searches. Confirms before making API calls.\n- **Schema-driven** - The plugin ships a complete engine selection table and JSON schemas for every engine's parameters, so Claude can construct the right API call without guessing.\n\n## Supported Engines\n\n| Category | Engines |\n|----------|---------|\n| Web Search | Google, Google Light, Bing, DuckDuckGo, Yahoo, Yandex, Baidu, Naver |\n| AI Search | Google AI Mode, Google AI Overview, Bing Copilot, Brave AI Mode |\n| Shopping | Amazon, Walmart, eBay, Google Shopping, Home Depot |\n| Local / Maps | Google Maps, Google Local, Yelp, TripAdvisor, OpenTable |\n| Research | Google Scholar, Google Patents, Google Trends |\n| News | Google News, Bing News, DuckDuckGo News, Baidu News |\n| Media | Google Images, Google Videos, YouTube, Google Lens |\n| Travel | Google Flights, Google Hotels, Google Travel Explore |\n| Jobs | Google Jobs |\n| Finance | Google Finance |\n| Apps | Google Play, Apple App Store |\n\nSee the full list in [`engines/`](engines/).\n\n## Troubleshooting\n\n- **\"Invalid API key\"**: Verify at [serpapi.com/manage-api-key](https://serpapi.com/manage-api-key)\n- **Skill not loading**: Run `/reload-plugins` inside Claude Code\n- **Rate limit exceeded**: Wait or [upgrade your plan](https://serpapi.com/pricing)\n\n## Development\n\nEngine schemas are auto-generated by `build-engines.py` and updated weekly via [GitHub Actions](.github/workflows/update-engines.yml).\n\nTo regenerate manually:\n\n```bash\npip install -r requirements.txt\npython build-engines.py\n```\n\nTo validate the plugin structure:\n\n```bash\nbash test.sh\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch: `git checkout -b feature/amazing-feature`\n3. Make your changes\n4. Run validation: `bash test.sh`\n5. Commit changes: `git commit -m 'Add amazing feature'`\n6. Push to branch: `git push origin feature/amazing-feature`\n7. Open a Pull Request\n\n## Related\n\n- [SerpApi MCP Server](https://github.com/serpapi/serpapi-mcp) - MCP server integration for Claude Desktop, VS Code, and Cursor\n- [SerpApi Docs](https://serpapi.com/search-api) - Full API reference\n- [SerpApi Playground](https://serpapi.com/playground) - Interactive API explorer\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n",
  "bytes": 4461,
  "sha": "41b59b6fac4faa202eb5204f8b3b80d7cdbc01091d00f66cb2a6e723e5e26cb4",
  "repo_slug": "serpapi/serpapi-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_serpapi_serpapi_claude_plugin_serpapi_cl_409d0236/readme"
}