Can anybody tell me, how can I get image for a particular site by its url only? As that is done on the google search page. I have searched web but I didn\'t get any satisfactory
I would suggest that you make an http request to the page then you make a regular expression on the response to get the src attribute vale of img tag.