01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
For developers
Skip the scrapers and the patchwork of vendors. Get finished SEO data plus AI visibility from one API and ship your rank tracker, dashboard, or SaaS faster.
No credit card required.Track visibility across
Building an SEO tool means wrangling SERP scrapers, proxies, and half a dozen data providers before you write a line of product. Trackee replaces all of that with one API that returns clean, finished data, so you spend your time on features instead of plumbing.
Rankings, keywords, backlinks, audits, and AI visibility all come from the same API and the same auth.
No proxies, no parsing HTML, no captchas. Send a request and get structured results ready to store or render.
Start free, then pay as you grow. One credit pool covers every endpoint and every brand you build for.
Ship Google rankings and AI-answer visibility across ChatGPT, Claude, Gemini, and Perplexity in the same product.
POST /v1/visibility
Send a brand and a prompt, get back a clean per-engine breakdown to render in your product.
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",
"engines": ["chatgpt", "claude", "gemini", "perplexity"]
}'{
"brand": "Acme",
"prompt": "best project management software",
"mentioned_in": ["chatgpt", "perplexity"],
"summary": {
"coverage_pct": 50,
"avg_position": 3,
"share_of_voice": 22,
"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"}'No. Trackee handles the scraping, proxies, and parsing for you and returns finished data, so you just call the rank tracking API and store the result.
Yes. The same API serves Google rankings and AI-answer visibility, so you can add the AI visibility API alongside your classic SEO features.
Grab a free key, then send your first request with the header x-access-key. The API docs walk through auth, endpoints, and response shapes.
Start on the free plan, then buy credits that cover every endpoint from one shared pool and never expire on pay-as-you-go packs. See pricing.