Overview
Crawl4AI is an open-source, LLM-friendly web crawler that extracts clean content from websites.Installation
Quick Start
Usage with Agent
Available Methods
crawl(url)
Crawl a URL and extract content.Common Errors
| Error | Cause | Solution |
|---|---|---|
crawl4ai not installed | Missing dependency | Run pip install crawl4ai |
Timeout | Page too slow | Increase timeout |

