I think it would be positively awesome if the scraper could save images as data-URI directly into it's CSV output as a data-uri column.
Scraper need to be able to download the actual image...
- The image might only be accessible within the current session
- The image might be dynamic and does not exist outside the current context
- The image might not be public, and only accessible when you are logged in
To get an url like http://SomeServer/SerachResult.jpg
is useless outside the context where it was produced.