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.
15 binden fazla SEO ajansı, şirket ve bireysel pazarlamacı Zutrix ile büyüyor
Every Zutrix Feature, One API
If you can see it in the dashboard, you can fetch it over REST.
/v1/projectsProjects, tracked keywords, rankings with history and position distribution, SERP snapshots, and on-demand refresh
/v1/keywordsKeyword suggestions, site keywords, and metrics like search volume, difficulty, and CPC
/v1/domainsTraffic and authority metrics for any domain, in a single call
/v1/auditsTechnical SEO audits with prioritized issues and clear fixes
/v1/backlinksBacklink profiles with new, lost, and broken link detection
/v1/competitorsCompetitor domains plus keyword and backlink gap analysis
/v1/ai-visibilityHow your brand appears across leading AI models like ChatGPT, Claude, and Gemini
/v1/contentSEO briefs, AI drafts, and scored content from the Magic Content editor
/v1/content-trackerDaily content change monitoring and its ranking impact
/v1/trafficGA4 traffic data and Google Search Console queries for your connected properties
/v1/reportsCreate and fetch the same reports you build in the dashboard
/v1/teamTeam members and access for your workspace
/v1/notificationsRanking alerts and account notifications
/v1/locationsReference data for the countries, languages, and locations Zutrix tracks
/v1/projects/{id}/rankingsCurrent 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.
MCP Sunucusu
The open-source zutrix-mcp-server connects Claude, Cursor, and VS Code to the same API with zero glue code.
Explore the MCP serverBeceriler
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 skillsMachine-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
Sıkça Sorulan Sorular
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.