With only a very basic knowledge of HTML and an easy to use web based GUI, you can scrape almost any website.
- Supports common HTML elements (img, a, h1-h6...)
- Mostly succeeds at scraping uncommon elements (optgroup, abbr, wbr...)
- HTML purifier (http://htmlpurifier.org/)
- Regex & selector support
- Built-in cheatsheet
- Easy to use
- Fast
- Custom names
- API
- Scrape javascript
- Scrape by class, id or get attribute
This is an 'old' project I improved.
Always make sure you're allowed to scrape a website. Please double check the ToS.
Clone or download as zip
git clone https://github.com/sleeyax/EasyScraper.git
Place the files on your (local) webserver
http://localhost/EasyScraper/index.php
Enjoy!


