Skip to main content

For in-house teams

All your SEO data, no per-seat suite

Run rank tracking, keyword research, backlinks, and audits from one API, and add AI visibility across ChatGPT, Claude, Gemini, and Perplexity in the same place.

No credit card required.

Track visibility across

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

In-house teams want the whole SEO stack plus AI visibility, without expensive per-seat licenses or API access locked behind a top plan. Trackee gives you rank tracking, keyword research, backlinks, and audits on one API, so you own your data and automate the busywork.

How Trackee helps

The full SEO stack

Rank tracking, keyword research, backlinks, and on-page audits, all from one API and one credit pool.

AI visibility built in

See how ChatGPT, Claude, Gemini, and Perplexity answer for your terms, right beside your Google data.

No per-seat pricing

Add the whole team without buying a license for each person. Pay for the work, not the seats.

API on every plan

Pull data into your own dashboards and jobs from day one, not just once you hit the top tier.

POST /v1/visibility

Check your terms across every engine

Send a brand and a prompt, get back a clean per-engine breakdown.

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 expense management tool",
    "engines": ["chatgpt", "claude", "gemini", "perplexity"]
  }'
JSONResponse
{
  "brand": "Acme",
  "prompt": "best expense management tool",
  "mentioned_in": ["chatgpt", "claude"],
  "summary": {
    "coverage_pct": 50,
    "avg_position": 2,
    "share_of_voice": 28,
    "sentiment": "positive"
  }
}

What you get

Own your SEO data instead of renting a dashboard
Automate reporting and cut the weekly copy-paste
See Google rankings and AI answers side by side
Skip per-seat fees as the team grows

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

Do I get the full SEO stack, not just AI visibility?

Yes. Rank tracking, keyword research, backlinks, and audits all run through the same API. Start with rank tracking.

Is the API locked behind a top plan?

No. The API is available on every plan, including the free tier, so you can automate from day one. See pricing.

Can I see Google rankings and AI answers together?

Yes. Google data and AI answers live in the same place, so you can pair rankings with AI visibility monitoring.

How do I get the data into our own tools?

Call the REST API, use the hosted MCP, or the coding skill, and pull clean JSON into your dashboards. See the API docs.

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.