I'm looking for an image scraper based on keywords. If one doesn't exist, I'm about to start writing it. IT doesn't even need a front end, I can just ref it in my php if neccesary.
Here's the functionality i'm looking for. (Pseudo code)
fetchpics( keyword )
query google images (keyword)
scrape picture( num pictures)
place picture in directory called /pictures / keyword[num picture].jpg
return true
So when it's all done, it returns true, and my pictures dir has (For example let's use fish) fish01.jph fish02.jpg fish03.jpg etc etc etc all the way to num pictures.
Thanks for your suggestions,
Josh
Here's the functionality i'm looking for. (Pseudo code)
fetchpics( keyword )
query google images (keyword)
scrape picture( num pictures)
place picture in directory called /pictures / keyword[num picture].jpg
return true
So when it's all done, it returns true, and my pictures dir has (For example let's use fish) fish01.jph fish02.jpg fish03.jpg etc etc etc all the way to num pictures.
Thanks for your suggestions,
Josh