Features
Everything GSC should be — and isn't.
Three layers of intelligence built on top of the raw Google Search Console API.
01 · Insights
Anomalies and opportunities, surfaced automatically.
Console Viewer watches your GSC data 24/7 and flags what matters — drops, wins, cannibalization, and queries within striking distance of page one.
- Daily anomaly detection on clicks, impressions, CTR, and position
- Striking-distance keyword reports (positions 11–20)
- Cannibalization detection across pages and queries
- Forecasted traffic impact for every opportunity
example.json● live
// /v1/insights
{
"type": "anomaly",
"metric": "clicks",
"page": "/blog/pricing",
"delta": -42.7,
"detected_at": "2025-04-12T08:00:00Z"
}02 · Analytics
The filters and history GSC forgot to ship.
Segment by intent, device, country, brand vs. non-brand. Compare cohorts. Keep 24+ months of history without managing exports yourself.
- 24+ months of historical data retention
- Custom segments: brand, intent, device, geography
- Cohort and period-over-period comparisons
- Page groups and folder-level rollups
example.json● live
// segment definition
{
"name": "non-brand commercial",
"filters": [
{ "field": "query", "op": "not_contains", "value": "vectora" },
{ "field": "intent", "op": "equals", "value": "commercial" }
]
}03 · Content intelligence
From query data to your next content brief.
Auto-cluster queries by topic, find ranking gaps against competitors, and generate AI briefs grounded in your actual GSC performance.
- Semantic query clustering (no manual tagging)
- Competitor gap analysis from SERP data
- AI-generated briefs grounded in your data
- Internal linking suggestions per page
example.json● live
// content brief
{
"topic": "pricing strategy for SaaS",
"primary_query": "saas pricing models",
"related_queries": 47,
"suggested_words": 1850,
"internal_links": 5
}Comparison
Console Viewer vs. raw GSC
Capability
Google Search Console
Console Viewer
GSC data history
16 months
24+ months
Anomaly detection
Striking-distance reports
Custom segments
Limited
Unlimited
Slack / Notion alerts
AI content briefs
API + webhooks
Read-only
Full access
Team workspaces
Integrations
Plays nicely with your stack.
Google Search Console
Slack
Notion
Google Sheets
BigQuery
Webhooks
Zapier
REST API