Rafael Miller

Results 153 comments of Rafael Miller

@nickscamara added check for the remaining time on each scrape attempt

Hey @AnonymousUser1245 ! Thanks for reaching out. For the `/search` endpoint, it looks like you need a Serper API key configured for self-hosting. Just pop into your `.env` file and...

Hey @rhyswynn , sorry for any confusion. We're planning to release V1 next week (https://github.com/mendableai/firecrawl/pull/527), which will resolve this issue along with many others. Additionally, V1 includes multiple performance improvements....

@rhyswynn good catch! #516 fixes some of the evaluations. I'm gonna add a commit with the ones that are missing.

hey @rhyswynn I just committed all validations for USE_DB_AUTHENTICATION. Could you please check if #516 resolves this issue?

I'm adding to the scraping orders the following (PR #516): ```js export const baseScrapers = [ useFireEngine ? "fire-engine" : undefined, useFireEngine ? "fire-engine;chrome-cdp" : undefined, useScrapingBee ? "scrapingBee" :...

@calebpeffer is there any updates on this one?