Back to Langflow

lfx-firecrawl

src/bundles/firecrawl/README.md

1.11.0.dev12774 B
Original Source

lfx-firecrawl

Firecrawl components (Scrape, Crawl, Map, and Search APIs) as a standalone Langflow Extension Bundle, built against the firecrawl-py v2 SDK.

Install

bash
pip install lfx-firecrawl

The bundle is registered automatically via the langflow.extensions entry-point. After install, restart your Langflow server; the bundle's components will appear in the palette under the firecrawl group.

Develop

bash
cd src/bundles/firecrawl
pip install -e .
lfx extension validate src/lfx_firecrawl

Migration

Saved flows referencing the legacy class name(s) or the old import paths under lfx.components.firecrawl.* are rewritten to the new namespaced IDs by the migration table in src/lfx/src/lfx/extension/migration/migration_table.json.