Skip to main content

Workflow

Build and track pages at scale

Pull keyword volume, ideas, and SERP data through one API to generate large sets of pages, then bulk-track how they rank and whether AI answers cite them.

No credit card required.

Track visibility across

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

Programmatic SEO lives or dies on good input data and honest measurement. Trackee gives you the keyword and SERP feeds to build pages and the bulk tracking to see which ones actually land.

How Trackee helps

Keyword data for every page

Pull volume, difficulty, and related ideas per seed so each generated page targets a real query.

SERP data to model the page

Fetch who ranks now and what the results look like, so you build pages that match search intent.

Bulk tracking, not one at a time

Submit thousands of URL and keyword pairs in one job instead of checking rankings by hand.

Rankings and AI in one feed

See Google positions and whether ChatGPT, Claude, Gemini, and Perplexity cite your pages.

GET /v1/keywords/ideas

Get keyword ideas to seed pages

Pass a seed keyword and a country, get back ideas with volume to feed your page generator.

POSTRequest
curl "https://api.trackee.dev/v1/keywords/ideas?seed=running+shoes&country=us" \
  -H "x-access-key: YOUR_API_KEY"
JSONResponse
{
  "seed": "running shoes",
  "country": "us",
  "ideas": [
    { "keyword": "best running shoes for flat feet", "volume": 8100 },
    { "keyword": "running shoes for wide feet", "volume": 5400 },
    { "keyword": "trail running shoes for beginners", "volume": 2900 }
  ]
}

What you get

Seed thousands of pages from one keyword query
Build templates that match what already ranks
Track every generated page in one bulk job
See which pages win in Google and in AI answers

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

How do I get keyword data to seed pages?

Call the Keyword Ideas API with a seed and a country to get a batch of queries with volume, then generate a page per idea.

Can I see what already ranks before I build?

Yes. Pull the current results for each query with the SERP Competitors API so your templates match the intent Google already rewards.

How do I track thousands of pages at once?

Submit your URL and keyword pairs in one job with the Bulk Scans API instead of checking each page by hand.

Do the pages get tracked in AI answers too?

Yes. Alongside Google rankings, Trackee checks whether ChatGPT, Claude, Gemini, and Perplexity cite your pages through the AI visibility API.

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.