Webdext is a Javascript library for web data extraction (web scraping). Currently, it only supports data records extraction from a list page (a web page containing 2 or more data records).
In order to use it, you must run Webdext inside the web page context. There are 2 ways to do that:
- Use it as browser extension (currently, I only implemented the Chrome extension)
- Inject the script into the web page context using headless browser such as PhantomJS or Splash (currently, I only implemented the runner script for PhantomJS)
- Intelligent extraction algorithm is heavily based on AutoRM [1] and DAG-MTM [2] (not an exact implementation though).
- XPath wrapper induction algorithm is based on [3].
[3] | Joachim Nielandt, Antoon Bronselaer, Guy de Tré. 2016. Predicate enrichment of aligned XPaths for wrapper induction. Expert Systems With Applications 51, 259–275. doi:10.1016/j.eswa.2015.12.040 |
Sigit Dewanto, sigitdewanto11[at]yahoo[dot]co[dot]uk