General

JS Webscraper Update + Tutorial Video

Here is a new tutorial video covering a simple web scraping example. Also includes some selector debugging so you know how to fix errors you find yourself.

The update also includes many new features to the web scraper tool.

  1. Individual filtering for each element
    • Character count
    • Junk word/safe word/regex replace
  2. One button parent element selection
  3. Better auto generated macro names

The web scraper tool supports dynamic websites that rely on Javascript to load content.

You can use it to scrape content from essentially all websites online without problems.

Unlike previous article downloader tool, it uses a UI driven element selection picker. No need to guess at selectors anymore, just hover over the content you want to download.

You can also download all content into 1 csv file if you like!