I'm writing a Perl script to automate the creation of an image database of grocery items from vons.com.
When I attempt to retrieve images from the vons.com search pages, it requires entering a zip code before yielding search results.
To get around this, I am currently using wget --load-cookies with my cookies.txt file from mozilla firefox, but it redirects me to the same page for entering the zip code. I suspect its a problem with session cookies, but I'm not sure. Are there any ways to store the session cookies to file so I can perform my image searches? Thanks in advance.