Skip to main content

For startups

Track your visibility from day one

See whether Google and AI assistants recommend you without paying for a heavy suite. Start on the free plan and wire it straight into your own stack.

No credit card required.

Track visibility across

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

Founders and small teams need to know if Google and AI assistants point people their way, and they need that answer without an expensive tool. Trackee gives you a free plan, simple credits, and an API-first setup so you can build it into your product and move fast.

How Trackee helps

Start free

The free plan gives you 100 credits a month to check rankings and AI answers before you spend a cent.

API-first from the start

Call the REST API, hosted MCP, or coding skill and drop visibility data straight into your own stack.

SEO and AI in one place

Google rank tracking plus AI answers from ChatGPT, Claude, Gemini, and Perplexity, without a second vendor.

Credits that never expire

Grow onto Starter at $49 or buy pay-as-you-go packs, and unused credits stay yours for good.

POST /v1/visibility

Check one prompt across every engine

Send a brand and a prompt, get back a clean per-engine breakdown.

POSTRequest
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",
    "engines": ["chatgpt", "claude", "gemini", "perplexity"]
  }'
JSONResponse
{
  "brand": "Acme",
  "prompt": "best project management software",
  "mentioned_in": ["chatgpt", "perplexity"],
  "summary": {
    "coverage_pct": 50,
    "avg_position": 3,
    "share_of_voice": 22,
    "sentiment": "positive"
  }
}

What you get

Launch without paying for an enterprise SEO suite
Wire visibility checks into your own product and dashboards
Watch Google rankings and AI answers side by side
Scale spend with credits instead of a bigger plan

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 really start for free?

Yes. The free plan includes 100 credits a month, then Starter is $49 when you outgrow it. See pricing for the details.

How fast can I wire this into my product?

Trackee is API-first, so you send a request and get clean JSON back. The API docs show the endpoints and headers to get going.

Can I check Google and AI answers together?

Yes. One request covers Google positions and answers from ChatGPT, Claude, Gemini, and Perplexity. Start with the AI Visibility API.

What happens to credits I don't use?

Pay-as-you-go credit packs never expire, so nothing goes to waste as your usage moves around. You can also spin up a tracker to spend them on scheduled checks.

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.