AI Mode API
The conversational search API for the new search stack.
Google's AI Mode is a dedicated conversational interface — users ask natural questions like 'plumber near me that works weekends' and get full, multi-turn responses instead of 10 blue links. AI Overview is a snippet above organic results; AI Mode is the entire search session. Your agent captures what Google's AI says about you in real conversational context, see which businesses it recommends, and understand how local intent flows through conversational search.
POST /v1/serp/ai-mode · 2 credits / call
Based on Google reviews and local rankings, the highest-rated plumbers in Austin include ABC Plumbing (4.8 / 542 reviews), Roto-Rooter, and Mr. Rooter. Same-day service is offered by several providers.
Cited sources
These prompts are the new conversational search workflow.
Connect Local SEO Data as an MCP server once (60 seconds, below). Then your agent tracks conversational queries. Replace bracketed prompts with your own.
Pull the AI Mode response for [plumber near me that works weekends] in [Austin, TX]. Tell me if Google's AI recommends us, our top competitors, or neither. Quote the exact AI response text.
Pull both the AI Overview and AI Mode responses for [best dentist that does invisalign]. Compare what the AI says in conversational mode versus the summary snippet. Which version cites us and which doesn't?
A prospect says they need a [HVAC contractor near me that does emergency service]. Pull the AI Mode response from their location. Show me which contractors Google's AI recommends first and what criteria it uses to rank them.
Pull AI Mode for [best pizza delivery near me that's open now]. Extract all the referenced businesses and their attributes. Show me what questions a user would naturally ask next about each recommendation.
What you get back
Live response from POST /v1/serp/ai-mode for a conversational plumbing query in Austin, TX.
{
"status": "success",
"credits_used": 2,
"data": {
"ai_response": "Looking for a plumber in Austin who works weekends? Here are some great options. ABC Plumbing offers 24/7 emergency service including weekends, with same-day response times and certified technicians. They have a 4.9 rating with 680 reviews. Prime Plumbing also covers weekends and specializes in water heater repairs and emergency drain service. You can typically reach them within 2 hours on Saturday mornings. If you need a smaller local contractor, allied Plumbing has weekend availability and focuses on residential work.",
"references": [
{
"title": "ABC Plumbing - Austin TX - Weekend & Emergency Service",
"url": "https://abcplumbing.com",
"domain": "abcplumbing.com"
},
{
"title": "Prime Plumbing Services - Weekend Emergency Plumbing",
"url": "https://primeplumbing-austin.com",
"domain": "primeplumbing-austin.com"
},
{
"title": "Allied Plumbing - Local Austin Contractor",
"url": "https://alliedplumbing-austin.com",
"domain": "alliedplumbing-austin.com"
},
{
"title": "Google Business Profiles - Plumbers Austin",
"url": "https://google.com/maps",
"domain": "google.com"
}
],
"shopping_items": [],
"keyword": "plumber near me that works weekends",
"location": "Austin, TX"
}
}Everything you need to track conversational search visibility
The complete conversational answer from Google's AI
ai_response contains the full text of what Google's AI said in conversational mode — not a snippet, not a summary, the entire multi-sentence response. This is what users read when they ask conversational questions. Much longer and more detailed than an AI Overview.
Every business and source Google's AI cites
references array shows the exact businesses Google's AI recommends in conversational mode, including title, URL, domain, and their order in the response. Track if you're recommended first or later in the sequence.
Natural language signals about how Google ranks conversational intent
The AI response includes reasoning — why it recommends business A before business B, what attributes it prioritizes, how it frames each recommendation. This tells you what conversational search actually values beyond keywords.
Product recommendations if part of the response
shopping_items captures product recommendations if the AI included them — e.g., 'you might also want to buy a pipe wrench.' Less common for local services, but present for product-related conversational queries.
What AI-native operators ship with this
Conversational intent optimization
Pull AI Mode responses for conversational variants of your keywords. 'Best plumber' returns different results than 'plumber near me that works weekends'. Map which conversational phrasings recommend you and which don't. Optimize content to address the conversational intent.
→ For agenciesPre-pitch conversational audit
Before the sales call, pull AI Mode for a prospect's conversational keywords. Show them: 'In natural conversation, Google's AI recommends your competitors but not you. Here's what we need to change.' Conversational intent is much clearer than keyword rankings.
→ For consultantsCompetitive conversational tracking
Monitor which competitors Google's AI prioritizes in conversational responses. Pull weekly snapshots for your core conversational queries. Track if your position improves, stays stable, or drops in multi-turn dialogue context.
→ Competitor Gap APIConversational vs traditional SERP comparison
Pair with [Organic SERP API](/organic-serp-api) and [AI Overview API](/ai-overview-api). You might rank #1 organically, appear in the AI Overview, but not get recommended in AI Mode conversational responses. Your agent detects these gaps and flags content misalignment.
→ Organic SERP APIWhy not just test Google AI Mode manually?
Testing Google's conversational search by hand is unrepeatable and slow — responses vary between sessions, and tracking changes across dozens of conversational queries is labor-intensive. Competitors offer limited AI Mode tracking. We charge $0.01 per call, unlimited queries.
| Approach | Setup | Cost per 100 queries | Conversational tracking | Agent-ready |
|---|---|---|---|---|
| Manual Google AI Mode testing | None, but ~3 min per query | $0 but ~5 hours labor | Hand-documented, unrepeatable | No |
| SerpApi with AI Mode support | API key, integration time | $0.50–1.00 per query | Basic text capture | REST only, no MCP |
| DataForSEO Google Search API | API key + parsing | $0.30–0.60 per call | Limited AI Mode support | REST-only, no MCP |
| Profound AI tracking | Enterprise sales call | $499–2000/mo (~$16–65 per kw) | Dashboard aggregation | Dashboard-first |
| Local SEO Data AI Mode API | API key + 1-line MCP config | $1.00 total (100 calls × $0.01) | Full conversational response capture | Native MCP, agent-first |
Use it from your agent
Two integration surfaces: MCP for clients that speak MCP, REST API for everything else.
Direct MCP integration
Drop-in support in Claude Desktop, OpenClaw, Hermes Agent, and any MCP-aware client.
Add to your client's MCP config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"localseodata": {
"url": "https://mcp.localseodata.com",
"headers": {
"Authorization": "Bearer sk_live_..."
}
}
}
}REST API
For Perplexity Computer, ChatGPT Custom GPTs, custom agents, and any platform that calls REST endpoints directly.
Base URL:
api.localseodata.comSee the docs for endpoint reference and auth.
Your first call in three lines
Same call, three syntaxes. The core parameters are `keyword` (conversational question or query) and `location` (city and state). That's it. One call returns the full AI Mode response text, all referenced businesses, and the ranking order.
curl -X POST https://api.localseodata.com/v1/serp/ai-mode \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"keyword": "plumber near me that works weekends",
"location": "Austin, TX"
}'$0.01 per call
Pay-as-you-go starts at $5. Monthly plans from $19. Funds never expire. No seat fees, no per-keyword tiers.
Common questions
What is the AI Mode API?+
POST /v1/serp/ai-mode.What is AI Mode and when do users see it?+
How is AI Mode different from AI Overview?+
How does Google's AI recommend businesses in AI Mode?+
Can I see which specific businesses Google's AI recommends?+
How fresh is the AI Mode data?+
Is this the same as Google's Gemini mode or AI search?+
How does this compare to the AI Overview API or AI Visibility API?+
/v1/serp/ai-overview) captures the brief AI-generated snippet that appears above traditional search results for ~20% of queries. You get snippet text and citations. AI Mode API (/v1/serp/ai-mode) captures the full conversational response from Google's dedicated AI Mode interface — detailed, multi-turn friendly, with explicit business recommendations. AI Visibility API (/v1/ai/visibility) measures cross-platform LLM mentions (ChatGPT, Claude, Gemini, Perplexity) aggregated as a composite score. Pick AI Overview for SERP snippet tracking. Pick AI Mode for conversational intent tracking. Pick AI Visibility for cross-platform brand visibility.Where does this AI Mode data come from?+
Can I track AI Mode responses for competitors' keywords?+
Is it legal to use a third-party AI Mode API?+
Can AI agents use the AI Mode API directly?+
claude_desktop_config.json (or any MCP-aware client) and your agent calls this endpoint from any prompt without integration code. REST: any agent that can make HTTPS calls — ChatGPT Custom GPTs, Perplexity Computer, custom Python agents — hits api.localseodata.com directly with the Bearer token. The agent receives structured JSON and can reason about it — flagging competitive gaps, tracking position over time, alerting on recommendation changes.How do I track changes in AI Mode responses over time?+
What if a query doesn't trigger AI Mode?+
What changed in 2026 that made conversational search tracking necessary?+
Often used in the same agent prompt
AI Overview API
Capture Google's AI Overview snippet for any query — presence, text, cited sources.
POST /v1/ai/visibilityAI Visibility API
Measure your domain's visibility across ChatGPT, Claude, Gemini, Perplexity.
POST /v1/serp/organicOrganic SERP API
Full Google search results with ads, local pack, AI Overview, People Also Ask.
POST /v1/ai/llm-responseAI LLM Response API
See what ChatGPT, Claude, Gemini, or Perplexity says about a specific query.
Track what Google's AI recommends you for in conversational search, starting now.
50 free credits on signup. Your first AI Mode call happens through Claude, not curl. 5,000 conversational queries worth of tracking included free.