scrapeit

0.0.2 • Public • Published

node-scrapeit

Don't think. Scrape.

Simple boilerplate for soupselect + htmlparser + request.

Look how easy this is

var scrape = require('scrapeit')
 
scrape("http://google.com", function(err, o, dom){
  o("p").forEach(function(p){
    // scrape all p tags
  });
});

Readme

Keywords

none

Package Sidebar

Install

npm i scrapeit

Weekly Downloads

6

Version

0.0.2

License

MIT

Last publish

Collaborators

  • jb55