I am learning basics of web scraping. I would like to automate following process
Go to a site for example: http://www.vesseltracker.com
Provide the vessel name or MMSI number
Download the image of the vessel
Repeat this process
I followed the
Get all Images from WebPage Program | Java
link to get the basic but with little success. Could any one provide me with example in java??
Thanks a lot in advance