Skip to content

competitor-monitor

Fresh

Source: BIBLE.md (Phase 12 Phase 6, competitor-monitor 7 routes, alert system)

Tracks competitor rankings, detects new backlinks, monitors content changes. Alerts on significant movements.

Routes (7)

MethodRouteWhat
POST/competitorsAdd competitor to track
GET/competitorsList tracked competitors
GET/competitors/:domainOne competitor profile
POST/competitors/:domain/snapshotTake a snapshot now
GET/competitors/:domain/historyRank/backlink history
GET/competitors/movementsRecent significant moves
POST/competitors/alerts/configureConfigure alert thresholds

What it watches

  • SERP rank for shared target keywords
  • New backlinks (via Google site: searches)
  • Content changes (homepage diff)
  • GBP review velocity

Alert example

json
{
  "competitor": "competitorsite.com",
  "type": "rank-jump",
  "keyword": "junk removal dallas",
  "from": 8,
  "to": 3,
  "delta": -5,
  "timestamp": "2026-05-20T06:00:00Z",
  "alertLevel": "high"
}