nrabinowitz / pjscrape

A web-scraping framework written in Javascript, using PhantomJS and jQuery
http://nrabinowitz.github.io/pjscrape/
MIT License
997 stars 159 forks source link

Output to multiple files when using multiple urls #41

Open mmase opened 10 years ago

mmase commented 10 years ago

Is it possible to output to multiple files when scraping multiple URLs? For example, if I'm scraping page1.html and page2.html is it possible to have each of the scrapes output to page1.csv and page2.csv instead of simply one concatenated output.csv?