Could someone help me with this scrape. The website paginates with a next button rather than links to pages.
Url: http://bcliquorstores.com/product-catalogue
Sitemap:
{"_id":"bcliquorstores","startUrl":["http://bcliquorstores.com/product-catalogue"],"selectors":[{"id":"item","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.row.product-list-item","multiple":true,"delay":0},{"id":"itemdetail","type":"SelectorLink","parentSelectors":["item"],"selector":"div.product-description a","multiple":false,"delay":0},{"id":"description","type":"SelectorText","parentSelectors":["itemdetail"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"sku","type":"SelectorText","parentSelectors":["itemdetail"],"selector":"div.product-subtext span:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["itemdetail"],"selector":"div.col-sm-6 div.product-price","multiple":false,"regex":"","delay":0}]}