/WebScrapper

Web Application that crawl on google search result

Primary LanguageJavaScript

Google Search Result Scraper

This is a sample application is made on ExpressJS. This was created for the following purpose

  • A web - application which is basically a web-scraper/crawler
  • Fetch the top 10 results for a given Google query result
  • Display the Title , Link and Description.
  • Show a notification Sorry No Results Found For : {N}. If there are zero result found.

ScreenShot

You can test it out at [http://www.googlesearchcrawler.vinceangcaway.xyz/]

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install

Running / Development

  • npm start
  • Visit the app at [http://localhost:3000/]

How to use

  • Type a word from Search Text Box
  • Hit Enter
  • Wait for the result :)