Skip to content

A robust Node.js scraper that collects search results from google and checks whether if they are built on wordpress

License

Notifications You must be signed in to change notification settings

saintsweeto/leadcollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM

leadcollector

A robust Node.js scraper that collects search results from google and checks whether if they are built on wordpress

Download

The source is available for download from GitHub. Alternatively, you can install using Node Package Manager (npm):

  npm install leadcollector

Usage

var leadcollector = require("leadcollector")

const options = {
  host: 'www.google.com',
  keyword: 'software+auckland',
  results: 100
};

leadcollector.collect(options, function (lead) {
    console.log(lead);
});

About

A robust Node.js scraper that collects search results from google and checks whether if they are built on wordpress

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published