I am trying to extract e-commerce data from a page that has infinite scroll enabled.
I am trying to extract e-commerce data from a page that has infinite scroll enabled. I followed the steps to extract the first section with no problem but then it begins duplicating the extractions instead of scrolling down to let the next page load then continuing extraction.
Because every time it leaves the product page to go back and select the next product, the page is of course reloaded from the top...
Sorry, I am new to this and just resorted to reaching out after 4 hours trying many ways even watching the online tutorials with infinite scroll though I am unable to combine this with the product data extraction...
-
To solve this is very easy, you need to change the loop mode to variable list with this XPath "//DIV[@id="item_container"]/A/DIV[2]/DIV[1]" in the loop item. I've attached a new task, please check.
Please sign in to leave a comment.
Comments
1 comment