Raja - Hi Team,I’m trying to use the batchScr...

Hi Team, I’m trying to use the batchScrape method through a Node.js script, but I don’t see any jobs appearing in the queue on the UI. Additionally, when I attempt to start batchScrape using the Playground , it requires a webhook URL as a mandatory field. Could someone please help me understand how to handle this or share an example of the correct setup?
5 Replies
Gaurav Chadha
Gaurav Chadha5w ago
@Raja are you using self hosted instance? Here's how you can use batch scrape without a webhook URL
const batchScrapeResponse = await app.batchScrape(['https://firecrawl.dev', 'https://mendable.ai'], {
formats: ['markdown', 'html'],
});
const batchScrapeResponse = await app.batchScrape(['https://firecrawl.dev', 'https://mendable.ai'], {
formats: ['markdown', 'html'],
});
Raja
RajaOP5w ago
Thanks @Gaurav Chadha , Also I want to know about how can we crawl or batchScrape, secure webpages, I am trying to pass token in the headers in ScrapeOptions. If you could help on this, It would be really great.
Gaurav Chadha
Gaurav Chadha5w ago
Firecrawl Docs
Authenticated Scraping - Firecrawl Docs
Learn how to scrape content behind authentication using cookies
Raja
RajaOP4w ago
Hey @Gaurav Chadha, you’ve been really helpful. I’m planning to go ahead with the enterprise plan. It would be really great if someone from Firecrawl could be available to assist us whenever needed, at least until we fully get used to using Firecrawl efficiently.
Gaurav Chadha
Gaurav Chadha4w ago
Hey @Raja happy to help always! For enterprise quires and setup, you can fill this form - https://fk4bvu0n5qp.typeform.com/to/Ej6oydlg also you can DM your email, I can fast forward it to the team.
Typeform
Typeform
Enterprise Sales Qualification Form
Turn data collection into an experience with Typeform. Create beautiful online forms, surveys, quizzes, and so much more. Try it for FREE.

Did you find this page helpful?