source-scraper-html-runner
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

source-scraper-html-runner

Build Status npm version Dependency Status DevDependency Status License Doge

Provides the HtmlRunner class for scrapping.

This package is part of the SourceScraper-Project.

Getting Started

Installation

$ npm i source-scraper-html-runner

Usage

const { HtmlRunner } = require('source-scraper-html-runner');
 
(async () => {
    const url = 'some url';
    const data = await new HtmlRunner().run(url, args => {
        // Extract data using args
    });
    // Do something with extracted data
})();

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i source-scraper-html-runner

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

9.77 kB

Total Files

14

Last publish

Collaborators

  • openbyte