WebScraper for OSX
Support form
Need help using Webscraper? There's a short video about Webscraper and some written 'getting started' instructions with pictures here. The full manual is here.
A common scenario is that the data you want are not identified easily by class or id. You may be able to scrape this information using regular expressions (regex). There's a tutorial about using regex to scrape data from web pages here.