Track brand mentions, share of voice, citation sources, and top cited pages across ChatGPT and Google AI Overviews with MuAPI.
About this model
AI Mentions searches indexed AI search answer datasets (including ChatGPT search and Google AI Overviews) to measure brand visibility, calculate share of voice, identify top cited pages, and inspect individual AI responses and source links.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.0333 per mention analysis | Bundles mentions search and top cited pages lookup with reconciliation. |
Bundles mentions search and top cited pages lookup with reconciliation.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Target Brand / Domain | string | Brand name, product, or domain to search for AI mentions and citations. | openai.com |
| AI Platforms | array | AI search platforms to search across (chat_gpt, google). | chat_gpt,google |
| Results Limit | integer | Maximum number of mentions and top pages to return (1-100). | 10 |
Brand name, product, or domain to search for AI mentions and citations.
openai.comAI search platforms to search across (chat_gpt, google).
chat_gpt,googleMaximum number of mentions and top pages to return (1-100).
10Developer documentation
"openai.com" or "Muapi").["chat_gpt", "google"] or specific platforms.curl -X POST https://api.muapi.ai/api/v1/seo-ai-mentions \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"target": "openai.com",
"platforms": ["chat_gpt", "google"],
"limit": 10
}'
Frequently asked
`chat_gpt` (ChatGPT with web search) and `google` (Google AI Overviews).
Total mentions count, AI visibility score (0-100), share of voice percentage, top cited pages by citation count, and individual prompt/response citation records.