REST API · v1

The SEO API for
everything Zutrix tracks

Rankings, keywords, backlinks, audits, competitors, AI visibility, content, traffic, and reports — every Zutrix feature over one REST API at api.zutrix.com/v1. Built for scripts, dashboards, and AI agents alike.

terminal
$ curl https://api.zutrix.com/v1/projects \ -H "Authorization: Bearer zutrix_live_4f2c..."
{ "data": [ { "id": "672535826270122acf8b9822", "name": "Main Website", "domain": "example.com", "features": { "rank_tracking": true, "backlinks": true }, "created_at": "2026-05-12T09:14:00.000Z" } ], "has_more": false, "next_cursor": null, "total": 1 }

Ponad 15 tysięcy agencji SEO, firm i indywidualnych marketerów rozwijających się dzięki Zutrix

Zalando
Corsair
BuzzFeed
Deloitte
Shein

Every Zutrix Feature, One API

If you can see it in the dashboard, you can fetch it over REST.

Śledzenie rankingu/v1/projects

Projects, tracked keywords, rankings with history and position distribution, SERP snapshots, and on-demand refresh

Analiza słów kluczowych/v1/keywords

Keyword suggestions, site keywords, and metrics like search volume, difficulty, and CPC

Domain Explorer/v1/domains

Traffic and authority metrics for any domain, in a single call

Site Audits/v1/audits

Technical SEO audits with prioritized issues and clear fixes

Linki zwrotne/v1/backlinks

Backlink profiles with new, lost, and broken link detection

Analiza konkurencji/v1/competitors

Competitor domains plus keyword and backlink gap analysis

Widoczność wyników wyszukiwania opartych na sztucznej inteligencji/v1/ai-visibility

How your brand appears across leading AI models like ChatGPT, Claude, and Gemini

Magiczna treść/v1/content

SEO briefs, AI drafts, and scored content from the Magic Content editor

Narzędzie do śledzenia treści/v1/content-tracker

Daily content change monitoring and its ranking impact

Traffic & Search Console/v1/traffic

GA4 traffic data and Google Search Console queries for your connected properties

Raporty/v1/reports

Create and fetch the same reports you build in the dashboard

Team/v1/team

Team members and access for your workspace

Powiadomienia/v1/notifications

Ranking alerts and account notifications

Locations Reference/v1/locations

Reference data for the countries, languages, and locations Zutrix tracks

Rankings & SERPs/v1/projects/{id}/rankings

Current positions, full history, and stored SERP snapshots per keyword

Your First Call in 30 Seconds

Bearer auth, JSON in and out, cursor pagination. No SDK required.

# List tracked keywords with current rankings
curl "https://api.zutrix.com/v1/projects/{project_id}/keywords?limit=25" \
  -H "Authorization: Bearer $ZUTRIX_API_KEY"

# Response
{
  "data": [
    {
      "id": "672535826270122acf8b9833",
      "keyword": "best seo tool",
      "current_position": 3,
      "first_position": 12,
      "search_volume": 8100,
      "cpc": 4.12,
      "last_tracked_at": "2026-08-20T05:00:00.000Z"
    }
  ],
  "has_more": true,
  "next_cursor": "eyJ2IjoxLCJzb3J0X3ZhbHVlIjoi..."
}

Built for the AI Era

The Zutrix API is designed to be read by machines as comfortably as by humans.

API Keys for AI Models

Hand an LLM a Zutrix API key and it can query your SEO data directly. Keys are named, revocable, and scoped to your account.

Serwer MCP

The open-source zutrix-mcp-server connects Claude, Cursor, and VS Code to the same API with zero glue code.

Explore the MCP server

Umiejętności

Pre-built SEO workflows for AI assistants, layered on top of the API so your agent knows what to do, not just what to call.

Browse skills

Machine-Readable Spec

A full OpenAPI 3.1 document lives at /v1/openapi.json. Generate clients, feed it to an agent, or import it into your tooling.

Discovery Index

GET /v1 returns a machine-readable index of every endpoint, so an agent can orient itself from a single request.

Stable Error Codes with Hints

Every error returns a stable code plus a human- and machine-readable hint, so agents can recover instead of guessing.

Included in Every Paid Plan

The API isn't a premium tier. If you have a Zutrix plan, you have the API.

  • API access is part of every paid plan — not an add-on
  • API calls share the same plan quotas as the dashboard
  • No separate API pricing or metered surprises
  • Up to 10 named API keys, revocable any time

Często zadawane pytania

Sign in to Zutrix and open Dashboard → Settings → API. You can create up to 10 named keys. Each key is shown once at creation, so copy it right away. Keys can be revoked at any time from the same page.

Build on your SEO data

One API key stands between you and everything Zutrix tracks. Grab yours and make your first call in under a minute.