01
Get your access key
Create a free account and copy your access key from the dashboard.
AI Keyword Volume API
See how often keywords are searched inside AI assistants, with a monthly trend.
Track visibility across
POST https://api.trackee.dev/v1/ai-keyword-volume
{ "keywords": ["crm software", "email marketing"] }POST /v1/ai-keyword-volume
Clean, predictable JSON that is easy to parse and build on. 2 credits per keyword.
curl -X POST https://api.trackee.dev/v1/ai-keyword-volume \
-H "x-access-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keywords": ["crm software", "email marketing"]
}'{
"success": true,
"credits": { "charged": 4, "remaining": 4996 },
"data": {
"location": "United States",
"language": "English",
"keywords": [
{
"keyword": "crm software",
"ai_search_volume": 1074,
"trend": [
{ "year": 2026, "month": 7, "ai_search_volume": 1074 },
{ "year": 2026, "month": 6, "ai_search_volume": 1064 }
]
}
]
}
}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.
Track how often your topics are searched in AI assistants, and pair it with Google volume to plan for both.
Google volume tells you what people type into search. AI search volume tells you what they ask assistants, a signal you cannot get from classic keyword tools.
Each keyword comes with up to a year of monthly AI search volume, so you can see whether demand is rising or fading.
Send up to 100 keywords in one call and get a result for each, priced per keyword.
Scope volume to a location and language so it matches the audience you are targeting.
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();How often a keyword is searched inside AI assistants, rather than a traditional search engine. It is a leading signal of what people are asking models about.
Keyword Research returns Google search volume, CPC, and competition. AI Keyword Volume returns how often the same terms are searched inside AI assistants, with a monthly trend.
Two credits per keyword, and you can send up to 100 keywords in one request.
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.