easyscrape

Easy to use web scraper


License
GPL-2.0+
Install
pip install easyscrape==0.23

Documentation

easyscrape

Easy to use web scraper

Things you can do with it:

  1. Extract structured data from a website into CSV format
  2. Download specific pages of the website into a directory
  3. Control crawling using Regex and extract data using XPath

Installation

*Only available in python3 for the moment

sudo pip3 install easyscrape

If you haven't install pip3:

sudo apt-get install python3-pip

Update:

sudo pip3 install easyscrape --upgrade

Documentation

Link: Documentation.md

Some examples of settings file: imdb.json | rotten.json | cars.json

Some examples of results in CSV: IMDB_scrape_data.csv | Rotten_scrape_data.csv | cars.csv