Skip to main content

Keyword Ideas API

Keyword Ideas API

Turn one seed keyword into hundreds of related ideas with volume, CPC, and intent.

Track visibility across

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google
keyword-ideas.sh
POST https://api.trackee.dev/v1/keyword-ideas
{ "keyword": "crm software", "limit": 10 }
Mentions
Across AI answers

126

+18% this week

Share of voice
Against competitors

34%

+4.2 points

Citations
Pages used as sources

48

12 new sources

POST /v1/keyword-ideas

One request. Structured response.

Clean, predictable JSON that is easy to parse and build on. 3 credits per request.

POSTRequest
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
  }'
JSONResponse
{
  "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"
      }
    ]
  }
}

Live in three steps

From access key to your first call in minutes.

01

Get your access key

Create a free account and copy your access key from the dashboard.

02

Call POST /v1/keyword-ideas

Send one request with the x-access-key header. No SDK required.

03

Build on clean JSON

Parse the typed response and ship it into your product, dashboard, or agent.

Build a keyword plan from one word

Skip the ad platform. Send a seed keyword, get a ranked list of ideas with the metrics that decide what to target.

Expand any seed

Send one keyword and get back the related terms real searchers use, sorted so the high-value ones surface first.

Metrics on every idea

Each idea comes with monthly search volume, CPC, and a competition score, so you can prioritize without a second lookup.

Search intent included

Know whether a keyword is commercial, informational, transactional, or navigational before you write a single page.

Any market

Scope ideas to a location and language so the volume and competition match the audience you are targeting.

SDKs and tools

One API. Every way to build.

Start with Node.js over REST, or hand the query to an agent. The same visibility contract sits underneath.

01

REST API

API docs

One predictable contract for visibility checks, normalized results, and organization-scoped access.

02

SDK

Coming soon

Official TypeScript and Python clients are on the way.

03

AI agents

AI docs

Let Claude, Codex, Cursor, or your own agent query Trackee through MCP and agent-ready tools.

04

Dashboard

Open app

Use the same underlying data in a visual workspace for teams that prefer to inspect and compare results.

visibility.js
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();
One request · every configured engine

Frequently asked questions

How many ideas can I get?

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.

How is this different from the Keyword Research API?

Keyword Research returns metrics for keywords you already have. Keyword Ideas discovers new related keywords from a single seed, then attaches the same metrics.

Can I scope ideas to a country?

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.

Start building with the Keyword Ideas API

Create a free account, grab an access key, and make your first call in minutes.
Start Tracking for Free

No credit card required.