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 Puppeteer, PhantomJS, or Splash (currently, I only implemented the runner script for PhantomJS)
Check the video below to see how it works as Chrome extension:
Intelligent extraction algorithm is heavily based on AutoRM [1] and DAG-MTM [2] (not an exact implementation though).
Sigit Dewanto, sigitdewanto11[at]yahoo[dot]co[dot]uk