Turn public web pages into clean text, article text, or Markdown for LLM prompts, RAG inputs, content review, and exports. Add URLs, choose the text shape, and get page text with metadata, headings, links, counts, redirects, and timestamps.
Love how the output bundles the metadata, headings, and link counts right alongside the cleaned text instead of burying them in a separate panel. Makes it dead simple to drop straight into a RAG pipeline without extra cleanup.
Report
The option to pick clean text, article text, or Markdown before you scrape is a really thoughtful touch, it saves a whole preprocessing step on the way into a prompt. Nice work making metadata and headings just part of the default payload too.
Report
How does it handle pages that are mostly JavaScript rendered, like SPAs or sites that lazy load content?
Report
The metadata + heading breakdown alongside the cleaned text is such a thoughtful touch, makes feeding context to LLMs way less painful than scraping manually.
Love how the output bundles the metadata, headings, and link counts right alongside the cleaned text instead of burying them in a separate panel. Makes it dead simple to drop straight into a RAG pipeline without extra cleanup.
The option to pick clean text, article text, or Markdown before you scrape is a really thoughtful touch, it saves a whole preprocessing step on the way into a prompt. Nice work making metadata and headings just part of the default payload too.
How does it handle pages that are mostly JavaScript rendered, like SPAs or sites that lazy load content?
The metadata + heading breakdown alongside the cleaned text is such a thoughtful touch, makes feeding context to LLMs way less painful than scraping manually.