What it does: Turns Google's AI Mode into a programmable API endpoint that runs through your browser. Install the extension, get an API URL, and start querying AI Mode from anywhere—your terminal, scripts, automation tools, whatever. What you get back: Every response includes the AI-generated answer, follow-up questions, and source links. All structured as JSON. No scraping setup, no complex tooling.
Hey — I'm Patt, I built this.
I needed to query Google's AI Mode programmatically. No API existed. So I built a browser extension that gives you a private API endpoint tied to your browser.
How it works:
Install the extension → it connects to a relay server → you get a unique, private API endpoint. Send POST requests to it from your scripts, terminal, whatever. Your browser receives the query through the extension, the extension talks to AI Mode (no login required), and you get back JSON with the answer, follow-up questions, and source links.
Important: Your endpoint is private — only you can query it. The extension only interacts with AI Mode, nothing else in your browser.
The video: First 2 minutes is a live demo. After that, I walk through the technical details and what you need to know to use this seriously.
Current status: It's running, it's free, I'm covering infrastructure costs. Planning to open source the server code so you can self-host. Rate limits apply since this runs through your browser session — built for research and monitoring, not high-volume production.
I'm around for questions.
— Patt
Wow, this AI Mode API is awesome! The structured JSON response including follow-up questions is a game changer. Does the extension handle CAPTCHAs automatically or is that something wed need to manage in our scripts?