I want to program a java application, which will load data about flats from http://www.reality.sk/vyhladavanie.4 and store them into file or db.
What is the best approach to do that? What should I use to get data about every flat and how can I get data from other pages?
I thought about selenium and wrote some tests which will save all the data and click over all pages, but is there any better solution?