Public API

Build on your AI visibility data.

Everything GetMentioned tracks is available over a simple REST API: workspace analytics, competitor benchmarks, source citations, and prompt-level answers. Pull it into your BI stack, client reports, or internal tools.

7-day free trial · 5-minute setup · cancel anytime
$ curl "https://api.getmentioned.co/v1/sources?range=7d" \
-H "Authorization: Bearer gm_live_····"
 
{
"range": "7d",
"sources": [
{ "domain": "reddit.com", "citations": 144, "share": 14.4 },
{ "domain": "wizaz.pl", "citations": 98, "share": 9.4 },
{ "domain": "dietly.pl", "citations": 71, "share": 6.8 }
]
}
What you can pull

The same data as the dashboard, over HTTP.

Four resource groups cover everything the platform tracks, scoped to your workspace and returned as clean JSON.

Workspace analytics

Visibility scores, mention counts, and rankings for your workspace, ready for dashboards and internal reporting.

Competitor benchmarks

The same side-by-side visibility data the Competitors module shows, available programmatically.

Source tracking

Every domain and URL that influences AI answers in your category, with citation counts and shares.

Prompt-level data

How you appear for each tracked prompt, answer by answer, across ChatGPT, Perplexity, and Gemini.

Base URL
https://api.getmentioned.co/v1
Authentication
Authorization: Bearer YOUR_KEY
Format
JSON over HTTPS

Frequently asked questions

Keys are issued per workspace. Write to us from your account email and you'll have one the same day.

Client dashboards, BI integrations, internal alerting, automated reports: anything that needs your visibility data outside the app. The API returns the same numbers the dashboard shows.

ChatGPT, Perplexity, and Google Gemini, tracked daily. Enterprise plans can request custom coverage.

It is built on the same data but ships separately: a read-only connector for Claude Desktop, Cursor, or ChatGPT. See the MCP server page for details.

Start tracking, then build on it.
Setup takes about five minutes.

7-day free trial · 5-minute setup · cancel anytime