I want to scrap the info of this line and get the 2?001 .
2?001?€
I put this line in my Scrapy shell, It works but not very good. I want to know how can I write a line to get the "data-stid" in my response.css
response.css(".uitk-cell.loyalty-display-price.all-cell-shrink").css("::text").extract()
The result of what I did is here:
Thank you