Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.13 KB

ScrapeEasy

A web scraper for testing if a web page is secure towards scrapers and web spiders.

How to use it

  1. The scraper is a command-line tool that first needs a .txt with all the pages that are going to be wrapped:

image

  1. Then you only need to execute the index.js with node node src/index.js

image

  1. This will create one folder for each web page containing the headers and the data.html

    image

  2. Amazon example image image

  3. For cleaning the scraped folder just execute node src/index.js --clean image