Skip to main content
FireCrawlReader is a reader class that allows you to read 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()

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