Skip to main content

For enterprise

Visibility across every brand and market

Run SEO and AI visibility for all of your brands, domains, and regions through one API, then send clean JSON into the dashboards and BI tools your teams already use.

No credit card required.

Track visibility across

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Perplexity
  • Google

Large orgs run many brands, domains, and regions, and the data usually lives in a dozen disconnected tools. Trackee gives you unlimited brands, bulk checks, and scheduled history behind one API and one credit pool, so everything lands in one place.

How Trackee helps

Unlimited brands and domains

Track every brand, product line, and regional domain under one account instead of buying a plan for each.

Bulk checks at scale

Queue thousands of prompts across markets in one request and let Trackee run them for you.

Scheduled history

Re-run your prompts on a schedule so you have a clean time series to trend and report on.

Pipe into your BI

Every response is clean JSON, ready to load into internal dashboards, warehouses, and BI tools.

POST /v1/scans

Queue a bulk scan for one brand

Send a brand and a list of prompts, get back a scan id and how many are queued.

POSTRequest
curl -X POST https://api.trackee.dev/v1/scans \
  -H "x-access-key: YOUR_API_KEY" \
  -H "content-type: application/json" \
  -d '{
    "brandId": "brand_acme_us",
    "prompts": [
      "best project management software",
      "top crm for enterprise",
      "leading analytics platform"
    ]
  }'
JSONResponse
{
  "scanId": "scan_9f2a",
  "brandId": "brand_acme_us",
  "queued": 3,
  "status": "queued"
}

What you get

Cover every brand and market on one shared credit pool
Run market-wide checks without stitching together tools
Feed a warehouse or BI stack with structured JSON
Trend visibility over time with scheduled history

Live in three steps

From access key to your first result in minutes.

01

Create an access key

Sign up, choose the workspace you want to track, and copy your organization access key.

02

Send one request

Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.

03

Build with the results

Use structured visibility, citation, and competitor data in your product, agent, or dashboard.

Your AI agents already know how you rank

One API for rankings, keywords, citations, and AI visibility. Connect your agent or build the data directly into your product.

Agent skill

Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.

terminal
npx skills add trackee
Read the docs

MCP server

Connect any MCP-compatible client to Trackee's hosted tools with one organization access key.

mcp.json
{
  "mcpServers": {
    "trackee": {
      "url": "https://mcp.trackee.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Read the docs

REST API

Call the same visibility data from your own agent, product, workflow, or server-side application.

terminal
curl -X POST https://api.trackee.dev/v1/visibility \
  -H "x-access-key: YOUR_API_KEY" \
  -H "content-type: application/json" \
  -d '{"brand":"Acme","prompt":"best project management software"}'
Read the docs

Frequently asked questions

Can I track many brands and domains under one account?

Yes. One Trackee account covers unlimited brands and domains on a single shared credit pool, so you manage each one through the Brand Tracking API.

How do I run checks across a lot of prompts and markets?

Queue them in a single request with the Bulk Scans API, then read the results back once the scan finishes.

Can I get the data into our BI tools?

Yes. Every response is clean JSON from the API, so you can load it into warehouses, internal dashboards, and BI tools.

Can I automate reporting across brands?

Yes. Schedule recurring runs so each brand builds a clean history, the same way teams set up automated reporting.

Start tracking your visibility today

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

No credit card required.