Unified search API skill for AI coding agents. One API key, access to Google, Amazon, Yelp, OpenTable, Walmart, and 20+ more search engines.
npx add-skill ianpcook/serpapi-skillclawdhub install serpapiCopy the SKILL.md and scripts/ folder to your agent's skills directory.
- Get an API key from serpapi.com (free tier: 100 searches/month)
- Set environment variable:
export SERPAPI_API_KEY=your-key-here
| Engine | Use for |
|---|---|
google |
General web search |
google_maps |
Local places/businesses |
google_shopping |
Product price comparison |
amazon |
Amazon products |
yelp |
Local business reviews |
opentable |
Restaurant reviews |
walmart |
Walmart products |
ebay |
eBay listings |
tripadvisor |
Travel/attractions |
# Find local restaurants
serp.py google_maps "italian restaurants" --location "Pittsburgh, PA"
# Compare product prices
serp.py google_shopping "sony headphones"
# Search Amazon
serp.py amazon "mechanical keyboard" --num 10
# Get Yelp reviews
serp.py yelp "coffee" --location "New York, NY"- Claude Code
- Cursor
- Codex
- Clawdbot
- Cline
- OpenCode
- Windsurf
- And more
MIT