Hi, I want the name, discount and url, but either it shows the same url for all products or on separate lines. Thanks in advance.
Hi @gitassinari
Just change the 'product' selector to - div.product-item.birch-product-inStock and set the 'url' selector as a 'child' to it - parent.
Example:
{"_id":"toys_r_us_50","startUrl":["https://www.toysrus.pt/-50%-desc-Sele%C3%A7%C3%A3o-especial-VER%C3%83O-/c/sel_verano_pt?page=[1-6]"],"selectors":[{"delay":0,"id":"product","multiple":true,"parentSelectors":["_root"],"selector":"div.product-item.birch-product-inStock","type":"SelectorElement"},{"delay":0,"id":"name","multiple":false,"parentSelectors":["product"],"regex":"","selector":"a.name","type":"SelectorText"},{"delay":0,"id":"deal","multiple":false,"parentSelectors":["product"],"regex":"","selector":"div.birch-product-mensaje","type":"SelectorText"},{"delay":0,"id":"url","multiple":false,"parentSelectors":["product"],"regex":"","selector":"_parent_","type":"SelectorHTML"}]}
Hope it helps.