Categories
Development

An Example of Captcha Solver in Java

java_captcha Recently I published an article on how to solve captcha in C# using DeathByCaptcha service, and I promised to offer you an example in other languages as well. In this post I’ll offer a Java project that does the same thing.

Categories
Development

How to improve your scraper with “Bypass CAPTCHA”

If you develop an application for web scraping then it would be really nice to upgrade it with automatic captcha recognition.  “Bypass CAPTCHA” service allows you to do this very easily since its focus is on use in third-party software. In this post I’ll show you how easy it is to extend your scraper using this service.

Categories
Development

How to Write a Captcha Solver that uses DeathByCaptcha service

Let’s look at a practical example on how to solve CAPTCHAs using the DeathByCaptcha service. This example is written in C#, but you can get it in Java as well.

Categories
Web Scraping Software

Captcha Breaker Review

GSA Captcha Breaker is a CAPTCHA solving software. It uses Optical Character Recognition algorithms for CAPTCHA decoding. Being a standalone program it works independently of any online captcha recognition services (like DeathByCaptcha, BypassCaptcha and etc). This means that once you have paid for the program you don’t need to pay for each recognition anymore, and this allows you to save money when you need to recognize a huge amount of CAPTCHAs.

Categories
Web Scraping Software

How to extract emails and phones with GSA Email Spider

email_spider_logoThe task of email extraction is quite popular in the sphere of web scraping. Here I want to present you with a review of the GSA Email Spider, a useful program designed for collecting emails, phones and fax numbers from the web.

Categories
Web Scraping Software

Auto Website Submitter Review

In this post I want to offer you a brief review of GSA Auto Website Submitter. This application is designed to submit information about a web page (that includes backlinks, categories, description, etc.) to thousands of directories and dozens of search engines.

Categories
Web Scraping Software

Free Online Web Scrapers

Free online web scrapers are a useful tool for gathering information and putting it into useable form. The contents of a given URL can be placed in a spreadsheet and expanded over time into a data-set. With an online web service, collected data can be merged into a new or existing database.

Categories
Web Scraping Software

Meet new OutWit Hub 4.0!

Like every year, OutWit just released a major upgrade of its extraction program OutWit Hub. This version brings a number of interesting new features and some of them I’m going to cover in this post.

Categories
Development

6 Tips for Using WebDriver with Java

In this article I’ll share with you 6 usefult tips that may help you when you work with Selenium WebDriver in Java.

Categories
Development

How to scrape Amazon with WebDriver in Java

Here is a real-world example of using Selenium WebDriver for scraping.

This short program is written in Java and scrapes book title and author from the Amazon webstore.