01
Get your access key
Create a free account and copy your access key from the dashboard.
Monitoring API
Store every check and query your visibility history by brand, engine, and date.
Track visibility across
GET https://api.trackee.dev/v1/snapshots?brand_id=BRAND_ID&engine=chatgptGET /v1/snapshots
Clean, predictable JSON that is easy to parse and build on. Free.
curl -H "x-access-key: YOUR_API_KEY" \
"https://api.trackee.dev/v1/snapshots?brand_id=BRAND_ID&engine=chatgpt&mentioned=true"{
"success": true,
"data": {
"total": 3,
"limit": 50,
"offset": 0,
"snapshots": [
{
"id": "6a8c6f...",
"brandId": "6a8c6e...",
"brand": "Salesforce",
"prompt": "best crm software",
"engine": "chatgpt",
"model": "gpt-4o-mini",
"mentioned": true,
"position": 1,
"sources_count": 0,
"checkedAt": "2026-08-24T16:18:49.049Z"
}
]
}
}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.
Snapshots are the data layer behind trends, share of voice over time, and any dashboard you want to build.
Run a visibility check against a saved brand and Trackee stores a snapshot per engine, so your history grows on its own.
Filter snapshots by brand, engine, prompt, whether you were mentioned, and a date range, then page through the results.
Every snapshot is clean JSON with the engine, prompt, mention, position, and timestamp, ready to chart over time.
You pay for the visibility checks that create snapshots. Reading and querying your history never costs credits.
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();Run a visibility check with a brandId and Trackee stores one snapshot per engine. Over time those snapshots become your visibility history.
No. Reading and filtering your history is free. You only spend credits on the visibility checks that create the snapshots.
Brand, engine, prompt, whether the brand was mentioned, and a from and to date range, plus limit and offset for pagination.
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.
Run one prompt across every major AI model and get their answers plus cited sources.