01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
For ecommerce
Shoppers ask ChatGPT, Gemini, and Perplexity what to buy before they open Google. Trackee shows whether your brand and products get named, and which competitors win the pick.
No credit card required.Track visibility across
AI assistants now answer buying questions with a short list of products, and most shoppers trust that list. Trackee tracks whether you make the cut across AI engines and Google, so you can see where you win and where a rival takes the sale.
See whether ChatGPT, Claude, Gemini, and Perplexity recommend your brand and products when shoppers ask what to buy.
Track specific SKUs and product lines, not just the brand, so you know which items get picked and which get skipped.
Pair AI answers with Google positions and AI Overviews for the same buying keywords, all in one place.
Find out which rival brands and products AI names instead of yours, and on which prompts you keep losing.
POST /v1/visibility
Send your brand and a shopping question, get back a per-engine breakdown.
curl -X POST https://api.trackee.dev/v1/visibility \
-H "x-access-key: YOUR_API_KEY" \
-H "content-type: application/json" \
-d '{
"brand": "Stride",
"prompt": "best running shoes for flat feet",
"engines": ["chatgpt", "gemini", "perplexity"]
}'{
"brand": "Stride",
"prompt": "best running shoes for flat feet",
"mentioned_in": ["gemini", "perplexity"],
"summary": {
"coverage_pct": 66,
"avg_position": 2,
"share_of_voice": 28,
"sentiment": "positive"
}
}From access key to your first result in minutes.
01
Sign up, choose the workspace you want to track, and copy your organization access key.
02
Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.
03
Use structured visibility, citation, and competitor data in your product, agent, or dashboard.
A first-party Claude Code skill, a hosted MCP server, and a plain REST API. All official, all maintained.
Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.
npx skills add trackeeConnect any MCP-compatible client to Trackee's hosted tools with one organization access key.
{
"mcpServers": {
"trackee": {
"url": "https://mcp.trackee.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Call the same visibility data from your own agent, product, workflow, or server-side application.
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"}'Yes. You can track specific products and SKUs by name and watch how each one shows up in AI answers with the AI Mentions API.
Start with the buying prompts your customers actually type, like best-of and comparison questions. The Keyword Research API helps you find the ones worth watching.
Yes. Trackee tracks Google positions and AI Overviews alongside AI answers, and you can see the rivals ranking next to you with the SERP Competitors API.
Set up a tracker to re-run your buying prompts on a schedule, so you catch it when a competitor starts winning the recommendation.