> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# FireCrawl Reader

FireCrawlReader is a reader class that allows you to read data from websites using Firecrawl.

## Parameters

<Snippet file="firecrawl-reader-reference.mdx" />

## Methods

### `read()`

Scrapes or crawls the given URL, depending on `mode`, and returns a list of documents.

| Parameter | Type            | Default  | Description                               |
| --------- | --------------- | -------- | ----------------------------------------- |
| `url`     | `str`           | Required | URL of the website to scrape or crawl     |
| `name`    | `Optional[str]` | `None`   | Name override for the resulting documents |

### `async_read()`

The async variant of `read()`. It accepts the same parameters.
