Skill Detail

SerpAPI Search Aggregator

Aggregates search results from Google, Bing, and DuckDuckGo via the SerpAPI REST endpoint. Parses organic results, knowledge panels, and People Also Ask data into structured JSON for downstream analysis.

Research & ScrapingOpenClaw
Research & Scraping OpenClaw Security Reviewed
Tool match: redis
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill serpapi-search-aggregator Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Author
SerpApi
Last updated
Mar 24, 2026
Quick brief

The SerpAPI Search Aggregator skill connects to the SerpAPI service to pull search engine results from multiple providers simultaneously. It supports Google, Bing, Yahoo, and DuckDuckGo through a unified interface.

How it works

What this skill actually does

The skill handles pagination, location-based filtering (using Google’s uule parameter), and language targeting via the hl and gl parameters. Results are normalized into a consistent schema with fields for title, link, snippet, position, and rich snippet data.

Advanced features include automatic rate limiting with exponential backoff, result deduplication across engines, and caching via Redis or filesystem. The skill can extract Knowledge Graph entities, People Also Ask questions, and Related Searches for comprehensive SERP analysis. Output formats include JSON, CSV, and Markdown tables.