Skip to content

A lib to ensure the best config and tools when using puppeteer.

Notifications You must be signed in to change notification settings

involvestecnologia/scraper-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@involvestecnologia/scraper-lib


A lib to ensure the best config and tools when using puppeteer.

List of features

  • Applies various evasion techniques to make detection of headless puppeteer harder.
  • Very fast & efficient blocker for ads and trackers. Reduces bandwidth & load times.
  • Utility functions like loadUrl

Code Demo

const scraperLib = require('@involvestecnologia/scraper-lib');
const puppeteer = scraperLib.newPuppeteer();
const browser = await puppeteer.launch({ headless: true });
const page = await browser.newPage();
const homePage = await scraperLib.loadUrl(page, 'http://google.com');

Download & Installation

$ npm i @involvestecnologia/scraper-lib

Contributing

Keep it simple. Keep it minimal.

About

A lib to ensure the best config and tools when using puppeteer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published