LLM Mention Tracking

Overview

AI-powered search engines and assistants are becoming a meaningful source of discovery for businesses. These tools track when and how AI models (ChatGPT, Claude, Gemini, Perplexity) mention your brand, competitors, or keywords — and which domains they cite as sources.

get-llm-mentions

Searches for mentions of a keyword across AI model responses. Returns which brands, products, and domains get referenced when users ask AI about your topic.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe keyword to search mentions for
location_namestringNoTarget location. Defaults to US

Example

"How do AI models respond when asked about 'best pool builders in Maryland'?"

get-llm-mention-top-domains

Returns the most frequently cited domains in AI responses for a keyword. See which websites AI models trust as authoritative sources in your niche.

Parameters

ParameterTypeRequiredDescription
keywordstringYesThe keyword to analyze
location_namestringNoTarget location. Defaults to US

Example

"Which domains do AI assistants cite most when answering questions about 'dental implants'?"

get-llm-mention-top-pages

Same as top domains but at the page level — which specific URLs get cited most frequently by AI models. Same parameters as get-llm-mention-top-domains.

get-llm-mention-metrics

Aggregated metrics for how a keyword or domain appears in AI responses: mention frequency, sentiment, and prominence scores.

Parameters

ParameterTypeRequiredDescription
keywordstringNo*The keyword to analyze
domainstringNo*The domain to analyze
location_namestringNoTarget location. Defaults to US

*At least one of keyword or domain is required.

Example

"How often does elysiumpools.com get mentioned in AI responses?"

get-llm-cross-metrics

Compares LLM mention metrics across multiple keywords or domains simultaneously. Useful for benchmarking your AI visibility against competitors.

Parameters

ParameterTypeRequiredDescription
targetsarrayYes2–10 comparison groups, each with a label and a list of keywords or domains
location_namestringNoTarget location. Defaults to US

Example

"Compare how often AI mentions our brand vs. our top 3 competitors for pool-related keywords."

Tips