Install
openclaw skills install pangolinfo-ai-serpSearch Google programmatically and extract structured SERP data, Google AI Overviews (SGE), citations, screenshots, and AI Mode follow-up results. Use when you need a Google SERP API, AI Overview scraper, SGE monitoring, brand visibility tracking, citation extraction, SEO research, competitor analysis, zero-click search monitoring, or grounded web results for AI agents. Helpful for requests like "search Google and return exact sources", "track AI Overview citations for my brand", "monitor ranking changes", "capture a SERP screenshot", "compare organic results vs AI Overview", or "my crawler gets blocked by Google". Built for OpenClaw, Claude Code, Cursor, LangChain, LangGraph, AutoGen, CrewAI, and research agents that need anti-bot search extraction instead of hallucinated answers.
openclaw skills install pangolinfo-ai-serpThis skill acts as the ultimate Sensing Layer for AI Agents, resolving the common pain points of real-time web search:
Search Google programmatically via Pangolinfo APIs. Extract Google AI Overviews, run AI Mode searches with multi-turn follow-ups, and optionally capture screenshots.
Amazon scraping is now a separate skill: Pangolinfo Amazon Scraper.
If you previously used Amazon features from the combined skill, install the new Amazon skill and switch your --mode usage accordingly.
PANGOLINFO_API_KEY (recommended)PANGOLINFO_EMAIL + PANGOLINFO_PASSWORDexport PANGOLINFO_API_KEY="..."
# or
export PANGOLINFO_EMAIL="..."
export PANGOLINFO_PASSWORD="..."
AI Mode search:
python3 scripts/pangolinfo.py --q "what is quantum computing" --mode ai-mode
Standard SERP + AI Overview extraction (+ optional screenshot):
python3 scripts/pangolinfo.py --q "openclaw" --mode serp --screenshot
Multi-turn dialogue (AI Mode follow-ups):
python3 scripts/pangolinfo.py --q "python web frameworks" --mode ai-mode \
--follow-up "compare flask vs django" \
--follow-up "which is better for beginners"
The script prints structured JSON to stdout.
Key output fields:
organic_results[]ai_overview[] (only when returned)screenshot (only when requested and available)task_id, successWhen NOT to use: Do not use this tool for deep-crawling internal site pages. It is strictly for Google Search Engine Results Pages. Agent Instructions for Errors:
PANGOLINFO_API_KEY.