AI Mentions API
Brand monitoring used to mean scanning tweets and blog posts.
In 2026 the surfaces that matter are ChatGPT, Claude, Gemini, Perplexity, and Google AI Overviews. When users ask these systems 'best plumber in Austin,' you either get mentioned or you don't. The dashboard era never built tools for this — AI mentions is a new category that requires a new shape of API. Your agent checks where your brand surfaces in LLM responses across four major platforms, sees the exact question and answer context, captures citations, and flags sentiment — all in one call.
POST /v1/ai/mentions · 5 credits / call
ABC Plumbing is highly rated in Austin with 4.8 stars and excellent same-day service.
Top-rated Austin plumbers include ABC Plumbing for emergency service.
For licensed plumbers in Austin, ABC Plumbing has strong reviews.
ABC Plumbing — 24/7 emergency response, 500+ reviews.
These prompts are the new brand-monitoring workflow.
Connect Local SEO Data as an MCP server once (60 seconds, below). Then your agent tracks mentions for you. Replace bracketed keywords with your own.
Check if [mycompany.com] is mentioned in ChatGPT and Claude responses for our top 10 commercial queries. Show me the exact questions and how we're positioned relative to competitors.
Pull AI mentions for [mycompany.com] vs [competitor1.com] and [competitor2.com] for [industry keyword]. Which brand gets mentioned most often? Which gets more positive framing?
Run mentions for [mycompany.com] across ChatGPT, Claude, Gemini, and Perplexity. Extract every URL cited alongside our name. These are high-authority sites the LLMs trust — target them for link building.
Pull mentions for [brand name] across all four LLMs every week. Track whether we're showing up more often in responses, whether the sentiment is improving, and which LLM surfaces us most.
What you get back
Live response from POST /v1/ai/mentions for 'best plumber Austin' across ChatGPT and Claude.
{
"status": "success",
"credits_used": 5,
"data": {
"keyword": "best plumber Austin",
"location": "Austin, Texas",
"ai_search_volume": 1400,
"total_mentions": 6,
"mentions": [
{
"platform": "chat_gpt",
"question": "Who is the best plumber in Austin?",
"answer_snippet": "Some highly rated plumbers in Austin include ABC Plumbing (4.9 stars, 2,100+ reviews), ProFlow Services (4.8 stars), and Denver Pro Plumbing...",
"sources_cited": [
"https://yelp.com/biz/abc-plumbing-austin",
"https://homeadvisor.com/rated.aspx?...",
"https://abc-plumbing.com"
],
"sentiment": "positive",
"mention_type": "direct_citation",
"date": "2026-02-18"
},
{
"platform": "claude",
"question": "What are the most reliable plumbers near me in Austin TX?",
"answer_snippet": "For Austin area plumbing, ABC Plumbing is well-regarded with 4.9 stars. They specialize in emergency repairs and new installations...",
"sources_cited": [
"https://yelp.com/biz/abc-plumbing-austin",
"https://maps.google.com/...",
"https://abc-plumbing.com"
],
"sentiment": "positive",
"mention_type": "direct_citation",
"date": "2026-02-17"
},
{
"platform": "gemini",
"question": "best emergency plumber Austin",
"answer_snippet": "Popular options for emergency plumbing in Austin include [list of services]...",
"sources_cited": [
"https://homeadvisor.com/...",
"https://maps.google.com/..."
],
"sentiment": "neutral",
"mention_type": "not_mentioned",
"date": "2026-02-18"
}
]
}
}Granular mention data for every LLM platform
Question, answer, sentiment, and date
Not just 'mentioned' or 'not mentioned' — we capture the exact question a user asked, the LLM's full answer, whether the mention was positive/neutral/competitive, and when it occurred. This is the raw data underneath brand sentiment tracking.
URLs cited alongside your mention
When an LLM mentions your domain, we capture every other URL cited in that response. These are the high-authority sites LLMs trust in your industry — direct link-building targets.
Direct citation, comparison, not mentioned, context
Is your brand mentioned directly or only in context? Are you compared favorably to competitors or unfavorably? Our classification surfaces the framing, not just the fact of mention.
ChatGPT, Claude, Gemini, Perplexity separately
See which LLMs mention you most often. Each has different training data and ranking behavior — you may dominate in Claude but barely appear in Gemini. Track each separately.
What AI-native operators ship with this
Brand presence audits
Before a sales call, pull mentions for your prospect's brand and their competitors across ChatGPT and Claude. Walk in knowing exactly which LLMs recommend them and which don't. The diagnosis is quantified, not anecdotal.
→ For consultantsWeekly brand-health monitoring
Agencies run a scheduled agent check every Monday for all client brands across top 20 commercial keywords. Flag drops in mention count, new competitor appearances, or sentiment shifts. Escalate only the moves that matter.
→ For agenciesLink-building research
Extract every URL cited alongside your mentions in ChatGPT and Claude. These sites rank high for your keywords in LLM eyes — they're your link-building whitelist. Pair with [AI Top Sources API](/ai-top-sources-api) for authority prioritization.
→ AI Top Sources APISentiment and positioning tracking
Monitor whether your brand is mentioned positively ('great for X'), neutrally ('one option'), or negatively ('avoid because Y'). Track competitor framing over time. Know if your reputation is improving or deteriorating in LLM worldviews.
→ Reputation Audit APIWhy not use Profound, AthenaHQ, or traditional brand monitoring?
Traditional tools (Mention.com, Brand24) scan tweets and news articles — surfaces that don't drive revenue anymore. Enterprise AI monitoring (Profound, AthenaHQ) charge $500+/mo and focus on dashboards. For teams building agent workflows or need to call this 50+ times per month, API pricing eliminates the subscription trap. Here's how the options stack up.
| Approach | Cost per call | LLMs tracked | Mention detail | Agent-ready |
|---|---|---|---|---|
| Manual checking (ChatGPT, Claude individually) | $0 but ~10 min labor per keyword | Whatever you check manually | You see the full response | No |
| Mention.com (legacy brand monitoring) | $99–499/mo (~$3.30–16.60 per query) | Tweets, blogs, news (not LLMs) | Simple mention count | Dashboard only |
| Brand24 | $79–299/mo (~$2.60–10 per query) | Web, social, news (not LLMs) | Sentiment + volume | Dashboard UI |
| Profound (enterprise) | $499–2000+/mo (~$16–65 per query) | 10+ platforms including LLMs | Question, answer, sources | Dashboard, no MCP |
| AthenaHQ | $300–1000/mo (~$10–33 per query) | ChatGPT, Claude, Gemini, Perplexity | Question, answer, sentiment | Dashboard + limited API |
| Otterly.ai | $29–99/mo (~$0.97–3.30 per query) | 4 LLMs + Google AI | Question + answer snippet | Reporting UI |
| Peec AI | $99–299/mo (~$3.30–10 per query) | 4 platforms | Basic mention + position | Manual export |
| Local SEO Data AI Mentions API | $0.025 per call | ChatGPT, Claude, Gemini, Perplexity | Question, answer, sources, sentiment | 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
Core parameters: `keyword` (the brand name or search query to track) and optional `location` (e.g. 'Austin, TX', defaults to United States). You can specify which platforms to query — default is both ChatGPT and Google (Gemini/AI Overview). The `limit` parameter caps results per keyword (default 10, max 100). One call = 5 credits.
curl -X POST https://api.localseodata.com/v1/ai/mentions \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"keyword": "best plumber Austin",
"location": "Austin, Texas",
"platforms": ["chat_gpt", "claude", "gemini", "perplexity"],
"limit": 20
}'$0.025 per mention call
Pay-as-you-go starts at $5. No monthly minimums. No per-seat licenses. No subscription required. Funds never expire.
Common questions
What is the AI Mentions API?+
POST /v1/ai/mentions; one call costs 5 credits (~$0.025). This is the data layer underneath brand presence tracking, sentiment analysis, and link-building research.How is AI Mentions different from AI Visibility?+
POST /v1/ai/visibility) is a composite score: total mentions + impressions + aggregated sentiment across platforms into one number (0–100). It tells you 'your domain has strong visibility in ChatGPT but weak visibility in Claude.' AI Mentions is the granular sibling: every individual mention, every question, every citation. AI Mentions answers 'Show me every response where we're mentioned' and 'What exactly did the AI say about us.' AI Visibility answers 'How visible are we overall.' Both are useful — Visibility for dashboards and trend tracking, Mentions for detailed research and sentiment analysis. Many teams query both: Visibility for weekly snapshots, Mentions for deep dives on specific keywords.Which LLMs do you track?+
What data does the API return for each mention?+
Where does this mention data come from?+
How fresh is the mention data?+
Can I track mentions for my competitors?+
How does this compare to Profound, AthenaHQ, Otterly, and Peec AI?+
Can my AI agent use this directly?+
claude_desktop_config.json and your Claude agent calls this endpoint from any prompt. REST: any agent that can make HTTPS calls (ChatGPT Custom GPTs, Perplexity Computer, custom Python/Node agents) hits the API directly with your Bearer token. The agent receives structured JSON and can filter, alert, or act on it. No integration code needed — just write the prompt.What does it cost compared to competitors?+
What changed in 2026 that made AI mentions tracking necessary?+
How does this relate to traditional brand monitoring like Mention.com or Brand24?+
Often used in the same agent prompt
AI Visibility
Composite score: total mentions, impressions, and sentiment across LLMs.
POST /v1/ai/top-sourcesAI Top Sources
Which domains LLMs cite most for your keywords. Link-building targets.
POST /v1/ai/overviewAI Overview
Check if Google's AI Overview cites your domain for specific queries.
POST /v1/ai/compareAI Compare
Compare your brand vs competitors on AI visibility and mentions.
Track brand presence across LLMs the moment it happens.
50 free credits on signup. Your first mention query happens through your agent, not a dashboard.