I have a website where I would like to the user to enter a search term and then scrape two other websites and show the user some parsed results.
Since both websites use a lot of JavaScript to return data, I thought of using WWW::Mechanize::Firefox
.
Would it be possible to run several simultaneous instances of a script that would use WWW::Mechanize::Firefox
?