Issue:
I'm currently trying to scrape the site and while I can easily get the first page of content, pagination is not working. I have tried using the link type and element link type. Neither is working. Could I get an extra set of eyes to help provide insight to what I might be missing? Appreciate any help y'all can offer me.
URL:
https://www.jamberry.com/us/en/shop/shop/for/search?pageSize=24
Sitemap:
{"_id":"jamberry-nailwraps","startUrl":["https://www.jamberry.com/us/en/shop/shop/for/search?pageSize=24"],"selectors":[{"id":"item","type":"SelectorLink","selector":"div.tile > a","parentSelectors":["_root","pagination"],"multiple":true,"delay":0},{"id":"pagination","type":"SelectorLink","selector":"ul.results li:nth-of-type(n+4) a","parentSelectors":["_root","pagination"],"multiple":true,"delay":0},{"id":"item-title","type":"SelectorText","selector":"h1","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"item-price","type":"SelectorText","selector":"div.price span","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"item-details","type":"SelectorText","selector":"div.lead span","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"item-hashtag","type":"SelectorText","selector":"div.hashtag","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"item-tags","type":"SelectorGroup","selector":"a.label","parentSelectors":["item"],"delay":0,"extractAttribute":""},{"id":"item-image-primary","type":"SelectorImage","selector":"div.ms-slide.ms-sl-selected img","parentSelectors":["item"],"multiple":false,"delay":0},{"id":"item-image-secondary","type":"SelectorImage","selector":"div.ms-slide.ms-sl-selected img","parentSelectors":["item"],"multiple":false,"delay":0}]}