THIS SCRAPE IS USING XPATH AS SELECTOR
a pure html page (link of target-page), then only the first three rows of a listing using a xpath-style selector:
//*[@class=’article row’][position() <= 3] (first three items that has both class-names ‘article’ and ‘row’)

Invalid template ID or URL.