01
Create an access key
Sign up, choose the workspace you want to track, and copy your organization access key.
For enterprise
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
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.
Track every brand, product line, and regional domain under one account instead of buying a plan for each.
Queue thousands of prompts across markets in one request and let Trackee run them for you.
Re-run your prompts on a schedule so you have a clean time series to trend and report on.
Every response is clean JSON, ready to load into internal dashboards, warehouses, and BI tools.
POST /v1/scans
Send a brand and a list of prompts, get back a scan id and how many are queued.
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"
]
}'{
"scanId": "scan_9f2a",
"brandId": "brand_acme_us",
"queued": 3,
"status": "queued"
}From access key to your first result in minutes.
01
Sign up, choose the workspace you want to track, and copy your organization access key.
02
Pass a brand, prompt, or keyword to one endpoint. Trackee runs the check across search and AI.
03
Use structured visibility, citation, and competitor data in your product, agent, or dashboard.
One API for rankings, keywords, citations, and AI visibility. Connect your agent or build the data directly into your product.
Add Trackee instructions to your coding agent so it can plan and run visibility checks directly.
npx skills add trackeeConnect any MCP-compatible client to Trackee's hosted tools with one organization access key.
{
"mcpServers": {
"trackee": {
"url": "https://mcp.trackee.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Call the same visibility data from your own agent, product, workflow, or server-side application.
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"}'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.
Queue them in a single request with the Bulk Scans API, then read the results back once the scan finishes.
Yes. Every response is clean JSON from the API, so you can load it into warehouses, internal dashboards, and BI tools.
Yes. Schedule recurring runs so each brand builds a clean history, the same way teams set up automated reporting.