Skip to main content
Using AI agents? Go here

SEO & AI visibility, in one API.

Track rankings, mentions, citations, and share of voice across Google and leading AI models, all through one API.

Track visibility across

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google
No credit card required.
track-request.ts
POST https://api.trackee.dev/v1/track
{ "brand": "Trackee", "sources": ["chatgpt", "google"] }
Mentions
Across AI answers

126

+18% this week

Share of voice
Against competitors

34%

+4.2 points

Citations
Pages used as sources

48

12 new sources

How it works

Add SEO and AI visibility to your product in three steps.

01

Create an access key

Sign up, choose the workspace you want to track, and copy your organization access key.

02

Send one request

Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.

03

Build with the results

Use structured visibility, citation, and competitor data in your product, agent, or dashboard.

One API. Every answer engine.

Send one request to Trackee. Get one normalized view across search and the AI products your customers use.

Your product
Trackee

SDKs and tools

One API. Every way to build.

Start with Node.js over REST, or hand the query to an agent. The same visibility contract sits underneath.

01

REST API

API docs

One predictable contract for visibility checks, normalized results, and organization-scoped access.

02

SDK

Coming soon

Official TypeScript and Python clients are on the way.

03

AI agents

AI docs

Let Claude, Codex, Cursor, or your own agent query Trackee through MCP and agent-ready tools.

04

Dashboard

Open app

Use the same underlying data in a visual workspace for teams that prefer to inspect and compare results.

visibility.js
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();
One request · every configured engine

No-code integrations

Run visibility checks with Make, Zapier, AI agents, and the no-code tools your team already uses.

Your AI agents already know how you rank

One API for rankings, keywords, citations, and AI visibility. Connect your agent or build the data directly into your product.

Agent skill

Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.

terminal
npx skills add trackee
Read the docs

MCP server

Connect any MCP-compatible client to Trackee's hosted tools with one organization access key.

mcp.json
{
  "mcpServers": {
    "trackee": {
      "url": "https://mcp.trackee.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Read the docs

REST API

Call the same visibility data from your own agent, product, workflow, or server-side application.

terminal
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"}'
Read the docs

FAQ

Questions, answered.

What is Trackee?

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.

Which AI models do you cover?

ChatGPT, Claude, Gemini, Grok, and Perplexity, plus Google search and Google AI Overviews.

How is this different from a rank tracker?

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.

Can I use it without writing code?

Yes. Connect the MCP server and ask an AI agent about your brand in plain language, or use the Trackee dashboard directly.

How does pricing work?

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.

Is there a free plan?

Yes. Start free with monthly credits, then upgrade when you need more.

Ready to add AI visibility to your product?

One API. Every answer engine. Start building with free credits.
Start building for free

No credit card required.