Skip to main content

Workflow

Visibility reporting that runs itself

Schedule checks, build a clean history, and pull the numbers into your own dashboards, Google Sheets, Looker, or BI. No manual screenshots.

No credit card required.

Track visibility across

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

Reporting eats hours when you copy numbers out of a tool by hand every week. Trackee runs your rank and AI-visibility checks on a schedule and hands back clean JSON, so your dashboards and spreadsheets stay current on their own.

How Trackee helps

Scheduled checks

Set your rank and AI-visibility checks to run daily or weekly, so fresh numbers are always waiting.

History you can query

Every run is stored on a timeline, so you can chart trends over 7, 30, or 90 days without keeping your own database.

Clean JSON out

Read finished data through one endpoint and drop it straight into a dashboard, no scraping or parsing.

Works with your stack

Feed the same data into Google Sheets, Looker, or any BI tool that can call a REST API.

GET /v1/brands/{brandId}/timeline

Pull a brand's history for a dashboard

Ask for a date range and get back a clean series of visibility points.

POSTRequest
curl https://api.trackee.dev/v1/brands/brand_acme/timeline?range=30d \
  -H "x-access-key: YOUR_API_KEY"
JSONResponse
{
  "brandId": "brand_acme",
  "range": "30d",
  "points": [
    { "date": "2026-08-01", "coverage_pct": 48, "share_of_voice": 21, "avg_position": 3.4 },
    { "date": "2026-08-15", "coverage_pct": 55, "share_of_voice": 26, "avg_position": 2.9 },
    { "date": "2026-08-30", "coverage_pct": 61, "share_of_voice": 30, "avg_position": 2.4 }
  ]
}

What you get

Kill the weekly copy-paste and screenshot routine
Keep dashboards fresh without touching them
Report rankings and AI visibility from one source
Chart trends over time from stored history

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 do I keep a dashboard up to date automatically?

Schedule your checks with a tracker so runs happen on their own, then read the stored timeline whenever your dashboard refreshes.

Can I pull the data into Google Sheets or Looker?

Yes. Trackee returns clean JSON from the API, so any tool that can call a REST endpoint can pull it in on a schedule.

Does this cover AI visibility as well as rankings?

Yes. The timeline stores AI-answer coverage and share of voice too, so you can chart both from one source. See AI visibility monitoring.

Do I have to store the history myself?

No. Every scheduled run is kept for you, so you can pull a 30- or 90-day range on demand without your own database. See pricing for retention.

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.