Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 414 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 414 Bytes

Google Search Crawler - Node.JS

A Node.js crawler example with puppeteer

Requirements

  • Node.js 8.x or higher

How to use

Clone this repository and run above commands on project folder:

$ npm install
$ node index.js <search terms>

It should:

  • take a screenshot of 10 first google results pages
  • print on console the 10 first google results of searched terms