I am designing a site that allows users to enter a product they are looking for: for example, "Widget 3000." Now this happens to be a blue widget. When the user enters the product, I want to display this product with some details, along with other blue widgets.
Learning different methods and trying to decide what would be the best way to go - curl/php, or ruby/scrubyt!, or mechanize/perl, or... Undecided as of now.
Anyway, would this be feasible to do on the fly? User enters query, script submits to webpage, scrapes product details and related products and then displays it.
Or is this crazy and the only way to make this work is to have previously scraped the data and call it up from a db?
Learning different methods and trying to decide what would be the best way to go - curl/php, or ruby/scrubyt!, or mechanize/perl, or... Undecided as of now.
Anyway, would this be feasible to do on the fly? User enters query, script submits to webpage, scrapes product details and related products and then displays it.
Or is this crazy and the only way to make this work is to have previously scraped the data and call it up from a db?