diff --git a/packages/scraper/src/scrapers/fs-com.ts b/packages/scraper/src/scrapers/fs-com.ts index 1a1b711..d00b17b 100644 --- a/packages/scraper/src/scrapers/fs-com.ts +++ b/packages/scraper/src/scrapers/fs-com.ts @@ -440,8 +440,19 @@ async function scrapeProductDetails( // FS.com shows "Gratis Versand ab 79 € (ohne MwSt.)" on every page. // bodyText regex matches this and returns 79 for ALL products. We extract // the actual product price from its own DOM element, skipping bad parents. + // ── Net price (ohne MwSt) preferred for B2B comparisons ────────────── + // FS.com HTML structure (verified 2026-05-06): + //