Describe the problem.
Hi all, I'm having an issue trying to scrape one of our suppliers websites. We're a furniture retailer and traditionally have to manually copy the data from our suppliers sites and manually add to our site. This took an absolute age.... until i found this app. Honestly, we've added new lines to the site in days instead of weeks, its brilliant.
Anyway, I'm waffling on.... one supplier uses an auto scroll on their site, to load the next page of products. Ive tried the Element Scroll option but just can't get the site to move onto next page unless i manually scroll with mouse.
I've quickly added a map that simply selects the product name from the product page
Any ideas?
Url: https://www.premierhousewares.com
Sitemap:
{"_id":"permier","startUrl":["https://www.premierhousewares.com/furniture.html?id=1465#page=1"],"selectors":[{"id":"scroller","type":"SelectorElementScroll","selector":"div.col-lg-9","parentSelectors":["_root"],"multiple":true,"delay":0},{"id":"product link","type":"SelectorLink","selector":"ul.products-grid.first a.product-image","parentSelectors":["scroller"],"multiple":true,"delay":0},{"id":"header","type":"SelectorText","selector":"div.product-name h2","parentSelectors":["product link"],"multiple":false,"regex":"","delay":0}]}