01
Get your access key
Create a free account and copy your access key from the dashboard.
SEO Audit API
Audit any page's on-page SEO in one instant call.
Track visibility across
POST https://api.trackee.dev/v1/audit
{ "url": "https://example.com/pricing" }POST /v1/audit
Clean, predictable JSON that is easy to parse and build on. 2 credits per page.
curl -X POST https://api.trackee.dev/v1/audit \
-H "x-access-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "url": "https://example.com/pricing" }'{
"success": true,
"credits": { "charged": 2, "remaining": 4998 },
"data": {
"url": "https://example.com/pricing",
"onpage_score": 91.59,
"issues": ["no_image_alt", "title_too_short", "has_render_blocking_resources"],
"meta": { "title": "Pricing", "title_length": 7 }
}
}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.
AI and search reward well-structured pages. This API scores any URL and hands you the exact list of things to fix.
Fetches and analyzes a single URL live — no background job, no polling, results in one request.
Get the exact problems: missing title or H1, images without alt text, render-blocking resources, broken links, and more.
Title and description lengths, link and image counts, plus largest-contentful-paint and time-to-interactive.
Cheap enough to run on every publish — drop it into CI, a CMS hook, or a content workflow.
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();No. It audits a single URL instantly. Full-site crawling is a background-job feature on the roadmap.
Around 60 on-page checks — missing or bad titles/descriptions, no H1, missing alt text, broken links, render-blocking resources, redirects, and more. The response lists the ones that failed.
It's an instant single-page fetch, so it costs just 2 credits — cheap enough to run on every deploy.
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 real AI answers that mention your brand across Google AI Overviews and ChatGPT.
See which pages and domains AI models cite most when they mention your brand.
Get notified the moment AI changes what it says about your brand.
Turn your AI-visibility data into a prioritized to-do list.
See every keyword a domain ranks for in Google.
Size up any domain's organic search footprint in one call.
Get any domain's backlink profile in a single call.
Audit any page's on-page SEO in one instant call.
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.