| name | Crawl4AI LLM-Ready Web Crawler and Scraper |
| slug | crawl4ai-llm-web-crawler-scraper |
| description | Crawl4AI is an open-source web crawler that converts any website into clean, LLM-ready Markdown for RAG pipelines, AI agents, and data extraction workflows. With an async browser pool, it handles large-scale web extraction with anti-bot detection and deep crawl capabilities. |
| github_stars | 63132 |
| verification | security_reviewed |
| source | https://github.com/unclecode/crawl4ai |
| category | Research & Scraping |
| framework | Custom Agents |
| tool_ecosystem | {"github_repo":"unclecode/crawl4ai","github_stars":63132} |
Crawl4AI LLM-Ready Web Crawler and Scraper
Crawl4AI is an open-source web crawler that converts any website into clean, LLM-ready Markdown for RAG pipelines, AI agents, and data extraction workflows. It handles large-scale web extraction with anti-bot detection and deep crawl capabilities.
Installation
Use the upstream install or setup path that matches your environment:
- pip install -U crawl4ai
- pip install crawl4ai --pre
- Crawl4AI offers flexible installation options to suit various use cases. You can install it as a Python package or use Docker.
- pip install crawl4ai
Requirements and caveats from upstream:

- ✨ Previous v0.7.8: Stability & Bug Fix Release! 11 bug fixes addressing Docker API issues, LLM extraction improvements, URL handling fixes, and dependency updates. [Release notes →](https://github.com/unclecode/crawl4...
- Deploy anywhere, zero keys, CLI and Docker, cloud friendly
Basic usage or getting-started notes:
Source