Code
examples/concepts/knowledge/readers/firecrawl_reader_async.py
Usage
1
Create a virtual environment
Open the 
Terminal and create a python virtual environment.2
Install libraries
3
Set API Key
4
Run PgVector
5
Run Agent
Params
| 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 |