Output like Apify
Hi, I'm using Firecrawl in conjunction with n8n to crawl some news websites. I was using Apify but gave up as their support was non-existent.
I was crawling news articles and the Apify node managed to give me the article body as a text field. It had all of the other links, widgets etc in separate fields and just the main article text of each site in a field named 'text'.
When i attempt to get the same output with Firecrawl, I'm getting differently named fields for different sites, and a large amount of unrelated info in them. While I can use it, theres way more data to parse, as well as added complexity of differently named fields, and my AI agents will use 2-3x more tokens per site because of that.
Is there any way i can get Firecrawl to put just the article bodies in a field named the same way for each different website i scrape?
1 Reply
Hey! Have you checked out JSON scraping mode? You can extract the content into whatever format you need.