markgrab
Universal web content extraction — convert any URL to clean, LLM-ready markdown. Supports HTML pages (with content density filtering and aut
Open source Repository Open in the app JSON README (API)
About
Universal web content extraction — convert any URL to clean, LLM-ready markdown. Supports HTML pages (with content density filtering and auto-fallback to Playwright for JS-heavy sites), YouTube transcripts, PDF, and DOCX. Provides both MCP tools (extract_url, extract_multiple) for automatic invocation and skills for manual use. Built on httpx and BeautifulSoup, with optional Playwright browser rendering. Available on PyPI: pip install markgrab
Details
- Kind
- Plugins
- Topic
- Files & documents
- Publisher
- quartzunit
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-04-15T01:59:59Z
- Repository state
- ativo
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
quartzunit/markgrab-plugin/markgrab
README
# MarkGrab Plugin for Claude Code > [llms.txt](llms.txt) Universal web content extraction — any URL to LLM-ready markdown. ## Skills | Skill | Description | |-------|-------------| | `extract-url` | Extract content from a web URL (HTML, YouTube, PDF) | | `extract-file` | Convert local PDF/DOCX to markdown | | `batch-extract` | Bulk extract from multiple URLs | ## Requirements ```bash pip install markgrab # core pip install "markgrab[all]" # all content types ``` ## Supported Content Types - **HTML** — content density filtering, auto-fallback to Playwright for JS-heavy sites - **YouTube** — transcript extraction with timestamps and multi-language support - **PDF** — text extraction with page structure - **DOCX** — paragraph and heading extraction ## Links - [PyPI](https://pypi.org/project/markgrab/) - [GitHub](https://github.com/QuartzUnit/markgrab) - [Documentation](https://github.com/QuartzUnit/markgrab#readme) --- <sub>Part of the [QuartzUnit](https://github.com/QuartzUnit) ecosystem — composable Python libraries for data collection, extraction, search, and AI agent safety.</sub>