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.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill serpapi-answer-box-extractor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Serpapi Answer Box Extractor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-serpapi-answer-box-extractor)More formats (shields.io, HTML) on the badges page.
---
name: "SerpAPI Answer Box Extractor"
slug: "serpapi-answer-box-extractor"
description: "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."
github_stars: 734
verification: "security_reviewed"
source: "https://github.com/serpapi/google-search-results-python"
category: "Research & Scraping"
framework: "Gemini"
tool_ecosystem:
github_repo: "serpapi/google-search-results-python"
github_stars: 734
---
# 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](https://github.com/serpapi/serpapi-python).
- [](https://github.com/serpapi/google-search-results-python/actions/workflows/python-package.yml)
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
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/serpapi-answer-box-extractor/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!