N8n Community Node: Firecrawl

I’ve just created a new node for n8n that allows you to use the Firecrawl API, for my own use case. I’m sharing it here in case it’s useful for someone else.

What is Firecrawl?

Firecrawl is a web scraping API that allows you to extract data from any website. It’s a great tool for automating data extraction from websites that don’t have an API. especially when you need to extract data for LLMs systems, data analysis, or any other use case.

Operations

Scrape

Scapes a website and returns the HTML content.

Crawl

Crawls a website and returns the HTML content of all the pages.

Map

Maps the links extracted from a website.

Hope you find it useful!, any bug report or feature request is welcome.

Thanks!

10 Likes