feat(intelligence): add competitor watch system
- Weekly automated scraping of 10 competitors - Structured data storage (competitors.json) - Validation and alerting scripts - First weekly report (2026-07-11) with 4 critical findings: 1. Premise Data acquired by Culmen (Aug 2025) 2. Streetbees bankruptcy (Aug 2025) 3. Moody's/Cape Analytics integration progressing 4. Sweden Platform Work Act proposed (Dec 2026) - Cron scheduled for Saturdays 07:00 UTC
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
# Konkurrentbevakning — Landvex/quiXzoom
|
||||
|
||||
## Snabbstart
|
||||
|
||||
```bash
|
||||
# Kör veckoscraping manuellt
|
||||
cd intelligence/competitor-watch
|
||||
./scripts/scrape.sh
|
||||
|
||||
# Validera data
|
||||
./scripts/validate.sh
|
||||
|
||||
# Kolla senaste rapporten
|
||||
cat reports/latest.md
|
||||
```
|
||||
|
||||
## Struktur
|
||||
|
||||
```
|
||||
intelligence/competitor-watch/
|
||||
├── COMPETITOR_WATCH_SYSTEM.md # Systemdokumentation
|
||||
├── data/
|
||||
│ ├── competitors.json # Masterdata (10 konkurrenter)
|
||||
│ └── signals/YYYY-MM-DD/ # Rådata från scraping
|
||||
├── reports/
|
||||
│ ├── latest.md -> YYYY-MM-DD... # Senaste veckorapport
|
||||
│ └── YYYY-MM-DD-weekly-report.md # Arkiverade rapporter
|
||||
├── scripts/
|
||||
│ ├── scrape.sh # Veckoscraping
|
||||
│ ├── validate.sh # Datakvalitet
|
||||
│ └── alert.sh # Kritiska förändringar
|
||||
└── archive/ # Komprimerade arkiv
|
||||
```
|
||||
|
||||
## Automatisering
|
||||
|
||||
- **Cron:** Varje lördag 07:00 UTC (`crontab -l` för att se)
|
||||
- **Notifiering:** Systemlogg + fil (`data/signals/YYYY-MM-DD/alerts.txt`)
|
||||
|
||||
## Status
|
||||
|
||||
| Komponent | Status |
|
||||
|-----------|--------|
|
||||
| Scraping | ✅ Aktiv |
|
||||
| Validering | ✅ Aktiv |
|
||||
| Cron | ✅ Schemalagd |
|
||||
| Första rapport | ✅ 2026-07-11 |
|
||||
| Kritiska fynd | 4 st |
|
||||
|
||||
## Kritiska fynd vecka 28 (2026-07-11)
|
||||
|
||||
1. **Premise Data förvärvad av Culmen** (aug 2025) — inte längre oberoende hot
|
||||
2. **Streetbees konkurs** (aug 2025) — 26 anställda uppsagda
|
||||
3. **Moody's/Cape Analytics integration** pågår — nya produkter 2026
|
||||
4. **Sverige Platform Work Act** föreslagen — träder i kraft dec 2026, 4 månader före quiXzoom-lansering
|
||||
|
||||
## Nästa körning
|
||||
|
||||
**2026-07-18 07:00 UTC** (lördag)
|
||||
Reference in New Issue
Block a user