FireCrawlReader is a reader class that allows you to read data from websites using Firecrawl.Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Default | Description |
|---|---|---|---|
api_key | Optional[str] | None | Firecrawl API key for authentication |
params | Optional[Dict] | None | Additional parameters to pass to the Firecrawl API |
mode | Literal["scrape", "crawl"] | "scrape" | Mode of operation - "scrape" for single page, "crawl" for multiple pages |
url | str | Required | URL of the website to scrape or crawl |