Skip to main content

AI Keyword Volume API

AI Keyword Volume API

See how often keywords are searched inside AI assistants, with a monthly trend.

Track visibility across

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google
ai-keyword-volume.sh
POST https://api.trackee.dev/v1/ai-keyword-volume
{ "keywords": ["crm software", "email marketing"] }
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/ai-keyword-volume

One request. Structured response.

Clean, predictable JSON that is easy to parse and build on. 2 credits per keyword.

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

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/ai-keyword-volume

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.

Measure demand inside the answer engines

Track how often your topics are searched in AI assistants, and pair it with Google volume to plan for both.

AI search demand

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.

Monthly trend

Each keyword comes with up to a year of monthly AI search volume, so you can see whether demand is rising or fading.

Batch friendly

Send up to 100 keywords in one call and get a result for each, priced per keyword.

Any market

Scope volume to a location and language so it matches 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

What is AI search volume?

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.

How does it differ from the Keyword Research API?

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.

How is it priced?

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.

Start building with the AI Keyword Volume API

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

No credit card required.