#166 · Primary category: NLP Tools & Text Processing

clipper.js

crawl html-to-markdown markdown nlp retrieval-augmented-generation search

HTML to Markdown converter and crawler.

Project last updated:01/09/24

GitHub Stars

626

Forks

38

Contributors

1

License

Apache-2.0

Why we included this project

Web pages rarely arrive as clean text. Clipper is a Node.js command line tool that extracts the main content from a URL or a folder of HTML files and converts it to Markdown or JSONL, using Mozilla's Readability and Turndown for the parsing. Its crawl command walks a site, clips pages that match a glob pattern, and saves them into a single dataset file, which saves you from writing scraper code when you need a corpus for retrieval or training. The JSONL output feeds directly into downstream NLP or RAG pipelines. It's a small, focused utility rather than a platform, but for repeatable HTML-to-Markdown conversion it does exactly what it promises.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category