Open juliopaulo opened 4 years ago
Add this snippet to get price and title
price = item.select_one('div > div > div:nth-of-type(2) > div') # Get price title = item.select_one('span:nth-of-type(2)') # Get title
This is for the posts of "products" in Facebook stores? I will check that.
Add this snippet to get price and title