SyntaxFix
Write A Post
Hire A Developer
Questions
you can try this indside findall for loop:
item_price = item.find('span', attrs={'class':'s-item__price'}).text
it extracts only text and assigs it to "item_pice"