Skip to content

amharik/scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape

Use this project for bootstraping web scrapping

⚠️ Please read the website T&C before scrapping as scrapping is not legal in many countries

Installation

  git clone https://github.com/aharikrishnan/scrape \
    && cd scrape \
    && npm i

Usage

$ node index.js --help

Options:
      --version         Show version number                            [boolean]
      -i, --infile    input file containing list of urls to crawl
      -o, --outfile  outout file containing list of urls and corresponding
                        prices
  -h, --help            Show help                                      [boolean]

Examples:
  index.js -i url_list -o url_price_out  extracts price from www.flipkart.com
                                            and www.amazon.in urls

About

Scrapping bootstrap kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published