How do I write a page scraper in Java to crawl the web and obtain information related to a particular topic.On searching Google I found only 1 video on youttube with no subsequent parts and a book by Jeff Heaton.If anyone has any good links or knows where to start to make Java page scraper can you please post it.
Share
You can use JSoup library for this. The JSoup CookBook is a good start.