01
Get your access key
Create a free account and copy your access key from the dashboard.
Keyword Ideas API
Turn one seed keyword into hundreds of related ideas with volume, CPC, and intent.
Track visibility across
POST https://api.trackee.dev/v1/keyword-ideas
{ "keyword": "crm software", "limit": 10 }POST /v1/keyword-ideas
Clean, predictable JSON that is easy to parse and build on. 3 credits per request.
curl -X POST https://api.trackee.dev/v1/keyword-ideas \
-H "x-access-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keyword": "crm software",
"limit": 5
}'{
"success": true,
"credits": { "charged": 3, "remaining": 4997 },
"data": {
"seed": "crm software",
"location": "United States",
"language": "English",
"total": 240074,
"ideas": [
{
"keyword": "crm system",
"volume": 33100,
"cpc": 38.4,
"competition": "MEDIUM",
"competition_index": 53,
"search_intent": "commercial"
}
]
}
}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.
Skip the ad platform. Send a seed keyword, get a ranked list of ideas with the metrics that decide what to target.
Send one keyword and get back the related terms real searchers use, sorted so the high-value ones surface first.
Each idea comes with monthly search volume, CPC, and a competition score, so you can prioritize without a second lookup.
Know whether a keyword is commercial, informational, transactional, or navigational before you write a single page.
Scope ideas to a location and language so the volume and competition match 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();Up to 100 per request, and total shows how many exist for the seed so you can page for more. Each request costs 3 credits regardless of the limit.
Keyword Research returns metrics for keywords you already have. Keyword Ideas discovers new related keywords from a single seed, then attaches the same metrics.
Yes. Pass a location and language and the ideas, volume, and competition come back scoped to that market.
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.