Scrape Any Website in 3 Lines with CRW

Python devs: scrape any website in 3 lines. from crw import CRW crw = CRW() result = crw.scrape("https://example.com") That's it. Clean markdown output. Ready for your LLM pipeline. No Selenium. No Playwright. No browser dependencies. No chromedriver hell. pip install crw What you get: - Clean markdown from any URL - Structured data extraction - Full site crawling - Site mapping - Web search Under the hood: Rust-native engine. 833ms per page. 6.6MB RAM. The Python SDK calls CRW's Firecrawl-compatible API. Same power. Same speed. Python simplicity. Works great with: - LangChain - LlamaIndex - CrewAI - Any LLM framework expecting markdown input 92% page coverage. 85ms cold start. Stop wrestling with browser automation. Start scraping. #Python #WebScraping #DevTools #AI #OpenSource https://fastcrw.com github.com/us/crw

  • graphical user interface

To view or add a comment, sign in

Explore content categories