points by bstrama 18 hours ago

Can't wait to see the next generation of LLMs after feeding it all of that hahaha

everyos_ 18 hours ago

The page requires JS to load its content - user agents without JS support just get a blank page.

I'm not sure if the bots that scrape data to train LLMs are capable of loading that type of page, or if they only work on pages that have the content inside the HTML itself?

  • replygirl 18 hours ago

    any serious scraping service these days will fail over to a headless browser when it fetches an asset referencing a js bundle that isn't verifiably a vendor script

  • bstrama 18 hours ago

    I'm aware and will implement SSR soon ;)

  • m3047 18 hours ago

    It's entirely possible they simply ingest the JS as-is.

  • aDyslecticCrow 13 hours ago

    Not using JavaScript would also make the crawler fail on squarespace and wix website builders.

    The age where the web was usable at all without JavaScript is long gone. No scraper would get much scraping done without JavaScript these days.

    • cachius 7 hours ago

      You mean by embedding? How can an external site fail on squarespace and wix website builders?

      • tardedmeme 5 hours ago

        A crawler would fail on all Squarespace and Wix sites if they all require JavaScript.