01
Get your access key
Create a free account and copy your access key from the dashboard.
Trackers API
Schedule recurring scans so your AI visibility history keeps building without you lifting a finger.
Track visibility across
POST https://api.trackee.dev/v1/trackers
{ "brandId": "BRAND_ID", "intervalMinutes": 1440 }POST /v1/trackers
Clean, predictable JSON that is easy to parse and build on. Free to manage.
curl -X POST "https://api.trackee.dev/v1/trackers" \
-H "x-access-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "brandId": "BRAND_ID", "name": "Daily scan", "intervalMinutes": 1440 }'{
"success": true,
"data": {
"id": "6a8d87...",
"brandId": "6a8d87...",
"name": "Daily scan",
"intervalMinutes": 1440,
"enabled": true,
"lastRunAt": null,
"nextRunAt": null,
"runCount": 0,
"createdAt": "2026-08-25T12:17:03.616Z"
}
}From access key to your first call in minutes.
01
Create a free account and copy your access key from the dashboard.
02
Send one request with the x-access-key header. No SDK required.
03
Parse the typed response and ship it into your product, dashboard, or agent.
Trackers turn one-off visibility checks into a continuous feed, powering dashboards, trends, and alerts.
Point a tracker at a saved brand and pick a cadence. Trackee replays its prompts across every tracked engine on schedule.
Each run stores a snapshot per engine, so your timeline, share of voice, and alerts have fresh data every day.
Enable, disable, re-time, or delete a tracker at any time, and trigger an immediate run with a single call.
Creating and managing trackers is free. Each scheduled scan costs the same 3 credits per engine as a manual visibility check.
SDKs and tools
Start with Node.js over REST, or hand the query to an agent. The same visibility contract sits underneath.
One predictable contract for visibility checks, normalized results, and organization-scoped access.
Official TypeScript and Python clients are on the way.
Let Claude, Codex, Cursor, or your own agent query Trackee through MCP and agent-ready tools.
Use the same underlying data in a visual workspace for teams that prefer to inspect and compare results.
const response = await fetch(
"https://api.trackee.dev/v1/track",
{
method: "POST",
headers: {
"x-access-key": process.env.TRACKEE_ACCESS_KEY,
"Content-Type": "application/json",
},
body: JSON.stringify({
brand: "Acme",
prompt: "best project management software",
engines: ["chatgpt", "claude", "google"],
}),
},
);
const visibility = await response.json();As often as every 60 minutes. Set intervalMinutes to 1440 for daily, 10080 for weekly, or any cadence at or above the hourly minimum.
Managing trackers is free. Each run spends 3 credits per engine per prompt, the same as a manual visibility check.
Yes. Call POST /v1/trackers/{id}/run to enqueue an immediate scan on top of the schedule.
See every field and status code in the API reference.
One access key
Check whether ChatGPT, Claude, Gemini, and Perplexity mention your brand for any prompt.
Get a domain's Google position and AI Overview presence for any keyword.
Search volume, CPC, and competition for any list of keywords, in one request.
Find the web pages that mention your brand for any query.
Discover the domains that compete for your keywords in Google, ranked by visibility.
Save brands with their prompts and competitors, then reuse them. Free to manage.
Turn one seed keyword into hundreds of related ideas with volume, CPC, and intent.
Store every check and query your visibility history by brand, engine, and date.
Schedule recurring scans so your AI visibility history keeps building without you lifting a finger.
Run one prompt across every major AI model and get their answers plus cited sources.
See how often keywords are searched inside AI assistants, with a monthly trend.