Skip to content

VedantGhodke/Web-Crawler-Using-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Crawler Using NodeJS

By sending HTTP request to a particular URL and then by extracting HTML of that web page for getting useful information is known as crawling or web scraping.

Installation

npm init

npm install request

npm install cheerio

npm install fs

npm install nodemon

We will hit the URL from where we want to crawl data:

const URL = "https://www.flipkart.com/search?q=mobiles"

Image

Image

data.txt

Image

Run the server

npm start

About

This repository is for a web crawler of URL's using NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published