From sundial-org-awesome-openclaw-skills-4
Unified search API across Google, Amazon, Yelp, OpenTable, Walmart, and more. Use when searching for products, local businesses, restaurants, shopping, images, news, or any web search.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:serpapiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
SerpAPI provides structured data from Google, Amazon, Yelp, OpenTable, and 20+ other search engines through a single API.
SerpAPI provides structured data from Google, Amazon, Yelp, OpenTable, and 20+ other search engines through a single API.
export SERPAPI_API_KEY=your-key-here<workspace>/TOOLS.md:
## SerpAPI
Default location: Pittsburgh, PA
# General syntax
<skill>/scripts/serp.py <engine> "<query>" [options]
# Examples
serp.py google "best coffee shops"
serp.py google_maps "restaurants near me" --location "15238"
serp.py amazon "mechanical keyboard" --num 10
serp.py yelp "pizza" --location "New York, NY"
serp.py google_shopping "standing desk"
| Engine | Use for | Key features |
|---|---|---|
google | General web search | Organic results, knowledge graph, local pack |
google_maps | Local places/businesses | Ratings, reviews, hours, GPS coordinates |
google_shopping | Product search | Prices, merchants, reviews |
google_images | Image search | Thumbnails, sources |
google_news | News articles | Headlines, sources, dates |
amazon | Amazon products | Prices, ratings, reviews, Prime status |
yelp | Local businesses | Reviews, ratings, categories |
opentable | Restaurant reviews | Dining reviews, ratings |
walmart | Walmart products | Prices, availability |
ebay | eBay listings | Prices, bids, conditions |
tripadvisor | Travel/attractions | Hotels, restaurants, things to do |
| Option | Description |
|---|---|
--location, -l | Location for local results (city, zip, address) |
--num, -n | Number of results (default: 10) |
--format, -f | Output format: json (default) or text |
--type, -t | Google search type: shop, isch, nws, vid |
--page, -p | Page number for pagination |
--gl | Country code (e.g., us, uk, de) |
--hl | Language code (e.g., en, es, fr) |
Finding local businesses/restaurants:
google_maps — Best for discovering places, hours, reviewsyelp — Deep reviews and ratings for restaurants/servicesopentable — Restaurant-specific, dining reviewsShopping/Products:
google_shopping — Compare prices across merchantsamazon — Amazon-specific search with Prime infowalmart — Walmart inventory and pricesebay — Used items, auctions, collectiblesGeneral research:
google — Web pages, articles, general infogoogle_news — Current events, news articlesgoogle_images — Finding imagesserp.py google_maps "italian restaurants" --location "Pittsburgh, PA" --num 5
serp.py google_shopping "sony wh-1000xm5" --num 10
serp.py amazon "standing desk" --num 10
serp.py yelp "plumber" --location "15238"
serp.py google_news "AI regulation" --num 5
JSON (default): Full structured data from SerpAPI. Best for programmatic use or when you need all details.
Text (--format text): Human-readable summary. Best for quick answers.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Searches Google, Bing, Amazon, Walmart, YouTube, Google Maps, and 100+ engines via SerpApi REST API. Useful for retrieving search results, product prices, local businesses, academic papers, news, jobs, and SERP analysis.
Extracts structured Google search data using SerpApi: organic results, knowledge graph, answer boxes, PAA, pagination. For search apps, SEO monitoring, data extraction.
Fetches live SERP results via SerpAPI for keywords, local map packs, People Also Ask, AI Overviews, SERP features from Google, Bing, and Maps.