www.webharvy.com
NOTE: For Image and Image URL scraping, please highlight the complete contents of the page like we did for 'Title' capture and then apply the Regular Expression on the HTML code of the section
RegEx strings used :
href="([^"]*)
[\s]*.*[\s]*.*[\s]*(.*)
src="([^"]*)
class="linkModuleActionButton" href="([^"]*)
JS code used for pagination :
window.scrollTo(0,document.body.scrollHeight);