Describe the problem.
I've watched the Web scraper intro tutorial as well as the Web Scraper multiple record extraction tutorial
I have an order history I'd like to scrape. It has infinite scrolling though and even though I could do the infinite scroll using element scroll down all the way to the bottom, the scraper just scrapes the first 5 order links and then stops.
Can anyone check my sitemap? Thank you
Url: https://shopee.ph/user/purchase/
Sitemap:
{"_id":"shopeeOrderHistory","startUrl":["https://shopee.ph/user/purchase/?type=3"],"selectors":[{"delay":0,"id":"order-link","multiple":true,"parentSelectors":["_root"],"selector":".GuWdvd > a","type":"SelectorLink"},{"delay":0,"id":"OrderID","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":".3odSz div:nth-of-type(2) span:nth-of-type(1)","type":"SelectorText"},{"delay":0,"id":"DateOrderPlaced","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div.stepper__step:nth-of-type(1) div.stepper__step-date","type":"SelectorText"},{"delay":0,"id":"DateOrderPaid","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div.stepper__step:nth-of-type(2) div.stepper__step-date","type":"SelectorText"},{"delay":0,"id":"DateOrderShippedOut","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div.stepper__step:nth-of-type(3) div.stepper__step-date","type":"SelectorText"},{"delay":0,"id":"DateOrderReceived","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div:nth-of-type(4) div.stepper__step-date","type":"SelectorText"},{"delay":0,"id":"DateOrderRated","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div:nth-of-type(5) div.stepper__step-date","type":"SelectorText"},{"delay":0,"id":"OrderSubTotal","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div._1FDuJg:nth-of-type(1) ._2aXD4G div","type":"SelectorText"},{"delay":0,"id":"ShippingSubTotal","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"._1l8TCL div:nth-of-type(2) ._2aXD4G div","type":"SelectorText"},{"delay":0,"id":"ShippingDiscountSubTotal","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div:nth-of-type(3) ._2aXD4G div","type":"SelectorText"},{"delay":0,"id":"ShopVoucherApplied","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div:nth-of-type(4) ._2aXD4G div","type":"SelectorText"},{"delay":0,"id":"OrderTotal","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div._1gMI9H","type":"SelectorText"},{"delay":0,"id":"PaymentMethod","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"._1w7apU ._2aXD4G div","type":"SelectorText"},{"delay":0,"id":"CoinsEarned","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"div._1vnNQy","type":"SelectorText"},{"delay":0,"id":"OrderStatus","multiple":false,"parentSelectors":["order-link"],"regex":"","selector":"span._3HECdl","type":"SelectorText"},{"delay":500,"id":"scrollDown","multiple":true,"parentSelectors":["_root"],"selector":"div:nth-of-type(18) div._3huAcN, div.GuWdvd","type":"SelectorElementScroll"}]}