Skip to main content

For ecommerce

Get your products into AI recommendations

Shoppers ask ChatGPT, Gemini, and Perplexity what to buy before they open Google. Trackee shows whether your brand and products get named, and which competitors win the pick.

No credit card required.

Track visibility across

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

AI assistants now answer buying questions with a short list of products, and most shoppers trust that list. Trackee tracks whether you make the cut across AI engines and Google, so you can see where you win and where a rival takes the sale.

How Trackee helps

Named in shopping answers

See whether ChatGPT, Claude, Gemini, and Perplexity recommend your brand and products when shoppers ask what to buy.

Product-level detail

Track specific SKUs and product lines, not just the brand, so you know which items get picked and which get skipped.

Google rankings too

Pair AI answers with Google positions and AI Overviews for the same buying keywords, all in one place.

Competitor picks

Find out which rival brands and products AI names instead of yours, and on which prompts you keep losing.

POST /v1/visibility

Check a buying prompt across every engine

Send your brand and a shopping question, get back a 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": "Stride",
    "prompt": "best running shoes for flat feet",
    "engines": ["chatgpt", "gemini", "perplexity"]
  }'
JSONResponse
{
  "brand": "Stride",
  "prompt": "best running shoes for flat feet",
  "mentioned_in": ["gemini", "perplexity"],
  "summary": {
    "coverage_pct": 66,
    "avg_position": 2,
    "share_of_voice": 28,
    "sentiment": "positive"
  }
}

What you get

See if AI recommends your products before shoppers reach checkout
Track brand and product visibility on real buying prompts
Spot the competitors that win the recommendation
Watch AI answers and Google rankings on the same keywords

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 agents already know how you rank

A first-party Claude Code skill, a hosted MCP server, and a plain REST API. All official, all maintained.

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 Trackee track individual products, not just my brand?

Yes. You can track specific products and SKUs by name and watch how each one shows up in AI answers with the AI Mentions API.

Which shopping questions should I track?

Start with the buying prompts your customers actually type, like best-of and comparison questions. The Keyword Research API helps you find the ones worth watching.

Do you cover Google as well as AI answers?

Yes. Trackee tracks Google positions and AI Overviews alongside AI answers, and you can see the rivals ranking next to you with the SERP Competitors API.

How do I keep an eye on this over time?

Set up a tracker to re-run your buying prompts on a schedule, so you catch it when a competitor starts winning the recommendation.

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.