Skip to main content

Workflow

Know where you stand against your competitors

Measure your share of voice against named competitors across ChatGPT, Claude, Gemini, Perplexity, and Google, and see exactly who gets recommended when you don't.

No credit card required.

Track visibility across

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google

Buyers compare a short list before they buy, and AI answers and Google both shape that list for them. Trackee shows how much of each answer you own versus your rivals, so you know where you are winning and where you are being left off.

How Trackee helps

Share of voice, measured

Get a clear percentage for how much of each answer you own compared to the competitors you name.

See who wins instead

Find out which competitors AI answers recommend and which domains Google names when you are left out.

Search and AI together

Compare across ChatGPT, Claude, Gemini, and Perplexity plus Google, so you see the full picture in one call.

Track the gaps that matter

Spot the prompts and keywords where rivals lead, so you know exactly where to close the distance.

POST /v1/visibility

Compare yourself against competitors in one call

Send your brand, a prompt, and the competitors you care about, and get share of voice back for each.

POSTRequest
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",
    "competitors": ["Rival A", "Rival B"],
    "engines": ["chatgpt", "claude", "gemini", "perplexity"]
  }'
JSONResponse
{
  "brand": "Acme",
  "prompt": "best project management software",
  "mentioned_in": ["chatgpt", "perplexity"],
  "share_of_voice": 22,
  "competitors": [
    { "name": "Rival A", "mentioned_in": ["chatgpt", "gemini", "perplexity"], "share_of_voice": 41 },
    { "name": "Rival B", "mentioned_in": ["gemini"], "share_of_voice": 18 }
  ]
}

What you get

See your share of voice next to every competitor you track
Learn which rivals get named when you are left off the list
Compare AI answers and Google results side by side
Find the prompts where competitors are pulling ahead

Live in three steps

From access key to your first result in minutes.

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.

Your agents already know how you rank

A first-party Claude Code skill, a hosted MCP server, and a plain REST API. All official, all maintained.

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

Frequently asked questions

How does Trackee measure share of voice?

It runs your prompt across every engine, then scores how much of each answer names you versus the competitors you list. See the AI Visibility API for the response shape.

Can I see which competitors rank for a keyword on Google?

Yes. Pull the domains that show up alongside you with the SERP Competitors API, then dig into any one of them from there.

How do I research a competitor's whole footprint?

Start with a domain overview to size them up, then list every term they rank for with ranked keywords.

Does this cover AI answers or just Google?

Both. Trackee compares you against rivals across ChatGPT, Claude, Gemini, Perplexity, and Google AI Overviews, which pairs well with AI visibility monitoring.

Start tracking your visibility today

Create a free account, grab an access key, and make your first call in minutes.
Start Tracking for Free

No credit card required.