an open source web crawler that turns any web page into clean, LLM ready markdown over a REST API, secured from first boot by cloudimg.
Crawl4AI is a fast, open source web crawler and scraper that converts web pages into clean, LLM ready markdown and structured data through a simple REST API. It drives a headless Chromium browser, so it renders JavaScript heavy pages the way a real browser sees them, and returns markdown tuned for large language model context along with screenshots, PDF capture, on page JavaScript execution and streaming or asynchronous job endpoints.
It suits teams building retrieval augmented generation pipelines, AI agents and training datasets that need a reliable page to markdown ingestion front end they run and own inside their own cloud account, rather than a hosted scraping service.
cloudimg ships the official Crawl4AI server as a container fronted by an nginx reverse proxy that binds the crawler to loopback and is ready for your TLS certificate. An open crawler is a server side request forgery and denial of service risk, so security is enforced from the first request: a unique API token is generated on each virtual machine's first boot and written to a root only file, so the crawl endpoint requires your token while a health probe stays open for monitoring. There is no shared or default credential in the image. The appliance recreates the container cleanly on first boot, and the paired deployment guide covers reading your token, running your first crawl, tuning extraction and enabling HTTPS, with 24/7 support on every deployment.