WEB SCRAPER TESTING GROUND

CAPTCHA

CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is used in attempts to prevent automated software from sending requests to a server. A good web scraping software should have some means for CAPTCHA recognition.

This test checks scraper's ability to:

  1. Recognize Character Captchas
  2. Scrape websites with Draggable Captchas
  3. Handle Drag & Drop Captchas

How it works:


Character Captcha (Securimage)


Notice: Undefined variable: securimageOk in /var/www/scraping.pro/testing-ground/captcha.php on line 86
CAPTCHA Image
different image

Draggable Captcha (QapTcha)


Notice: Undefined variable: qaptchaOk in /var/www/scraping.pro/testing-ground/captcha.php on line 105

Drag & Drop Captcha (AJAX FANCY CAPTCHA)


Notice: Undefined variable: fancyOk in /var/www/scraping.pro/testing-ground/captcha.php on line 115