Home/Data & Retrieval/markdown-crawler
markdown-crawler logo

markdown-crawler

paulpierre/markdown-crawler

A multithreaded web crawler for creating markdown files from website pages

GraphCanon updated today · GitHub synced today · 27 views this month

467 stars54 forksLast push 1mo Python MIT

Decision brief

markdown-crawler is a multithreaded Python-based web crawler aimed at converting web content into markdown format for integration with LLM RAG systems.

Good fit when

  • When you need to prepare website contents as structured markdown documents for usage in Retrieval-Augmented Generation (RAG) setups involving Language Learning Models (LLMs).
  • For projects where multithreaded crawling is desired to speed up the process of converting large volumes of web pages into a more machine-readable format like Markdown.

Avoid when

  • When the need arises for specific formats other than markdown, as this crawler is uniquely tailored towards generating content in that format.
  • For environments where multithreading could lead to issues or conflicts with the architecture of your existing system; if you experience problems with resource management under heavy load due to this.
Requirements:
This tool requires Python 3.x in addition to specific libraries like BeautifulSoup4, requests, and markdownify.

Observed Jul 11, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Steady (55d since push)
As of today
Provenance
Not a fork · Personal account
As of today
Security (OSV)
No lockfile
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install markdown-crawler
PyPI

How it fits your stack(3)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

AlternativeIntegratesRelated

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

PaulPierre/markdown-crawler is a Python-based tool that crawls websites and converts each page into a markdown file, aimed at facilitating the use of these documents in LLM RAG systems.

Capability facts

CLI
CLI entrypoint

Source: pyproject.toml:[project.scripts] · Aug 21, 2026

Languages
python

Source: github.language+pyproject.toml · Aug 21, 2026

Categories

Graph entities

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Aug 21, 2026)

- Python 3.x
Source link

Tags

README

⚠️ Requirements

  • Python 3.x
  • BeautifulSoup4
  • requests
  • markdownify




⚖️ License

MIT License Copyright (c) 2023 Paul Pierre Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.