Google Search
Createdeggplantiny
Scrapes Google Search results and provides structured data, including titles, URLs, and snippets.
About
This tool implements a ModelContextProtocol (MCP) server that exposes Google Search capabilities. It performs web scraping of Google Search results and returns structured data including titles, URLs, and snippets. It supports pagination, configurable language, safe search, result limits, and uses random user agents to reduce scraping detection, making it suitable for integrating Google Search functionality into applications and workflows.
Key Features
- Utilizes a built-in cookie jar and random user-agent for each search.
- Scrapes Google search results via HTTP requests.
- Provides structured JSON output with title, URL, and snippet.
- Supports pagination, result limits, and language/country options.
- Includes an "I'm Feeling Lucky" single-result mode.
- 0 GitHub stars
Use Cases
- Programmatically extracting search results for data analysis.
- Building applications that require real-time search data.
- Integrating Google Search into automated workflows.