Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 964 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 964 Bytes

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