Skip to main content

For agencies

SEO and AI visibility for every client

Run rank tracking, keyword research, and AI-answer monitoring for all your clients through one API, with unlimited brands and credits you can spread however you like.

No credit card required.

Track visibility across

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

Agencies juggle dozens of clients and just as many logins. Trackee gives you one API and one credit pool across unlimited brands, so you can report on Google rankings and AI visibility without paying per seat or per project.

How Trackee helps

Unlimited client brands

Add as many brands as you have clients. No per-project plans and no per-seat fees.

One credit pool

Spend credits across every client as needed, instead of buying a plan for each one.

White-label reporting data

Pull clean JSON into your own reports and dashboards, branded however you want.

Rankings and AI in one place

Google rank tracking plus AI visibility across ChatGPT, Claude, Gemini, and Perplexity for each client.

POST /v1/visibility

Track a client brand in one call

Point a request at any client brand and get finished data back.

POSTRequest
curl -X POST https://api.trackee.dev/v1/visibility \
  -H "x-access-key: YOUR_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "brandId": "client_acme",
    "prompt": "best crm for small business",
    "engines": ["chatgpt", "gemini", "perplexity"]
  }'
JSONResponse
{
  "brand": "Acme CRM",
  "mentioned_in": ["gemini", "perplexity"],
  "summary": {
    "coverage_pct": 66,
    "avg_position": 2,
    "share_of_voice": 31,
    "sentiment": "positive"
  }
}

What you get

Onboard a new client without a new subscription
Report Google and AI-search performance side by side
Automate scheduled checks and alerts per client
Scale from ten clients to a hundred on the same API

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 need a separate plan per client?

No. One Trackee plan covers unlimited brands and one shared credit pool, so you add clients without adding subscriptions. See pricing.

Can I white-label the data?

Yes. Trackee returns clean JSON through the API, so you can pull it into your own branded reports and dashboards.

Can I automate client reporting?

Yes. Use trackers to re-run each client's prompts on a schedule, and bulk scans to cover many prompts at once.

How does Trackee compare to agency SEO suites?

Most suites charge per seat and gate the API behind their top plan. Trackee is API-first from the free tier. Compare the alternatives.

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.