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

ParameterTypeDefaultDescription
api_keyOptional[str]NoneFirecrawl API key for authentication
paramsOptional[Dict]NoneAdditional parameters to pass to the Firecrawl API
modeLiteral["scrape", "crawl"]"scrape"Mode of operation - "scrape" for single page, "crawl" for multiple pages
urlstrRequiredURL of the website to scrape or crawl