Skip to main content

For content teams

Write the content that gets cited

Plan your calendar with real keyword volume, find the gaps where competitors get cited by AI, and measure which of your pages ChatGPT, Claude, Gemini, and Perplexity actually quote.

No credit card required.

Track visibility across

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

Content teams still need to know what people search for and where they have coverage holes. Trackee pairs keyword research and volume with AI citation data, so you can plan pages that rank on Google and get pulled into AI answers.

How Trackee helps

Keyword research and volume

Pull search volume and difficulty for any query so you can plan a calendar around what people actually look for.

Fresh keyword ideas

Turn one seed into related terms and questions, so each brief covers the topic the way readers phrase it.

Find the citation gaps

See the prompts where competitors get cited by AI and you don't, then brief the content that closes the gap.

Measure what gets cited

Track which of your pages ChatGPT, Claude, Gemini, and Perplexity quote, so you know what to double down on.

GET /v1/keywords

Get volume and difficulty for a query

Send a query and country, get back related keywords with volume and difficulty.

POSTRequest
curl -G https://api.trackee.dev/v1/keywords \
  -H "x-access-key: YOUR_API_KEY" \
  -d "query=content marketing" \
  -d "country=us"
JSONResponse
{
  "query": "content marketing",
  "country": "us",
  "keywords": [
    { "keyword": "content marketing", "volume": 74000, "difficulty": 68 },
    { "keyword": "content marketing strategy", "volume": 18100, "difficulty": 54 },
    { "keyword": "content marketing examples", "volume": 6600, "difficulty": 41 }
  ]
}

What you get

Plan a calendar around real search volume, not guesses
Spot topics where rivals get cited and you don't
Prove content ROI with ranking and AI citation data
Brief writers with keyword ideas readers actually use

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

Where does the keyword volume come from?

Trackee returns search volume and difficulty for any query and country through the Keyword Research API, so you can plan a calendar around real demand.

How do I find topics to write about?

Start with a seed term and expand it with the Keyword Ideas API to get the related terms and questions your readers actually type.

Can I see which of my pages AI engines cite?

Yes. The AI Citations API shows the pages ChatGPT, Claude, Gemini, and Perplexity quote, so you know which content is feeding their answers.

Do I need to write code to use this?

No. Use the dashboard, the REST API, the hosted MCP, or the coding skill against the same data. See the API docs to get started.

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.