hhsm95 / FacebookPostsScraper

Scraper for posts in Facebook user profiles, pages and groups
MIT License
140 stars 55 forks source link

Get Price and Title #7

Open juliopaulo opened 4 years ago

juliopaulo commented 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
hhsm95 commented 4 years ago

This is for the posts of "products" in Facebook stores? I will check that.