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.
For scraping website with dynamic client-side data (f.i. pressing a load more button or inserting information like city and miles around city or other data input request before loading content to the webpage) you need to work with the actions capabilities of Firecrawl or use other scraping methods like playwright to ‘mimic’ datainput in order to retreive the wanted data. Regards and good luck!