Analyze aggregated LLM brand mentions, sentiment, and share of voice vs. competitors. Try free — pay per generation.
About this model
AI Mentions Metrics measures how often a brand is mentioned in AI-generated answers from ChatGPT and Google AI Overviews, then aggregates those mentions into sentiment polarity and share-of-voice scores relative to a set of named competitors. As more search traffic shifts from traditional results to AI answer surfaces, this gives marketing teams a way to track generative-engine visibility the same way they've historically tracked organic rankings. An optional date range lets you compare a brand's AI visibility before and after a launch, press cycle, or content push.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.02 per query | Aggregated LLM mention, sentiment, and cross-competitor share-of-voice metrics. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Aggregated LLM mention, sentiment, and cross-competitor share-of-voice metrics.
Not offered as a standalone API.
Not offered as a standalone API.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Target Brand / Domain | string | Target brand name or domain to analyze. | openai.com |
| Competitors | array | Optional competitor brands or domains to compare share of voice against. | anthropic.com,google.com |
| AI Platforms | array | Platforms to analyze ('chat_gpt', 'google'). | chat_gpt,google |
| Date From | string | Start date for metrics (YYYY-MM-DD). | - |
| Date To | string | End date for metrics (YYYY-MM-DD). | - |
Target brand name or domain to analyze.
openai.comOptional competitor brands or domains to compare share of voice against.
anthropic.com,google.comPlatforms to analyze ('chat_gpt', 'google').
chat_gpt,googleStart date for metrics (YYYY-MM-DD).
-End date for metrics (YYYY-MM-DD).
-Developer documentation
target as the brand name or domain to analyze.competitors array of brand names or domains to benchmark share of voice against.platforms to chat_gpt, google, or both (default both).date_from / date_to to scope the metrics window.curl -X POST https://api.muapi.ai/api/v1/seo-ai-mentions-metrics \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"target": "openai.com",
"competitors": ["anthropic.com", "google.com"],
"platforms": ["chat_gpt", "google"]
}'
Frequently asked
ChatGPT and Google AI Overviews, selectable via the `platforms` array.
The percentage of tracked AI mentions belonging to the target brand versus the named competitors, per platform.
Sentiment polarity is aggregated across the analyzed platforms for the target brand and each competitor.
No, `competitors` is optional — omit it to see the target brand's raw mention and sentiment metrics without comparison.
Yes, use `date_from` and `date_to` to limit the analysis to a specific launch or campaign period.