KuantoKusta · competitive price position
Every product the store lists, checked against every rival seller on the same product page. Position is ranked on total price — item plus shipping — which is what KuantoKusta's own "Mais barato" badge is based on.
| Product | Our position▾ | Sellers | Our total▾ | Cheapest | Gap to #1▾ |
|---|
python scraper.py && python analyze.py && python build_dashboard.py
python scraper.py; if ($?) { python analyze.py }; if ($?) { python build_dashboard.py }
Windows PowerShell 5.1 has no && operator, so use the second form there.
The scraper resumes where it left off — delete data/offers.jsonl first to force a full re-scrape.