01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
Track rankings, mentions, citations, and share of voice across Google and leading AI models, all through one API.
Track visibility across
POST https://api.trackee.dev/v1/track
{ "brand": "Trackee", "sources": ["chatgpt", "google"] }Add SEO and AI visibility to your product in three steps.
01
Sign up, choose the workspace you want to track, and copy your organization access key.
02
Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.
03
Use structured visibility, citation, and competitor data in your product, agent, or dashboard.
Send one request to Trackee. Get one normalized view across search and the AI products your customers use.
SDKs and tools
Start with Node.js over REST, or hand the query to an agent. The same visibility contract sits underneath.
One predictable contract for visibility checks, normalized results, and organization-scoped access.
Official TypeScript and Python clients are on the way.
Let Claude, Codex, Cursor, or your own agent query Trackee through MCP and agent-ready tools.
Use the same underlying data in a visual workspace for teams that prefer to inspect and compare results.
const response = await fetch(
"https://api.trackee.dev/v1/track",
{
method: "POST",
headers: {
"x-access-key": process.env.TRACKEE_ACCESS_KEY,
"Content-Type": "application/json",
},
body: JSON.stringify({
brand: "Acme",
prompt: "best project management software",
engines: ["chatgpt", "claude", "google"],
}),
},
);
const visibility = await response.json();What you can track
Mentions, rank, and sentiment across ChatGPT, Claude, Gemini, Grok, and Perplexity.
Run any prompt across every AI model and get the answers plus cited sources.
Keyword positions and AI Overview presence, tracked in the same place.
Compare against competitors and see which brands AI recommends instead.
The real AI answers that name your brand, with the questions behind them.
The exact pages AI cites, so you know where to earn coverage.
AI and Google search volume, trends, and keyword ideas.
Related keyword ideas from any seed, with volume, CPC, and search intent.
How often keywords are searched inside AI assistants, with a monthly trend.
Save the brands you track with their prompts and competitors, for free.
Snapshots and timelines that build a record of every visibility change.
Re-run a brand's prompts on a schedule so your history grows on autopilot.
Run your whole prompt set across every engine in one background job.
Turn your visibility data into a prioritized to-do list of what to fix.
Backlinks, ranked keywords, domain overview, and instant page audits.
Every capability above ships as a simple REST endpoint. Browse the full reference.
Run visibility checks with Make, Zapier, AI agents, and the no-code tools your team already uses.
One API for rankings, keywords, citations, and AI visibility. Connect your agent or build the data directly into your product.
Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.
npx skills add trackeeConnect any MCP-compatible client to Trackee's hosted tools with one organization access key.
{
"mcpServers": {
"trackee": {
"url": "https://mcp.trackee.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Call the same visibility data from your own agent, product, workflow, or server-side application.
curl -X POST https://api.trackee.dev/v1/visibility \
-H "x-access-key: YOUR_API_KEY" \
-H "content-type: application/json" \
-d '{"brand":"Acme","prompt":"best project management software"}'FAQ
An API to track where your brand shows up across Google search and every major AI model, and to build SEO, AEO, and GEO products on top of that data.
ChatGPT, Claude, Gemini, Grok, and Perplexity, plus Google search and Google AI Overviews.
Rank trackers only watch Google. Trackee also watches AI answers, whether models mention you, where you rank in them, and which sources they cite, with share of voice against competitors.
Yes. Connect the MCP server and ask an AI agent about your brand in plain language, or use the Trackee dashboard directly.
Each plan includes monthly credits. Reads are free, and metered work like AI queries and rank checks costs credits based on what it actually costs to run. You can top up any time.
Yes. Start free with monthly credits, then upgrade when you need more.