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.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Overview
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, using a headless Chromium browser so it renders JavaScript-heavy pages the way a real browser sees them. This image delivers the official Crawl4AI server fully installed as a Docker container and reverse proxied behind nginx, so a production-ready crawling API is operational within minutes of launch, with no manual package installation, no Playwright or browser dependency troubleshooting and no proxy configuration required.
Secure By Default
Unlike a bare deployment, this image is secure by default. An unauthenticated web crawler is a server side request forgery and denial of service risk, so the crawler is never exposed openly: the Crawl4AI service binds only to loopback and is fronted by an nginx reverse proxy, and the API requires a bearer token on every crawl request. There are no shared or default credentials. A unique API token is generated on each instance's first boot and written to a root only file, so the crawl endpoint requires your token from the very first request while a health probe stays open for monitoring. Instances enforce IMDSv2, which blunts metadata theft through a crawl of the instance metadata endpoint. On first boot the appliance also refreshes itself to the pinned Crawl4AI image and recreates the container cleanly, and systemd manages both Docker and nginx for automatic restarts and clean logging.
Crawling Capabilities
Crawling capabilities include full JavaScript rendering through headless Chromium, clean Markdown extraction tuned for large language model context, structured data extraction, screenshots and PDF capture, JavaScript execution on the page, and streaming and asynchronous job endpoints, all through a clean REST API. This makes it an ideal ingestion front end for retrieval augmented generation pipelines, AI agents and dataset building.
Application Stack
About cloudimg
cloudimg provides 24/7 technical support by email and live chat. Our engineers help with deployment, reverse proxy and TLS configuration, API token rotation, network hardening, crawl tuning and runtime performance.
Use Cases
Get Started
Launch the AMI, SSH in as the default login user for your operating system variant, retrieve your unique API token from the root only file, and POST a URL to the crawl endpoint with your bearer token. To discuss instance sizing, TLS setup or a guided pilot deployment, reach out to the cloudimg team through the support channels listed on this page.
Crawl4AI is a trademark of its respective owner. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.