🔥 Challenge: Website requires 2FA to disconnect sessions + 3 session limit - is this solvable?

Hi! I successfully automated login on a website (JusBrasil) using Firecrawl actions and can scrape protected content perfectly. The problem: The website has a "max 3 concurrent browser sessions per account" policy. After 3 calls of scrape → the website blocks me: "You exceeded the session limit. Disconnect a device to continue" Even worse: To disconnect one of the active sessions, the website requires entering a 2FA verification code sent via email - so I can't automate the disconnect. It seems each firecrawl.scrape() call creates a separate browser session from the website's perspective. My question: How can I scrape multiple URLs from this authenticated website without hitting the session limit? Is there any way to handle this scenario with Firecrawl? Thanks!
1 Reply
Gaurav Chadha
Gaurav Chadha3mo ago
Can you try self-hosting for this particular use case?

Did you find this page helpful?