Skip to main content

For developers

The data API behind your SEO product

Skip the scrapers and the patchwork of vendors. Get finished SEO data plus AI visibility from one API and ship your rank tracker, dashboard, or SaaS faster.

No credit card required.

Track visibility across

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

Building an SEO tool means wrangling SERP scrapers, proxies, and half a dozen data providers before you write a line of product. Trackee replaces all of that with one API that returns clean, finished data, so you spend your time on features instead of plumbing.

How Trackee helps

One integration, not ten

Rankings, keywords, backlinks, audits, and AI visibility all come from the same API and the same auth.

Finished JSON, no scraping

No proxies, no parsing HTML, no captchas. Send a request and get structured results ready to store or render.

Credits that scale with you

Start free, then pay as you grow. One credit pool covers every endpoint and every brand you build for.

SEO plus AI visibility

Ship Google rankings and AI-answer visibility across ChatGPT, Claude, Gemini, and Perplexity in the same product.

POST /v1/visibility

Fetch finished data with one call

Send a brand and a prompt, get back a clean per-engine breakdown to render in your product.

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 a rank tracker without running your own SERP scrapers
Cover SEO and AI search from a single data source
Pass clean JSON straight into your UI or database
Scale from a side project to a full SaaS on the same API

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

Do I have to run my own SERP scrapers?

No. Trackee handles the scraping, proxies, and parsing for you and returns finished data, so you just call the rank tracking API and store the result.

Can I cover SEO and AI search in the same product?

Yes. The same API serves Google rankings and AI-answer visibility, so you can add the AI visibility API alongside your classic SEO features.

How do I get started as a developer?

Grab a free key, then send your first request with the header x-access-key. The API docs walk through auth, endpoints, and response shapes.

How does pricing work as my product grows?

Start on the free plan, then buy credits that cover every endpoint from one shared pool and never expire on pay-as-you-go packs. See pricing.

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.