Skip to main content

Brand Tracking API

Brand Tracking API

Save brands with their prompts and competitors, then reuse them. Free to manage.

Track visibility across

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google
brands.sh
POST https://api.trackee.dev/v1/brands
{ "name": "Salesforce", "domain": "salesforce.com", "engines": ["chatgpt"] }
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/brands

One request. Structured response.

Clean, predictable JSON that is easy to parse and build on. Free.

POSTRequest
curl -X POST https://api.trackee.dev/v1/brands \
  -H "x-access-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Salesforce",
    "domain": "salesforce.com",
    "aliases": ["SFDC"],
    "category": "CRM",
    "engines": ["chatgpt", "claude"]
  }'
JSONResponse
{
  "success": true,
  "data": {
    "id": "6a8b2e3ba6701c53f6dcc743",
    "name": "Salesforce",
    "domain": "salesforce.com",
    "aliases": ["SFDC"],
    "category": "CRM",
    "location": "United States",
    "engines": ["chatgpt", "claude"],
    "prompts": [],
    "competitors": []
  }
}

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

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.

The foundation for monitoring over time

Brands turn one-off checks into a tracked history. Create them for free and build monitoring on top.

One source of truth

Define a brand once, then point visibility, rank, and mentions checks at it instead of repeating parameters everywhere.

Prompts and competitors

Attach the prompts you want to monitor and the competitors you want to measure against, all stored with the brand.

Organization scoped

Every brand belongs to your organization and is isolated from everyone else, secured by your access key.

The monitoring foundation

Brands are the anchor for scheduled scans and historical tracking, so your visibility data has something to attach to over time.

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

Does creating brands cost credits?

No. Creating, reading, updating, and deleting brands is free. You only spend credits when you run a check that calls out to search or an AI model.

What can I attach to a brand?

A domain, aliases, a category, a default location, the AI engines to track, plus lists of prompts and competitors you care about.

Why start with brands?

Brands are the anchor for monitoring. Once a brand and its prompts exist, you can run checks against it on a schedule and build a history of your visibility.

See every field and status code in the API reference.

Start building with the Brand Tracking API

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

No credit card required.