Scrapping wrapper data plus product data form inside each page

Hey Team

trying to scrape the data from the wrapper and then go into each page and grab the UPN "SKU" I use to have a sitemap for that but its gone for some reason can anyone help

{"_id":"powercrank","startUrl":["https://powercrank.shop/collections/shop-all"],"selectors":[{"id":"wrapper","parentSelectors":["_root"],"type":"SelectorElement","selector":"product-card","multiple":true},{"id":"title","parentSelectors":["wrapper"],"type":"SelectorText","selector":".card-heading a","multiple":false,"regex":""},{"id":"rrp","parentSelectors":["wrapper"],"type":"SelectorText","selector":"span.price-item","multiple":false,"regex":""},{"id":"img_url","parentSelectors":["wrapper"],"type":"SelectorImage","selector":"img","multiple":false}]}

Hi,

You have to create a link selector under the wrapper and the SKU selector under the link. Everything seems to be pretty straightforward with a point-and-click. Give it a try!