Skip to main content
FirecrawlReader reads data from websites using Firecrawl.

Parameters

Methods

read()

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

async_read()

Async variant of read(). Accepts the same parameters.