> ## Documentation Index
> Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Camel.loaders.crawl4ai reader

<a id="camel.loaders.crawl4ai_reader" />

<a id="camel.loaders.crawl4ai_reader.Crawl4AI" />

## Crawl4AI

```python theme={"system"}
class Crawl4AI:
```

Class for converting websites into LLM-ready data.

This class uses asynchronous crawling with CSS selectors or LLM-based
extraction to convert entire websites into structured data.

References:
[https://docs.crawl4ai.com/](https://docs.crawl4ai.com/)

<a id="camel.loaders.crawl4ai_reader.Crawl4AI.__init__" />

### **init**

```python theme={"system"}
def __init__(self):
```
