Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including web-auto-extractor with all npm packages installed. Try it out:

var WAE = require('web-auto-extractor').default //ES6: import WAE from 'web-auto-extractor' var request = require('request') var pageUrl = 'http://southernafricatravel.com/' //var pageUrl = 'https://raw.githubusercontent.com/ind9/web-auto-extractor/master/test/resources/testPage.html' request(pageUrl, function (error, response, body) { var wae = WAE() var parsed = wae.parse(body) console.log(parsed) })

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

web-auto-extractor v1.0.17

Automatically extracts structured information from webpages

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free