Simple ebay scrape. no price, no status on export

I don't be able to catch (export) price and status:

{"_id":"ebay","startUrl":["https://www.ebay.it/sch/i.html?_from=R40&_sacat=0&_nkw=3900x&_pppn=r1&scp=ce0"],"selectors":[{"id":"prod-name","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.vip","multiple":true,"delay":0},{"id":"prod-price","type":"SelectorText","parentSelectors":["_root"],"selector":"li:nth-of-type(n+56) .conprices span.bold","multiple":true,"regex":"","delay":0},{"id":"status","type":"SelectorText","parentSelectors":["_root"],"selector":"li:nth-of-type(n+57) div.lvsubtitle:nth-of-type(2)","multiple":true,"regex":"","delay":0}]}

You will need better selectors, try this:

{"_id":"forum-ebay-italy","startUrl":["https://www.ebay.it/sch/i.html?_from=R40&_sacat=0&_nkw=3900x&_pppn=r1&scp=ce0"],"selectors":[{"id":"Row wrappers","type":"SelectorElement","parentSelectors":["_root"],"selector":"li.sresult[listingid]","multiple":true,"delay":0},{"id":"Title","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"h3.lvtitle","multiple":false,"regex":"","delay":0},{"id":"Sub-title","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"div.lvsubtitle","multiple":false,"regex":"","delay":0},{"id":"Price","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"li.lvprice","multiple":false,"regex":"","delay":0},{"id":"Bids","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"li.lvformat","multiple":false,"regex":"","delay":0},{"id":"Time left","type":"SelectorText","parentSelectors":["Row wrappers"],"selector":"li.timeleft","multiple":false,"regex":"","delay":0}]}