ruipgil / scraperjs

A complete and versatile web scraper.
MIT License
3.7k stars 188 forks source link

File/HTML support #50

Closed OKNoah closed 8 years ago

OKNoah commented 8 years ago

Instead of scraping a site, is there a way to scrape HTML files?

ruipgil commented 8 years ago

Yes, take a look at the source, for instance, this.

The easiest way would be to serve the page through an http server.