I have used this same sitemap for months and it broke this week. The selectors highlight the correct data but when I scrape I'm only getting a few rows of data and they are duplicates of each other. The pagination was broken at first and I think I've fixed that but it's also possible that it is affecting the rest of the scrape.
Any ideas?
Sitemap:
{"_id":"ks-100k-1m popular","startUrl":["https://www.kickstarter.com/discover/advanced?state=live&woe_id=0&pledged=3&sort=popularity&seed=2552956"],"selectors":[{"id":"load-more","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"section.pb3, div.load_more","multiple":true,"delay":"5000","clickElementSelector":"a.bttn","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"project","type":"SelectorText","parentSelectors":["load-more"],"selector":"h3.type-18","multiple":false,"regex":"","delay":0},{"id":"user","type":"SelectorText","parentSelectors":["load-more"],"selector":"div.inline-block a.soft-black","multiple":false,"regex":"","delay":0},{"id":"percent-funded","type":"SelectorText","parentSelectors":["load-more"],"selector":"div.ksr-green-700 div.type-13:nth-of-type(2) span:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"days-left","type":"SelectorText","parentSelectors":["load-more"],"selector":"span.js-num","multiple":false,"regex":"","delay":0},{"id":"category","type":"SelectorText","parentSelectors":["load-more"],"selector":"a.dark-grey-500","multiple":false,"regex":"","delay":0},{"id":"url","type":"SelectorLink","parentSelectors":["load-more"],"selector":"a.block","multiple":false,"delay":0},{"id":"funding","type":"SelectorText","parentSelectors":["load-more"],"selector":"div.type-13:nth-of-type(1) span:nth-of-type(1)","multiple":false,"regex":"","delay":0}]}