No rip-and-replace.We meet your stack where it lives.
DigiRank reads from your existing CMS, analytics, and business tools — and writes back through clean APIs and HMAC-signed webhooks. No proprietary lock-in. Cancel tomorrow, keep every article you published.
CMS
5 integrationsWordPress
Auth via plugin or app password. Auto-publish posts, schema, alt text.
Webflow
OAuth + CMS API. Maps DigiRank fields to your collection.
Shopify
Admin API token. Article + product schema enrichment.
Ghost
Admin key. Princeton-scored posts published with feature image.
Sanity
Headless publishing with custom schema mapping.
Analytics
2 integrationsGoogle Search Console
Read GSC properties. Position, impressions, CTR per cluster.
Google Analytics 4
Property linking + revenue stitching from GMB calls and forms.
Local
2 integrationsGoogle Business Profile
Posts, replies, Q&A, photos — 1-hour TTL cache.
Google Places
Business autocomplete during onboarding. Field-mask Place Details.
Notifications
2 integrationsSlack
Weekly digest, alert-on-rank-drop, scan-complete pings.
Email digest
Branded weekly digest. Per-tenant addresses for agencies.
Billing
1 integrationStripe Billing
Subscription handling, agency rebill, dunning.
Automation
3 integrationsZapier
Trigger zaps on rank moves, new opportunity, content published.
Webhooks
Subscribe to any DigiRank event. HMAC-signed payloads.
REST API
Read every entity. Trigger scans, publish posts, manage tenants.
AI engines
6 integrationsChatGPT
Citation extraction + sentiment from gpt-4o responses.
Perplexity
API-grade citation graph and source attribution.
Gemini
Citation tracking on gemini-1.5 pro responses.
Microsoft Copilot
Bing-anchored citation set. Daily snapshots.
Claude
Anthropic-grade citations + entity recognition.
Grok
X-anchored citation tracking with public-data context.
CRM
1 integrationHubSpot
Pipeline sync from organic / LLM-cited inbound.
Productivity
1 integrationNotion
Push briefs and Princeton scorecards into your workspace.
Infra
1 integrationCloudflare R2
Push generated assets to your own object store.
The most common wires
Three flows agencies set up day one
Track → Publish → Verify
- 1.AI Tracker spots a losing prompt
- 2.Content Engine drafts a Princeton-scored post
- 3.Publishes to WordPress / Webflow / Shopify / Ghost
- 4.Re-poll the engine 24h later, chart the lift
GMB → Reviews → Trust proof
- 1.GMB connector pulls reviews + rating
- 2.Brand-voice replies posted within 30 min
- 3.Top 5★ injected as trust proof in next blog
- 4.Schema AggregateRating auto-stamped
Webhook → Slack → CRM
- 1.Subscribe to
scan.completed - 2.Slack receives weighted-AI-score digest
- 3.Zapier pushes opportunities to your CRM
- 4.HubSpot deal opens for every captured lift
For developers
A real API. Real webhooks. Real docs.
Not a curated subset. Every entity DigiRank shows in the dashboard is reachable via REST, with HMAC-signed webhooks for every state change. Build your own analytics layer, integrate with your data warehouse, or wire DigiRank into a custom workflow tool.
- OAuth 2.0 + scoped API keys
- Per-tenant rate limits + usage telemetry
- HMAC-SHA256 webhook signatures
- OpenAPI 3.1 spec + Postman collection
- Stainless-generated TypeScript + Python SDKs (soon)
curl https://api.digirankexpert.com/v1/ai-tracker/runs \
-H "Authorization: Bearer drk_live_..." \
-H "Content-Type: application/json" \
-d '{
"campaign_id": 42,
"engines": ["chatgpt","perplexity","gemini"],
"intent_classes": ["recommendation","trust"]
}'Don't see your tool?
Webhooks + REST cover 95% of cases. For the other 5%, tell us what you'd plug in — most-requested integrations ship inside 30 days.