Imported from agentskillexchange/skills (
skills/serpapi-answer-box-extractor/SKILL.md). Install upstream withnpx skills add agentskillexchange/skills --skill serpapi-answer-box-extractor. Copyright stays with the author.
SerpAPI Answer Box Extractor
Extracts high-signal SERP features from SerpAPI responses, including answer_box, knowledge_graph, related_questions, and organic_results. Useful for research agents that need structured search intelligence rather than raw HTML scraping.
Installation
Use the upstream install or setup path that matches your environment:
- pip install google-search-results
- make test
Requirements and caveats from upstream:
-
Google Search Results in Python
- This package will soon be deprecated in favor of serpapi-python.
- Build
Basic usage or getting-started notes:
-
Please note: the current documentation, examples, and integrations on https://serpapi.com/ are written for this (legacy) package and are not yet compatible with the new library. Updated documentation for serpapi-pytho...
-
bash
-
from serpapi import GoogleSearch
-
Source: https://github.com/serpapi/google-search-results-python
-
Extracted from upstream docs: https://raw.githubusercontent.com/serpapi/google-search-results-python/HEAD/README.md