How to handle OTP-based interruptions in scraping workflows?

Posted by Bitter-Tax1483@reddit | LocalLLaMA | View on Reddit | 2 comments

In an LLM-driven web scraping pipeline (using tools like agents or VLMs), how do you handle OTP-based verification systems that repeatedly interrupt automation?

The platform only supports OTP authentication (no email/login/signup alternatives), and frequent OTP prompts are breaking the scraping flow.

What are practical ways to deal with this kind of constraint in an automated or semi-automated setup?