sourcescrapper-url-runner
TypeScript icon, indicating that this package has built-in type declarations

0.3.10 • Public • Published

SourceScrapper-UrlRunner

Build Status npm version Dependency Status DevDependency Status License Doge

Provides the UrlRunner class for scrapping.

This package is part of the SourceScrapper-Project.

Getting Started

Installation

$ npm i sourcescrapper-url-runner

Usage

const { UrlRunner } = require('sourcescrapper-url-runner');
 
(async () => {
    const url = 'some url';
    const data = await UrlRunner.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 sourcescrapper-url-runner

Weekly Downloads

0

Version

0.3.10

License

MIT

Unpacked Size

9.18 kB

Total Files

14

Last publish

Collaborators

  • openbyte