claudedwithlove
explore/google-ai-scraper

google-ai-scraper

Cherished

Extract Google AI Overviews through a Chrome extension that runs queries in background tabs without stealing browser focus. Exposes results via HTTP API or MCP server for integration with AI agents like Claude Code and Cursor.

·1··submitted April 17, 2026
View on GitHub
Clauded With Love Rating
7.5 / 10

A Chrome extension that scrapes Google AI Overviews through background tabs and exposes results via HTTP API or MCP server for AI agent integration. The project solves the practical problem of accessing Google's AI responses programmatically without browser focus interruption.

Code Quality6.5
Usefulness8.0
Claude Usage7.5
Documentation7.0
Originality8.5
Highlights
  • Clever architecture using background tabs to avoid stealing browser focus while scraping
  • Dual interface design with both HTTP API and MCP server enabling integration with multiple AI agents
  • Thread-based conversation continuity with automatic cleanup after 2 minutes of inactivity
To Improve
  • Add comprehensive error handling and retry mechanisms for network failures and rate limiting scenarios
  • Include unit tests and integration tests to ensure reliability across different browser versions and edge cases
Language