Web Scraper to Markdown API
io.github.Br0ski777/web-scraperExtract clean markdown from any URL. Removes boilerplate. For RAG pipelines. x402.
Tools · 2
Scrape and extract content from a URL with full JS rendering, returned as clean markdown. Alternative to Firecrawl scrape at 2.5x lower cost. Strips navigation, ads, scripts, and boilerplate — ideal f…
Use this when you need to extract clean content from multiple web pages at once (up to 10 URLs). Returns the same structured markdown output as web_scrape_to_markdown for each URL. 1. results (array)…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"web_scraper_to_markdown_api": {
"url": "https://web-scraper.api.klymax402.com/mcp",
"transport": "sse"
}
}
}