What is reCAPTCHA v2?
reCAPTCHA v2 is Google's ubiquitous challenge-response system that forces users to identify objects in a grid of images or click an "I'm not a robot" checkbox. For scraping pipelines, it represents a hard interaction gate that halts automated execution until a valid cryptographic token is supplied. While newer versions rely on passive scoring, v2's visual puzzles remain the fallback standard across the web, requiring either human-in-the-loop farms or advanced computer vision models to bypass at scale.