Forum Moderators: phranque
Anyway, I looked at a tool called Web Visual Task ($149) which is a programmable spider that will crawl a page and write the data you need into a text file or database. Are there other tools available that can do something similar, possibly for free? I looked at hotscripts and other script respositories. They don't what I want or its not flexible enough. I'm not a programmer so I can't roll my own from scratch. But if the program has a "framework" to program from I can learn that. I just hate the thought of having to copy and paste new product descriptions every day for the rest of my life. ;)
If the program can't do it, and you're willing to learn some Perl and do it yourself, there're modules that can facilitate your task to a significant extent. Look for LWP, WWW::Mechanize and HTML::TreeBuilder.