Skip to main content

Brand Mentions API

Brand Mentions API

Find the web pages that mention your brand for any query.

Track visibility across

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google
mentions.sh
POST https://api.trackee.dev/v1/mentions
{ "brand": "Salesforce", "query": "best crm software" }
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/mentions

One request. Structured response.

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

POSTRequest
curl -X POST https://api.trackee.dev/v1/mentions \
  -H "x-access-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "brand": "Salesforce",
    "query": "best crm software"
  }'
JSONResponse
{
  "success": true,
  "credits": { "charged": 2, "remaining": 4996 },
  "data": {
    "brand": "Salesforce",
    "query": "best crm software",
    "total_mentions": 35,
    "mentions": [
      {
        "position": 2,
        "title": "Best CRM Software: Everything To Consider",
        "url": "https://www.salesforce.com/crm/best-crm/",
        "domain": "www.salesforce.com",
        "snippet": "Salesforce is consistently named the #1 CRM..."
      }
    ]
  }
}

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/mentions

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.

Know where you show up

Turn a query into a clean list of brand mentions you can monitor, report on, and act on.

Mention search

Trackee runs the query, scans the results, and returns only the pages that actually mention your brand.

Context included

Each mention comes with the page title, URL, ranking position, and the snippet that references you.

Track your footprint

Measure how many of the top results mention your brand for the topics that matter, and watch it grow.

Location aware

Run mentions for any location and device so you see the results your target market sees.

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 counts as a mention?

Any organic result whose title, URL, or snippet references your brand for the query you searched. Trackee filters the full results down to just those pages.

Can I search a topic instead of my brand name?

Yes. Pass any query as the search and your brand as the target, and Trackee returns the pages ranking for that topic that mention you.

How is this different from rank tracking?

Rank tracking finds where one domain ranks for a keyword. Mentions finds every page in the results that references your brand, wherever it appears.

See every field and status code in the API reference.

Start building with the Brand Mentions API

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

No credit card required.