AI Mode API

AI Mode API

Query Google’s AI Mode as a simple, programmable API

46 followers

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.
AI Mode API gallery image
AI Mode API gallery image
AI Mode API gallery image
AI Mode API gallery image
AI Mode API gallery image
Free
Launch Team
Intercom
Intercom
Startups get 90% off Intercom + 1 year of Fin AI Agent free
Promoted

What do you think? …

Patt Liu
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
Jay Dev

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?

Patt Liu

@jaydev13 Great question! Google actually doesn't throw CAPTCHAs in AI Mode — if you hit rate limits, you'll just get an error message instead. The extension surfaces that error in the API response, so you can handle it in your code. No manual CAPTCHA solving needed.

If you want to see how it handles different scenarios, the demo video shows the full flow : )