Downloading google images

188 views
Skip to first unread message

Omed Khalind

unread,
Feb 2, 2012, 6:35:13 PM2/2/12
to VisualWget Help
Hi Dears...
I need to download 10000 random JPG images from google for research,
so I need help to do that.
Thank you

Khomsan Phongphisansakun

unread,
Feb 3, 2012, 7:38:26 PM2/3/12
to VisualWget Help
Hi Omed,

1) From my experiment, I think you first need a keyword.
2) Then do the search with google images then copy the search url.
3) Use wget to download that url to a text file.
4) Parse the text file to get the image urls (using regular expression
search and looking for imgurl=)
5) Download images from a list of image urls

I think step 4) wget can't do it for you.
So you need to do it manually by writing code to parse the search
result text file.

Best Regards,
Khomsan
Reply all
Reply to author
Forward
0 new messages